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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A014729 Squares of even Fibonacci numbers. 0
0, 4, 64, 1156, 20736, 372100, 6677056, 119814916, 2149991424, 38580030724, 692290561600, 12422650078084, 222915410843904, 4000054745112196, 71778070001175616, 1288005205276048900, 23112315624967704576 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

(1/5)[Fibonacci(6*n+3) - 2*Fibonacci(6*n) - 2*(-1)^n]. G.f.: 4*(-x^2+x)/[(1+x)*(1-18*x+x^2)]. - R. Stephan, May 14 2004

a(n)= Fib(3*n)^2

a(n)=(-1)^(n+1)*(Fib(n)*Fib(7*n)-Fib(4*n)^2)

PROG

(Mupad) numlib::fibonacci(3*n)^2 $ n = 0..25; - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 09 2008

(Other) sage: [(fibonacci(3*n))^2 for n in xrange(0, 17)]# [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 15 2009]

CROSSREFS

Sequence in context: A139292 A152923 A085807 * A085532 A146341 A091483

Adjacent sequences:  A014726 A014727 A014728 * A014730 A014731 A014732

KEYWORD

nonn

AUTHOR

Mohammad K. Azarian (ma3(AT)evansville.edu)

EXTENSIONS

More terms from James A. Sellers (sellersj(AT)math.psu.edu)

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 14 18:47 EST 2012. Contains 205663 sequences.