|
| |
|
|
A081180
|
|
4-th binomial transform of (0,1,0,2,0,4,0,8,0,16,....).
|
|
7
| |
|
|
0, 1, 8, 50, 288, 1604, 8800, 47944, 260352, 1411600, 7647872, 41420576, 224294400, 1214467136, 6575615488, 35602384000, 192760455168, 1043650265344, 5650555750400, 30593342288384, 165638957801472, 896804870374400
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,3
|
|
|
FORMULA
| a(n)=8a(n-1)-14a(n-2), a(0)=0, a(1)=1. G.f.: x/(1-8x+14x^2). a(n)=((4+sqrt(2))^n-(4-sqrt(2))^n/(2*sqrt(2)). a(n)=Sum {k=0..n, C(n, 2k+1)2^k*4^(n-2k-1) }
If shifted once left, fourth binomial transform of A143095 [From Al Hakanson (hawkuu(AT)gmail.com), Jul 25 2009, R. J. Mathar Oct 15 2009]
|
|
|
MATHEMATICA
| Join[{a=0, b=1}, Table[c=8*b-14*a; a=b; b=c, {n, 60}]] (*From Vladimir Joseph Stephan Orlovsky, Jan 19 2011*)
|
|
|
PROG
| (Other) sage: [lucas_number1(n, 8, 14) for n in xrange(0, 22)]# [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 23 2009]
|
|
|
CROSSREFS
| Binomial transform of A081179.
Cf. A081182.
Sequence in context: A030279 A133357 A081675 * A052177 A115598 A127745
Adjacent sequences: A081177 A081178 A081179 * A081181 A081182 A081183
|
|
|
KEYWORD
| easy,nonn
|
|
|
AUTHOR
| Paul Barry (pbarry(AT)wit.ie), Mar 11 2003
|
|
|
EXTENSIONS
| Modified the competing comment on the fourth binomial transform - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 15 2009
|
| |
|
|