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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A015601 a(n) = 11 a(n-1) + 7 a(n-2). 0
0, 1, 11, 128, 1485, 17231, 199936, 2319913, 26918595, 312343936, 3624213461, 42052755623, 487949806080, 5661817156241, 65695637361211, 762284731067008, 8845001503265565, 102631009653390271 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

a(n)=-(1/149)*[11/2-(1/2)*sqrt(149)]^n*sqrt(149)+(1/149)*[11/2+(1/2)*sqrt(149)]^n*sqrt(149), with n>=0 - Paolo P. Lava (paoloplava(AT)gmail.com), Jul 09 2008

G.f.:1/(1-11*x-7*x^2) . [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 27 2009]

MATHEMATICA

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

PROG

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

CROSSREFS

Sequence in context: A015598 A181012 A168327 * A024144 A201877 A015602

Adjacent sequences:  A015598 A015599 A015600 * A015602 A015603 A015604

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 13 21:59 EST 2012. Contains 205562 sequences.