cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A068096 a(n) = F(L(n)) where F(n) = n-th Fibonacci number and L(n) = n-th Lucas number.

Original entry on oeis.org

1, 1, 2, 3, 13, 89, 2584, 514229, 2971215073, 3416454622906707, 22698374052006863956975682, 173402521172797813159685037284371942044301, 8801063578447437644962364569698707634360652047981718378070013667111
Offset: 0

Views

Author

Leroy Quet, Mar 22 2002

Keywords

Crossrefs

Programs

Formula

a(n) = Sum_{k=1..F(n-1)+1} binomial(F(n-1), k-1)*F(F(n)+k-1), where F(n) is A000045. - Tony Foster III, Sep 03 2018