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.

A105011 Primes from merging of 6 successive digits in decimal expansion of exp(Pi).

Original entry on oeis.org

926327, 948547, 802661, 235069, 754921, 704801, 358447, 584471, 844717, 365327, 103951, 309667, 367163, 478403, 821651, 773147, 470347, 353833, 538331, 162821, 433627, 655727, 498961, 547901, 901339, 229681, 681607, 565381, 362069, 430487
Offset: 1

Views

Author

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

Keywords

Crossrefs

Cf. A039661.

Programs

  • Mathematica
    Select[FromDigits /@ Partition[RealDigits[Exp[Pi], 10, 500][[1]], 6, 1], # > 99999 && PrimeQ[#] &] (* Vincenzo Librandi, Apr 27 2013 *)

Extensions

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