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!)
A139453 Numbers n such that primorial(n)/2 + 512 is prime. 5
4, 5, 6, 7, 9, 12, 73, 129, 142, 144, 253, 455, 531, 734, 1009, 1193, 1553, 2449, 3309, 13534, 17513, 17832, 22852 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(24) > 25000. - Robert Price, May 22 2017
LINKS
MATHEMATICA
k = 1/2; a = {}; Do[k = k*Prime[n]; If[PrimeQ[k + 512], Print[n]; AppendTo[a, n]], {n, 325}]; a
CROSSREFS
Sequence in context: A215046 A008523 A047568 * A010391 A010419 A332486
KEYWORD
nonn
AUTHOR
Artur Jasinski, Apr 21 2008
EXTENSIONS
a(12)-a(18) from Ray Chandler, Jun 16 2013
a(19)-a(23) from Robert Price, May 22 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 June 9 22:16 EDT 2024. Contains 373251 sequences. (Running on oeis4.)