The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A139455 Numbers n such that primorial(n)/2 + 1024 is prime. 5
3, 4, 5, 7, 11, 14, 15, 22, 30, 32, 37, 53, 83, 123, 156, 212, 215, 314, 331, 417, 555, 930, 3809, 3945, 15738 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(26) > 25000. - Robert Price, Jul 02 2017
LINKS
MATHEMATICA
k = 1/2; a = {}; Do[k = k*Prime[n]; If[PrimeQ[k + 1024], Print[n]; AppendTo[a, n]], {n, 325}]; a
PROG
(PARI) isok(n) = isprime(1024+prod(k=2, n, prime(k))); \\ Michel Marcus, Jul 02 2017
CROSSREFS
Sequence in context: A216570 A101762 A342752 * A095880 A076497 A137950
KEYWORD
nonn
AUTHOR
Artur Jasinski, Apr 21 2008
EXTENSIONS
a(18)-a(22) from Ray Chandler, Jun 16 2013
a(23)-a(25) from Robert Price, Jul 02 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 29 00:29 EDT 2024. Contains 372921 sequences. (Running on oeis4.)