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.

A104943 Primes from merging of 9 successive digits in decimal expansion of the Euler-Mascheroni Constant.

Original entry on oeis.org

215664901, 593359399, 235988057, 362241739, 739976449, 337429373, 733773767, 670853233, 146694029, 151905877, 267331399, 413954911, 984234877, 384310939, 310939973, 939973613, 306088933, 759271351, 549570661, 789358679, 725203621
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[9] (* Harvey P. Dale, Oct 29 2011 *)

Extensions

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