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!)
A139441 Numbers n such that primorial(n)/2 + 8 is prime. 6
2, 3, 4, 5, 9, 11, 12, 18, 24, 29, 38, 76, 146, 152, 187, 200, 404, 442, 504, 950, 2796, 5133, 5683, 11334, 13775, 20539, 21253 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(28) > 25000. - Robert Price, Jan 01 2017
LINKS
MATHEMATICA
k = 1/2; a = {}; Do[k = k*Prime[n]; If[PrimeQ[k + 8], Print[n]; AppendTo[a, n]], {n, 404}]; a
(* Second program *)
Select[Range[10^3], PrimeQ[(Times @@ Prime@ Range@ #)/2 + 8] &] (* Michael De Vlieger, Jan 01 2017 *)
CROSSREFS
Sequence in context: A176008 A143827 A100797 * A333612 A362025 A093305
KEYWORD
nonn
AUTHOR
Artur Jasinski, Apr 21 2008
EXTENSIONS
a(18)-a(21) from Ray Chandler, Jun 16 2013
a(22)-a(27) from Robert Price, Jan 01 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 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)