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.

A119334 Indices of Apery-primes: numbers n such that the concatenation of the first n decimal digits of Apery's constant zeta(3) is prime.

Original entry on oeis.org

10, 55, 109, 141
Offset: 1

Views

Author

Eric W. Weisstein, May 14 2006

Keywords

Comments

No additional terms up to 10000. - Harvey P. Dale, Aug 28 2019

Examples

			zeta(3) = 1.2020569031595..., 1202056903--the concatenation of the first 10 decimal digits--is prime, so a(1)=10.
		

Crossrefs

Programs

  • Mathematica
    Module[{nn=10000,z},z=RealDigits[Zeta[3],10,nn][[1]];Select[Range[nn],PrimeQ[FromDigits[Take[z,#]]]&]] (* Harvey P. Dale, Aug 28 2019 *)

Extensions

Edited by Charles R Greathouse IV, Apr 27 2010