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!)
A265114 Numbers n such that n!! - 2^8 is prime. 1
11, 15, 21, 27, 31, 53, 59, 71, 87, 91, 99, 129, 219, 337, 507, 695, 893, 1033, 1961, 2381, 3237, 3485, 6151, 8981, 17873, 18163, 33621, 38543 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Corresponding primes are 10139, 2026769, 13749310319, 213458046676619, 191898783962510369, ...
a(29) > 50000. - Robert Price, May 08 2015
LINKS
MATHEMATICA
Select[Range[8, 50000], PrimeQ[#!! - 256] &]
PROG
(PARI) is(n)=ispseudoprime(n!! - 2^8) \\ Anders Hellström, Dec 02 2015
(PARI) df(n) = if( n<0, 0, my(E); E = exp(x^2 / 2 + x * O(x^n)); n! * polcoeff( 1 + E * x * (1 + intformal(1 / E)), n));
for(n=1, 1e3, if(ispseudoprime(df(n) - 2^8), print1(n , ", "))) \\ Altug Alkan, Dec 03 2015
CROSSREFS
Sequence in context: A105179 A120156 A237278 * A213179 A211322 A087682
KEYWORD
hard,more,nonn
AUTHOR
Robert Price, Dec 01 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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)