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!)
A139445 Numbers n such that primorial(n)/2 + 32 is prime. 5
3, 4, 5, 10, 11, 13, 41, 55, 66, 94, 104, 325, 363, 424, 672, 734, 818, 1044, 1389, 1595, 1728, 2870, 3149, 3922, 5352, 9431, 11586, 13991, 17507 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(30)>25000. - Robert Price, Dec 28 2016
LINKS
MATHEMATICA
k = 1/2; a = {}; Do[k = k*Prime[n]; If[PrimeQ[k + 32], Print[n]; AppendTo[a, n]], {n, 325}]; a
CROSSREFS
Sequence in context: A161983 A047364 A274519 * A185345 A260823 A359486
KEYWORD
nonn,more
AUTHOR
Artur Jasinski, Apr 21 2008
EXTENSIONS
a(13)-a(22) from Ray Chandler, Jun 16 2013
a(23)-a(29) from Robert Price, Dec 28 2016
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 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)