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.

A114484 Number of decimal digits in Fermat(10^n).

Original entry on oeis.org

1, 309, 381600854690147056244358827361
Offset: 0

Views

Author

Eric W. Weisstein, Nov 30 2005

Keywords

Comments

Next term a(3) has 301 digits.

Crossrefs

Subsequence of A057755. - Arkadiusz Wesolowski, Jun 30 2011

Programs

  • Mathematica
    Block[{$MaxExtraPrecision = Infinity}, Table[1 + Floor[2^10^n Log[10, 2]], {n, 0, 2}]]

Formula

a(n) = A057755(10^n) = A055642(A000215(A011557(n))). - Amiram Eldar, Jul 17 2025