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!)
A139451 Numbers n such that primorial(n)/2 + 256 is prime. 5
1, 3, 6, 7, 8, 13, 22, 33, 53, 58, 62, 142, 189, 220, 479, 496, 503, 760, 1464, 6503, 9477, 13861, 23881 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(24) > 25000. - Robert Price, May 21 2017
LINKS
MATHEMATICA
k = 1/2; a = {}; Do[k = k*Prime[n]; If[PrimeQ[k + 256], Print[n]; AppendTo[a, n]], {n, 325}]; a
CROSSREFS
Sequence in context: A222305 A189098 A241007 * A081291 A189095 A188968
KEYWORD
nonn
AUTHOR
Artur Jasinski, Apr 21 2008
EXTENSIONS
a(1)=1 inserted and program corrected, a(15)-a(19) from Ray Chandler, Jun 16 2013
a(20)-a(23) from Robert Price, May 21 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 16 17:08 EDT 2024. Contains 371749 sequences. (Running on oeis4.)