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.

A066819 Sum of the first n Sophie Germain primes.

Original entry on oeis.org

2, 5, 10, 21, 44, 73, 114, 167, 250, 339, 452, 583, 756, 935, 1126, 1359, 1598, 1849, 2130, 2423, 2782, 3201, 3632, 4075, 4566, 5075, 5668, 6309, 6962, 7621, 8304, 9023, 9766, 10527, 11336, 12247, 13200, 14213, 15232, 16263, 17312, 18415, 19638, 20867
Offset: 1

Views

Author

Joseph L. Pe, Jan 19 2002

Keywords

Crossrefs

Cf. A005384.

Programs

  • Mathematica
    Accumulate[Select[Prime[Range[250]],PrimeQ[2#+1]&]] (* Harvey P. Dale, Apr 29 2018 *)

Extensions

Extended beyond a(24) after confirming a(24). Jonathan Vos Post, Jan 23 2010
a(23) corrected by Nathaniel Johnston, Apr 29 2011