login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A015597 a(n) = 11 a(n-1) + 5 a(n-2). 1
0, 1, 11, 126, 1441, 16481, 188496, 2155861, 24656951, 282005766, 3225348181, 36888858821, 421904187936, 4825390361401, 55188814915091, 631203915873006, 7219187149178521, 82567078220328761, 944333796169508976, 10800507148966242541 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: x/(1-11*x-5*x^2). - Zerinvary Lajos, Apr 27 2009
MATHEMATICA
Join[{a=0, b=1}, Table[c=11*b+5*a; a=b; b=c, {n, 60}]] (* Vladimir Joseph Stephan Orlovsky, Jan 31 2011 *)
LinearRecurrence[{11, 5}, {0, 1}, 30] (* Vincenzo Librandi, Nov 22 2012 *)
PROG
(Sage) [lucas_number1(n, 11, -5) for n in range(0, 18)] # Zerinvary Lajos, Apr 27 2009
(Magma) [n le 1 select n else 11*Self(n)+5*Self(n-1): n in [0..30]]; // Vincenzo Librandi, Nov 22 2012
CROSSREFS
Sequence in context: A076483 A209901 A285056 * A296732 A156970 A174270
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Entries verified by Neven Juric (neven.juric(AT)apis-it.hr), Jan 28 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 02:14 EDT 2024. Contains 371906 sequences. (Running on oeis4.)