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.

A139453 Numbers n such that primorial(n)/2 + 512 is prime.

Original entry on oeis.org

4, 5, 6, 7, 9, 12, 73, 129, 142, 144, 253, 455, 531, 734, 1009, 1193, 1553, 2449, 3309, 13534, 17513, 17832, 22852
Offset: 1

Views

Author

Artur Jasinski, Apr 21 2008

Keywords

Comments

a(24) > 25000. - Robert Price, May 22 2017

Crossrefs

Programs

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

Extensions

a(12)-a(18) from Ray Chandler, Jun 16 2013
a(19)-a(23) from Robert Price, May 22 2017