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.

A121267 Number of decimal digits in A047777(n).

Original entry on oeis.org

1, 5, 1, 3, 1, 2, 1, 4, 3057, 2, 3, 14650, 4, 2, 46, 4
Offset: 1

Views

Author

Robert G. Wilson v, Aug 23 2006

Keywords

Comments

Not equal to the first differences of A053013 (which is based on a different variant of A047777).
"A new visitor to an old problem! Jens Kruse Andersen confirmed the primality of Nash's 3057-digit prime using PRIMO." - Carlos Rivera, Sep 2002
If it exists, then a(17) > 50000. - Lucas A. Brown, Jul 04 2024

Crossrefs

Programs

  • PARI
    default(realprecision,5000);c=Pi/10;u=[];for(k=1,9e9,ispseudoprime(c\.1^k) & !setsearch(u,c\.1^k) & (u=setunion(u,Set(c\.1^k))) & !print1(k,",") & k=0*c=frac(c*10^k)) \\ M. F. Hasler, Sep 15 2013

Extensions

The old values a(10) onwards were incorrect, as discovered by M. F. Hasler, Aug 31 2013. The old values, the b-file and the Mathematica program have been deleted. - N. J. A. Sloane, Sep 01 2013