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.

A068098 a(n) = Lucas(Fibonacci(n)).

Original entry on oeis.org

2, 1, 1, 3, 4, 11, 47, 521, 24476, 12752043, 312119004989, 3980154972736918051, 1242282009792667284144565908482, 4944474918817897417578506056549605984335718813571
Offset: 0

Views

Author

Leroy Quet, Mar 22 2002

Keywords

Programs

  • Magma
    [Lucas(Fibonacci(n)) : n in [0..13]]; // Vincenzo Librandi, Sep 30 2011
  • Mathematica
    LucasL[Fibonacci[Range[0,15]]] (* Harvey P. Dale, Sep 29 2011 *)

Formula

For n > 2, a(n) = round{Phi^Fibonacci(n-1)}. - Gerald McGarvey, Sep 19 2004

Extensions

More terms from Gerald McGarvey, Sep 19 2004
a(13) from Vincenzo Librandi, Sep 30 2011