login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A211488
Fibonacci(n^2) - Fibonacci(n).
1
0, 2, 32, 984, 75020, 14930344, 7778742036, 10610209857702, 37889062373143872, 354224848179261915020, 8670007398507948658051832, 555565404224292694404015791664, 93202207781383214849429075266681736, 40934782466626840596168752972961528245770
OFFSET
1,2
LINKS
MATHEMATICA
Table[Fibonacci[n^2]-Fibonacci[n], {n, 20}]
PROG
(Magma) [Fibonacci(n^2) - Fibonacci(n): n in [1..15]]
CROSSREFS
Sequence in context: A333772 A012233 A321712 * A012119 A282835 A012198
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Jul 09 2012
STATUS
approved