The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A139444 Numbers n such that primorial(n)/2 - 16 is prime. 5
4, 7, 9, 13, 22, 26, 30, 33, 36, 38, 42, 114, 125, 126, 181, 291, 296, 386, 1415, 2573, 3727, 5574, 7523, 8682, 9765 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(26) > 25000. - Robert Price, Feb 25 2017
LINKS
MATHEMATICA
k = 1; a = {}; Do[k = k*Prime[n]; If[PrimeQ[k - 16] && k>16, Print[n]; AppendTo[a, n]], {n, 2, 752}]; a
CROSSREFS
Sequence in context: A310963 A082869 A320691 * A353020 A166569 A024608
KEYWORD
nonn,more
AUTHOR
Artur Jasinski, Apr 21 2008
EXTENSIONS
Drop 2 and correct program, a(16)-a(20) from Ray Chandler, Jun 16 2013
a(21)-a(25) from Robert Price, Feb 25 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 29 00:29 EDT 2024. Contains 372921 sequences. (Running on oeis4.)