|
Search: id:A014445
|
|
|
| A014445 |
|
Even Fibonacci numbers; or, Fibonacci_{3k}. |
|
+0 27
|
|
| 0, 2, 8, 34, 144, 610, 2584, 10946, 46368, 196418, 832040, 3524578, 14930352, 63245986, 267914296, 1134903170, 4807526976, 20365011074, 86267571272, 365435296162, 1548008755920, 6557470319842, 27777890035288, 117669030460994
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
REFERENCES
|
A. T. Benjamin and J. J. Quinn, Proofs that really count: the art of combinatorial proof, M.A.A. 2003, id. 232.
Michael Z. Spivey and Laura L. Steil, The k-Binomial Transforms and the Hankel Transform, Journal of Integer Sequences, Vol. 9 (2006), Article 06.1.1.
|
|
LINKS
|
T. D. Noe, Table of n, a(n) for n=0..200
Tanya Khovanova, Recursive Sequences
R. Knott, Mathematics of the Fibonacci Series
|
|
FORMULA
|
a(n)=sum(k=0, n, binomial(n, k)*F(k)*2^k) - Benoit Cloitre (benoit7848c(AT)orange.fr), Oct 25 2003
a(n) = 4*a(n-1) + a(n-2); a(-1) = 2, a(0) = 0. a(n) = 2*A001076(n). a(n) = (F(n+1))^3 + (F(n))^3 - (F(n-1))^3. - Lekraj Beedassy (blekraj(AT)yahoo.com), Jun 11 2004
a(n)=Sum(C(n, 2k+1)5^k 2^(n-2k), k=0, .., Floor[(n-1)/2]) - Mario Catalani (mario.catalani(AT)unito.it), Jul 22 2004
a(n)=sum(k=0, n, F(n+k)*binomial(n, k)) - Benoit Cloitre (benoit7848c(AT)orange.fr), May 15 2005
O.g.f.: -2*x/(-1+4*x+x^2). - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Mar 06 2008
|
|
MAPLE
|
(Mupad) numlib::fibonacci(3*n) $ n = 0..30; - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 09 2008
|
|
MATHEMATICA
|
Table[Fibonacci[3n], {n, 0, 23}] - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Apr 07 2006
|
|
CROSSREFS
|
Cf. A000045, A001076.
Equals 2*A001076. First differences of A099919. Third column of array A102310.
Adjacent sequences: A014442 A014443 A014444 this_sequence A014446 A014447 A014448
Sequence in context: A111643 A000163 A117616 this_sequence A113440 A034999 A067336
|
|
KEYWORD
|
nonn,easy,nice
|
|
AUTHOR
|
Mohammad K. Azarian (ma3(AT)evansville.edu)
|
|
EXTENSIONS
|
More terms from Jud McCranie, j.mccranie(AT)comcast.net.
One more term from Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Apr 07 2006
|
|
|
Search completed in 0.002 seconds
|