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!)
A258452 Numbers n such that n!! - 512 is prime. 4
9, 11, 21, 23, 45, 65, 79, 153, 155, 199, 361, 799, 883, 1237, 1253, 1753, 4975, 5117, 5843, 8179, 12831 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Corresponding primes are 433, 9883, 13749310063, 316234142713, ... .
a(22) > 50000.
LINKS
MATHEMATICA
Select[Range[0, 50000], If[#!! - 512 > 0, PrimeQ[#!! - 512]] &]
PROG
(PARI) for(n=1, 1e4, if (ispseudoprime(m=prod(k=0, (n-1)\2, n - 2*k) - 512), print1(n", "))) \\ Altug Alkan, Nov 06 2015
CROSSREFS
Sequence in context: A284294 A195572 A046259 * A299250 A074345 A022323
KEYWORD
hard,more,nonn
AUTHOR
Robert Price, Nov 05 2015
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.)