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!)
A139447 Numbers n such that primorial(n)/2 + 64 is prime. 5
2, 3, 8, 11, 94, 127, 201, 211, 257, 259, 392, 1305, 5234, 13013, 13679, 16866, 23879 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(18) > 25000. - Robert Price, Mar 29 2017
LINKS
MATHEMATICA
k = 1/2; a = {}; Do[k = k*Prime[n]; If[PrimeQ[k + 64], Print[n]; AppendTo[a, n]], {n, 325}]; a
CROSSREFS
Sequence in context: A041711 A127939 A041587 * A042783 A042583 A128839
KEYWORD
nonn
AUTHOR
Artur Jasinski, Apr 21 2008
EXTENSIONS
a(12) from Ray Chandler, Jun 16 2013
a(13)-a(17) from Robert Price, Mar 29 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 April 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)