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.

A104941 Primes from merging of 7 successive digits in decimal expansion of the Euler-Mascheroni Constant.

Original entry on oeis.org

2402431, 5933593, 8677267, 7726777, 6467093, 6709369, 6947063, 2417399, 7394279, 4709491, 9160087, 5670853, 8532331, 1528621, 7984793, 7400299, 2542151, 5190587, 3754139, 1395491, 1116851, 4234877, 1093997, 3997361
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, 500][[1]], len, 1]}, Select[egterms, IntegerLength[#] == len&&PrimeQ[#]&]]; egp[7] (* Vincenzo Librandi, Apr 24 2013 *)

Extensions

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