The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A015584 Expansion of g.f. x/(1 - 9*x - 8*x^2). 3
0, 1, 9, 89, 873, 8569, 84105, 825497, 8102313, 79524793, 780541641, 7661073113, 75193991145, 738034505209, 7243862476041, 71099038326041, 697842244742697, 6849372509292601, 67227090541574985, 659838794948515673, 6476365878869240937, 63566003269411293817 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Pisano period lengths: 1, 1, 4, 1, 24, 4, 6, 1, 4, 24, 10, 4, 12, 6, 24, 1,144, 4, 15, 24, ... . - R. J. Mathar, Aug 10 2012
LINKS
FORMULA
a(n) = 9*a(n-1) + 8*a(n-2).
a(n) = (-((9-sqrt(113))/2)^n + ((9+sqrt(113))/2)^n) / sqrt(113). - Colin Barker, May 16 2017
E.g.f.: 2*exp(9*x/2)*sinh(sqrt(113)*x/2)/sqrt(113). - Stefano Spezia, Oct 25 2023
MATHEMATICA
LinearRecurrence[{9, 8}, {0, 1}, 30] (* Vincenzo Librandi, Nov 15 2012 *)
CoefficientList[Series[x/(1-9x-8x^2), {x, 0, 30}], x] (* Harvey P. Dale, Sep 06 2022 *)
PROG
(Sage) [lucas_number1(n, 9, -8) for n in range(0, 19)] # Zerinvary Lajos, Apr 26 2009
(Magma) [n le 2 select n-1 else 9*Self(n-1) + 8*Self(n-2): n in [1..30]]; // Vincenzo Librandi, Nov 15 2012
(PARI) concat(0, Vec(x / (1-9*x-8*x^2) + O(x^30))) \\ Colin Barker, May 16 2017
CROSSREFS
Sequence in context: A224760 A198967 A320093 * A072256 A138288 A370179
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Extended by T. D. Noe, May 23 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 1 21:44 EDT 2024. Contains 373032 sequences. (Running on oeis4.)