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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A090965 a(0) = 1, a(1) = 4, a(n+1) = 8a(n) - 4a(n-1). 9
1, 4, 28, 208, 1552, 11584, 86464, 645376, 4817152, 35955712, 268377088, 2003193856, 14952042496, 111603564544, 833020346368, 6217748512768, 46409906716672, 346408259682304, 2585626450591744, 19299378566004736 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Sum_{k>=0} A086645(n,k)*m^k for m = 0, 1, 2, 4 gives A000007, A081294, A001541, A083884.

FORMULA

a(n) = Sum_{k>=0} binomial(2n, 2k)*3^k = Sum_{k>=0} A086645(n, k)*3^k . a(n) = 2^n*A001075(n).

a(n)=1/2*{[4-2*sqrt(3)]^n+[4+2*sqrt(3)]^n}, with n>=0 [From Paolo P. Lava (paoloplava(AT)gmail.com), Nov 20 2008]

G.f.:(1-4x)/(1-8x+4x^2). [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Sep 07 2009]

PROG

sage: [lucas_number2(n, 8, 4)/2 for n in xrange(0, 21)] - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 08 2008

CROSSREFS

Sequence in context: A002903 A019482 A198630 * A106258 A085363 A039741

Adjacent sequences:  A090962 A090963 A090964 * A090966 A090967 A090968

KEYWORD

easy,nonn

AUTHOR

DELEHAM Philippe (kolotoko(AT)wanadoo.fr), Feb 29 2004

EXTENSIONS

Corrected by T. D. Noe (noe(AT)sspectra.com), Nov 07 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 17 13:18 EST 2012. Contains 206031 sequences.