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.

A139451 Numbers n such that primorial(n)/2 + 256 is prime.

Original entry on oeis.org

1, 3, 6, 7, 8, 13, 22, 33, 53, 58, 62, 142, 189, 220, 479, 496, 503, 760, 1464, 6503, 9477, 13861, 23881
Offset: 1

Views

Author

Artur Jasinski, Apr 21 2008

Keywords

Comments

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

Crossrefs

Programs

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

Extensions

a(1)=1 inserted and program corrected, a(15)-a(19) from Ray Chandler, Jun 16 2013
a(20)-a(23) from Robert Price, May 21 2017