login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A015580 Expansion of x/(1-9x-4x^2). 1
0, 1, 9, 85, 801, 7549, 71145, 670501, 6319089, 59553805, 561260601, 5289560629, 49851088065, 469818035101, 4427766668169, 41729172153925, 393273616058001, 3706379233137709, 34930507562471385, 329200084994793301, 3102522795203025249, 29239505496806400445 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

LINKS

Index to sequences with linear recurrences with constant coefficients, signature (9,4)

FORMULA

a(n) = 9 a(n-1) + 4 a(n-2).

a(n)=(1/97)*sqrt(97)*{[(9/2)+(1/2)*sqrt(97)]^n-[(9/2)-(1/2)*sqrt(97)]^n}, with n>=0 [From Paolo P. Lava (paoloplava(AT)gmail.com), Jan 13 2009]

MATHEMATICA

Join[{a=0, b=1}, Table[c=9*b+4*a; a=b; b=c, {n, 60}]] (*From Vladimir Joseph Stephan Orlovsky, Jan 27 2011*)

PROG

(Other) sage: [lucas_number1(n, 9, -4) for n in xrange(0, 19)]# [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 26 2009]

CROSSREFS

Cf. A015579, A099371.

Sequence in context: A166902 A196434 A197197 * A163308 A160112 A108427

Adjacent sequences:  A015577 A015578 A015579 * A015581 A015582 A015583

KEYWORD

nonn,easy

AUTHOR

Olivier Gerard (olivier.gerard(AT)gmail.com)

EXTENSIONS

Extended by T. D. Noe (noe(AT)sspectra.com), May 23 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 10:09 EST 2012. Contains 205451 sequences.