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.

Showing 1-1 of 1 results.

A238400 Primes in A238399.

Original entry on oeis.org

2, 3, 7, 1237, 66067, 525593, 974167, 1412473, 2675759, 4471237, 5264333, 8107961, 8308271, 12615151, 20145407, 34926433, 43167569, 94772749, 104612297, 115103327, 144450221, 153124973, 165108557, 196634723, 211696049, 213507241, 255963131, 263979101
Offset: 1

Views

Author

Torlach Rush, Feb 26 2014

Keywords

Crossrefs

Programs

  • Mathematica
    Select[(PrimePi[#^2 + #] - PrimePi[#]) & /@ Select[Prime@Range[3000], PrimeQ[#^2 + # + 1] &], PrimeQ] (* Giovanni Resta, Feb 27 2014 *)

Extensions

Corrected by Torlach Rush, Feb 26 2014
a(16)-a(28) from Giovanni Resta, Feb 27 2014
Showing 1-1 of 1 results.