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.

A139447 Numbers n such that primorial(n)/2 + 64 is prime.

Original entry on oeis.org

2, 3, 8, 11, 94, 127, 201, 211, 257, 259, 392, 1305, 5234, 13013, 13679, 16866, 23879
Offset: 1

Views

Author

Artur Jasinski, Apr 21 2008

Keywords

Comments

a(18) > 25000. - Robert Price, Mar 29 2017

Crossrefs

Programs

  • Mathematica
    k = 1/2; a = {}; Do[k = k*Prime[n]; If[PrimeQ[k + 64], Print[n]; AppendTo[a, n]], {n, 325}]; a

Extensions

a(12) from Ray Chandler, Jun 16 2013
a(13)-a(17) from Robert Price, Mar 29 2017