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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A015570 Expansion of x/(1-7x-11x^2). 0
0, 1, 7, 60, 497, 4139, 34440, 286609, 2385103, 19848420, 165175073, 1374558131, 11438832720, 95191968481, 792170939287, 6592308228300, 54860037930257, 456535656023099, 3799210009394520, 31616362282015729 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

LINKS

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

FORMULA

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

a(n)=(1/93)*[7/2+(1/2)*sqrt(93)]^n*sqrt(93)-(1/93)*[7/2-(1/2)*sqrt(93)]^n*sqrt(93), with n>=0 - Paolo P. Lava (paoloplava(AT)gmail.com), Jun 25 2008

MATHEMATICA

a[n_]:=(MatrixPower[{{1, 3}, {1, -8}}, n].{{1}, {1}})[[2, 1]]; Table[Abs[a[n]], {n, -1, 40}] [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Feb 19 2010]

PROG

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

CROSSREFS

Sequence in context: A203174 A183260 A063969 * A024090 A156545 A157871

Adjacent sequences:  A015567 A015568 A015569 * A015571 A015572 A015573

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 12:05 EST 2012. Contains 205782 sequences.