OFFSET
0,1
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
A. K. Whitford, A generalization of the golden ratio, J. Rec. Math., 8 (No. 3, 1975-1976), 203-207.
LINKS
A. K. Whitford, A generalization of the golden ratio, J. Rec. Math., 8 (No. 3, 1975-1976), 203-207. (Annotated scanned copy)
Index entries for linear recurrences with constant coefficients, signature (3, 4).
FORMULA
a(0)=5, a(1)=2, a(n)=3*a(n-1)+4*a(n-2). [Harvey P. Dale, Apr 15 2012]
MATHEMATICA
CoefficientList[Series[(5-13x)/((1+x)(1-4x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{3, 4}, {5, 2}, 30] (* Harvey P. Dale, Apr 15 2012 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Clarified definition by Harvey P. Dale, Apr 15 2012
STATUS
approved