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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A015534 Expansion of x/(1-4x-11x^2). 9
0, 1, 4, 27, 152, 905, 5292, 31123, 182704, 1073169, 6302420, 37014539, 217384776, 1276699033, 7498028668, 44035804035, 258621531488, 1518879970337, 8920356727716, 52389106584571, 307680350343160 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

LINKS

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

FORMULA

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

a(n)=(1/30)*[2+sqrt(15)]^n*sqrt(15)-(1/30)*sqrt(15)*[2-sqrt(15)]^n, with n>=0 [From Paolo P. Lava (paoloplava(AT)gmail.com), Aug 06 2008]

MATHEMATICA

Join[{a=0, b=1}, Table[c=4*b+11*a; a=b; b=c, {n, 40}]] (*From Vladimir Joseph Stephan Orlovsky, Mar 29 2011*)

PROG

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

CROSSREFS

Sequence in context: A171469 A190584 A034512 * A061693 A005974 A010910

Adjacent sequences:  A015531 A015532 A015533 * A015535 A015536 A015537

KEYWORD

nonn,easy

AUTHOR

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

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 15 23:21 EST 2012. Contains 205860 sequences.