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!)
A189734 a(1)=2, a(2)=5, a(n)=2*a(n-1) + 5*a(n-2). 13
2, 5, 20, 65, 230, 785, 2720, 9365, 32330, 111485, 384620, 1326665, 4576430, 15786185, 54454520, 187839965, 647952530, 2235104885, 7709972420, 26595469265, 91740800630, 316458947585, 1091621898320, 3765538534565, 12989186560730, 44806065794285 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: x*(2+x)/(1-2*x-5*x^2). - Bruno Berselli, May 24 2011
MATHEMATICA
LinearRecurrence[{2, 5}, {2, 5}, 40]
PROG
(Maxima) a[1]:2$ a[2]:5$ a[n]:=2*a[n-1]+5*a[n-2]$ makelist(a[n], n, 1, 26); /* Bruno Berselli, May 24 2011 */
CROSSREFS
Sequence in context: A124264 A274239 A271858 * A221678 A297350 A027041
KEYWORD
nonn
AUTHOR
Harvey P. Dale, Apr 26 2011
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 March 29 05:28 EDT 2024. Contains 371264 sequences. (Running on oeis4.)