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.

A104942 Primes from merging of 8 successive digits in decimal expansion of the Euler-Mascheroni Constant.

Original entry on oeis.org

72156649, 31042159, 35939923, 93992359, 98805767, 80576723, 77766467, 36947063, 33374293, 33742937, 42937337, 33773767, 25824709, 87352039, 15286211, 28621199, 50798479, 40296043, 51028079, 80798423, 84234877
Offset: 1

Views

Author

Andrew G. West (WestA(AT)wlu.edu), Mar 29 2005

Keywords

Crossrefs

Cf. A001620.

Programs

  • Mathematica
    egp[len_]:=Module[{egterms=FromDigits/@Partition[RealDigits[EulerGamma, 10, 1000][[1]], len, 1]}, Select[egterms, IntegerLength[#]==len&&PrimeQ[#]&]]; egp[8] (* Harvey P. Dale, Oct 29 2011 *)

Extensions

Changed offset from 0 to 1 by Vincenzo Librandi, Apr 20 2013