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!)
A139454 Numbers n such that primorial(n)/2 - 512 is prime. 5
5, 6, 9, 10, 11, 12, 17, 18, 23, 36, 48, 62, 87, 112, 131, 400, 1606, 6136, 6519, 11700 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(21) > 25000. - Robert Price, Jul 02 2017
LINKS
MATHEMATICA
k = 1; a = {}; Do[k = k*Prime[n]; If[PrimeQ[k - 512]&&k>512, Print[n]; AppendTo[a, n]], {n, 2, 325}]; a (* corrected by Ray Chandler, Jun 16 2013 *)
CROSSREFS
Sequence in context: A306016 A087176 A227006 * A049329 A195925 A304432
KEYWORD
nonn
AUTHOR
Artur Jasinski, Apr 21 2008
EXTENSIONS
Dropped 2 and a(16)-a(17) from Ray Chandler, Jun 16 2013
a(18)-a(20) from Robert Price, Jul 02 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 May 1 14:59 EDT 2024. Contains 372174 sequences. (Running on oeis4.)