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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A081182 5-th binomial transform of (0,1,0,2,0,4,0,8,0,16,....). 4
0, 1, 10, 77, 540, 3629, 23870, 155233, 1003320, 6462841, 41552050, 266875157, 1713054420, 10992415589, 70523904230, 452413483753, 2902085040240, 18615340276081, 119405446835290, 765901642003037, 4912691142818700 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

a(n)=10a(n-1)-23a(n-2), a(0)=0, a(1)=1. G.f. x/(1-10x+23x^2). a(n)=((5+sqrt(2))^n-(5-sqrt(2))^n/(2*sqrt(2)). a(n)=Sum {k=0..n, C(n, 2k+1)2^k*5^(n-2k-1) }

MATHEMATICA

Join[{a=0, b=1}, Table[c=10*b-23*a; a=b; b=c, {n, 60}]] (*From Vladimir Joseph Stephan Orlovsky, Jan 27 2011*)

PROG

(Other) sage: [lucas_number1(n, 10, 23) for n in xrange(0, 21)]# [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 26 2009]

CROSSREFS

Binomial transform of A081181.

Cf. A081183.

Sequence in context: A000808 A159579 A081678 * A127536 A016201 A080618

Adjacent sequences:  A081179 A081180 A081181 * A081183 A081184 A081185

KEYWORD

easy,nonn

AUTHOR

Paul Barry (pbarry(AT)wit.ie), Mar 12 2003

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 13 15:41 EST 2012. Contains 205519 sequences.