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!)
A189747 a(1)=5, a(2)=3, a(n)=5*a(n-1) + 3*a(n-2) 12
5, 3, 30, 159, 885, 4902, 27165, 150531, 834150, 4622343, 25614165, 141937854, 786531765, 4358472387, 24151957230, 133835203311, 741631888245, 4109665051158, 22773220920525, 126195099756099, 699295161542070, 3875061106978647, 21473191019519445 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: x*(5-22*x)/(1-5*x-3*x^2). - Bruno Berselli, May 24 2011
MATHEMATICA
LinearRecurrence[{5, 3}, {5, 3}, 40]
PROG
(Maxima) a[1]:5$ a[2]:3$ a[n]:=5*a[n-1]+3*a[n-2]$ makelist(a[n], n, 1, 23); /* Bruno Berselli */, May 24 2011]
CROSSREFS
Sequence in context: A288898 A290293 A324499 * A279066 A179210 A291843
KEYWORD
nonn,easy
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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)