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.

A114474 Number of decimal digits in the denominator of Zeta(10^n).

Original entry on oeis.org

1, 5, 133, 2277, 32660, 426486, 5264705, 62646781
Offset: 0

Views

Author

Eric W. Weisstein, Dec 01 2005

Keywords

Crossrefs

Cf. A002432.

Programs

  • Mathematica
    Table[ Floor[ Log[ 10, Denominator[ Zeta[ 10^n]]] + 1], {n, 0, 6}] (* Robert G. Wilson v, Dec 01 2005 *)
    IntegerLength[Denominator[Zeta[10^Range[0,7]]]] (* Harvey P. Dale, Aug 18 2016 *)

Extensions

a(7) from Vaclav Kotesovec, Mar 05 2016