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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A123270 a(0)=1, a(1)=1, a(n)=5*a(n-1)+4*a(n-2). 2
1, 1, 9, 49, 281, 1601, 9129, 52049, 296761, 1692001, 9647049, 55003249, 313604441, 1788035201, 10194593769, 58125109649, 331403923321, 1889520055201, 10773215969289, 61424160067249, 350213664213401, 1996764961336001 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

First differences give {0, 8, 40, 232, 1320, 7528, 42920, ...} = 8*A015537(n) = 8 * {0, 1, 5, 29, 165, 941, 5365, ...}. - Alexander Adamchuk (alex(AT)kolmogorov.com), Nov 03 2006

FORMULA

a(n)=Sum_{k, 0<=k<=n}4^(n-k)*A122542(n,k) . G.f. (1-4*x)/(1-5*x-4*x^2)

a(n) = 1 + 8*Sum[ A015537(k), {k,0,n} ]. - Alexander Adamchuk (alex(AT)kolmogorov.com), Nov 03 2006

a(n)=(1/2)*[5/2-(1/2)*sqrt(41)]^n-(3/82)*sqrt(41)*[5/2+(1/2)*sqrt(41)]^n+(3/82)*sqrt(41)*[5/2-(1 /2)*sqrt(41)]^n+(1/2)*[5/2+(1/2)*sqrt(41)]^n, with n>=0 - Paolo P. Lava (paoloplava(AT)gmail.com), Jul 07 2008

MATHEMATICA

  LinearRecurrence[{5, 4}, {1, 1}, 30](* From Harvey P. Dale, Jul 25 2011 *)

CROSSREFS

Cf. A015537.

Sequence in context: A146798 A055428 A012231 * A114040 A090390 A199411

Adjacent sequences:  A123267 A123268 A123269 * A123271 A123272 A123273

KEYWORD

nonn

AUTHOR

Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Oct 09 2006

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 23:53 EST 2012. Contains 205860 sequences.