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!)
A139454 Numbers n such that primorial(n)/2 - 512 is prime. 5

%I #9 Jul 03 2017 02:13:04

%S 5,6,9,10,11,12,17,18,23,36,48,62,87,112,131,400,1606,6136,6519,11700

%N Numbers n such that primorial(n)/2 - 512 is prime.

%C a(21) > 25000. - _Robert Price_, Jul 02 2017

%t 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 *)

%Y Cf. A067026, A067027, A139439-A139457, A103514.

%K nonn

%O 1,1

%A _Artur Jasinski_, Apr 21 2008

%E Dropped 2 and a(16)-a(17) from _Ray Chandler_, Jun 16 2013

%E a(18)-a(20) from _Robert Price_, Jul 02 2017

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 16 02:54 EDT 2024. Contains 372549 sequences. (Running on oeis4.)