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.

A105014 Primes from merging of 9 successive digits in decimal expansion of exp(Pi).

Original entry on oeis.org

269005729, 290863679, 473802661, 527835169, 706754921, 754921967, 801087773, 835844717, 717445879, 796098493, 849365327, 327965863, 991013741, 984449143, 143096677, 136716319, 128763773, 377314703, 833162821, 294047891, 654433627
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]], 9, 1], # > 99999999 && PrimeQ[#]&] (* Vincenzo Librandi, Apr 27 2013 *)

Extensions

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