login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A015580
Expansion of x/(1 - 9*x - 4*x^2).
3
0, 1, 9, 85, 801, 7549, 71145, 670501, 6319089, 59553805, 561260601, 5289560629, 49851088065, 469818035101, 4427766668169, 41729172153925, 393273616058001, 3706379233137709, 34930507562471385, 329200084994793301, 3102522795203025249, 29239505496806400445
OFFSET
0,3
COMMENTS
Pisano period lengths: 1, 1, 2, 1, 3, 2, 48, 2, 6, 3, 10, 2, 42, 48, 6, 4, 24, 6,360, 3, ... - R. J. Mathar, Aug 10 2012
FORMULA
a(n) = 9*a(n-1) + 4*a(n-2).
MATHEMATICA
LinearRecurrence[{9, 4}, {0, 1}, 30] (* Vincenzo Librandi, Nov 14 2012 *)
PROG
(Sage) [lucas_number1(n, 9, -4) for n in range(0, 19)] # Zerinvary Lajos, Apr 26 2009
(Magma) [n le 2 select n-1 else 9*Self(n-1) + 4*Self(n-2): n in [1..30]]; // Vincenzo Librandi, Nov 14 2012
(PARI) x='x+O('x^30); concat([0], Vec(x/(1-9*x-4*x^2))) \\ G. C. Greubel, Jan 06 2018
CROSSREFS
Sequence in context: A295118 A339550 A228417 * A163308 A160112 A108427
KEYWORD
nonn,easy
EXTENSIONS
Extended by T. D. Noe, May 23 2011
STATUS
approved

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy