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!)
A139449 Numbers n such that primorial(n)/2 + 128 is prime. 5
2, 4, 5, 7, 8, 10, 11, 23, 25, 67, 87, 125, 141, 242, 255, 258, 279, 316, 449, 578, 871, 1072, 1886, 2071, 3315, 18225 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(27) > 25000. - Robert Price, Apr 10 2017
LINKS
MATHEMATICA
k = 1/2; a = {}; Do[k = k*Prime[n]; If[PrimeQ[k + 128], Print[n]; AppendTo[a, n]], {n, 325}]; a
Select[Range[0, 25000], PrimeQ[Product[Prime[k], {k, 1, #}]/2 + 128] &] (* Robert Price, Apr 10 2017 *)
CROSSREFS
Sequence in context: A370277 A102338 A285401 * A204399 A020914 A195176
KEYWORD
nonn
AUTHOR
Artur Jasinski, Apr 21 2008
EXTENSIONS
a(18)-a(24) from Ray Chandler, Jun 16 2013
a(25)-a(26) from Robert Price, Apr 10 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 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)