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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A015529 Expansion of x/(1-3x-11x^2). 10
0, 1, 3, 20, 93, 499, 2520, 13049, 66867, 344140, 1767957, 9089411, 46715760, 240130801, 1234265763, 6344236100, 32609631693, 167615492179, 861552425160, 4428427689449, 22762359745107, 116999783819260 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

LINKS

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

FORMULA

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

a(n)=-22^n*(A^n-B^n)/sqrt(53) where A=-1/(3+sqrt(53)) and B=1/(sqrt(53)-3) . - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 29 2008

MATHEMATICA

Join[{a=0, b=1}, Table[c=3*b+11*a; a=b; b=c, {n, 100}]] (*From Vladimir Joseph Stephan Orlovsky, Jan 16 2011*)

PROG

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

CROSSREFS

Sequence in context: A171673 A185065 A092786 * A000948 A165960 A074831

Adjacent sequences:  A015526 A015527 A015528 * A015530 A015531 A015532

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 17 08:21 EST 2012. Contains 205998 sequences.