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.

A250489 a(n) = Fibonacci(10^n).

Original entry on oeis.org

1, 55, 354224848179261915075
Offset: 0

Views

Author

Alois P. Heinz, Nov 24 2014

Keywords

Comments

The next term has 209 digits. - Harvey P. Dale, May 28 2018

Crossrefs

Row n=10 of A250486.
Cf. A000045.

Programs

  • Maple
    a:= n-> (<<0|1>, <1|1>>^(10^n))[1, 2]:
    seq(a(n), n=0..3);

Formula

a(n) = A000045(10^n).