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.

A215993 Primes that are the sum of 101 consecutive primes.

Original entry on oeis.org

37447, 38047, 44203, 48611, 49253, 60259, 60923, 68281, 74297, 82421, 84503, 86599, 91423, 92831, 99761, 108533, 120811, 125887, 126613, 128761, 129469, 133781, 134507, 138863, 139591, 150827, 159161, 160697, 163003, 164531, 170633, 173741, 175277, 176797
Offset: 1

Views

Author

Syed Iddi Hasan, Aug 30 2012

Keywords

Crossrefs

Cf. A215991.

Programs

  • Mathematica
    Select[Total/@Partition[Prime[Range[1000]],101,1],PrimeQ] (* Harvey P. Dale, Sep 06 2012 *)

Extensions

More terms from Harvey P. Dale, Sep 06 2012