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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A051294 F(n^2)/F(n), where F(n)=A000045(n) is the n-th Fibonacci number. 3
1, 3, 17, 329, 15005, 1866294, 598364773, 505248088463, 1114384187445409, 6440451785077489365, 97415813466381445596089, 3858093084890921488916776332, 400009475456580321242184872389193 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(n) = [x^(n-1)] 1/(1 - Lucas(n)*x + (-1)^n*x^2), where Lucas(n) = A000204(n). [From Paul D. Hanna, Jan 28 2012]

MATHEMATICA

Table[Fibonacci[n^2]/Fibonacci[n], {n, 15}]  (* From Harvey P. Dale, Apr 12 2011 *)

PROG

(PARI) a(n)=fibonacci(n^2)/fibonacci(n)

(PARI) {Lucas(n)=fibonacci(n-1)+fibonacci(n+1)}

{a(n)=polcoeff(1/(1-Lucas(n)*x+(-1)^n*x^2+x*O(x^n)), n-1)} /* Paul D. Hanna, Jan 28 2012 */

CROSSREFS

Main diagonal of array A028412.

Sequence in context: A155201 A062622 A009592 * A192556 A144033 A098138

Adjacent sequences:  A051291 A051292 A051293 * A051295 A051296 A051297

KEYWORD

easy,nonn

AUTHOR

Leroy Quet

EXTENSIONS

More terms from Benoit Cloitre (benoit7848c(AT)orange.fr), Jan 05 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 17 22:48 EST 2012. Contains 206085 sequences.