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!)
A139452 Numbers n such that primorial(n)/2 - 256 is prime. 5
6, 8, 16, 27, 66, 74, 168, 253, 458, 1310, 2665, 2681, 2718, 2836, 4921, 7356, 11466 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(18) > 25000. - Robert Price, May 22 2017
LINKS
MATHEMATICA
k = 1; a = {}; Do[k = k*Prime[n]; If[PrimeQ[k - 256]&&k>256, Print[n]; AppendTo[a, n]], {n, 2, 325}]; a
CROSSREFS
Sequence in context: A006583 A011989 A270821 * A245643 A299030 A127400
KEYWORD
nonn
AUTHOR
Artur Jasinski, Apr 21 2008
EXTENSIONS
Drop 3,4 and correct program, a(9)-a(14) from Ray Chandler, Jun 16 2013
a(15)-a(17) from Robert Price, May 22 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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)