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!)
A248879 Numbers k >= 0 such that 2^k*(k+1)!+1 is prime. 1
0, 1, 3, 5, 8, 11, 16, 18, 25, 30, 36, 87, 118, 142, 2789, 3142, 3557, 3686, 4190, 7328 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(21) > 10^4.
LINKS
EXAMPLE
a(3) = 2^3*(3+1)!+1 = 193 which is prime.
MATHEMATICA
Select[Range[0, 10000], PrimeQ[2^#*(#+1)!+1] &]
PROG
(PARI) for(n=0, 10^3, if(ispseudoprime((n+1)!*2^n+1), print1(n, ", "))) \\ Derek Orr, Mar 06 2015
CROSSREFS
Cf. A093154.
Sequence in context: A340318 A175489 A289244 * A014688 A167136 A099836
KEYWORD
nonn,more
AUTHOR
Robert Price, Mar 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 April 30 06:27 EDT 2024. Contains 372127 sequences. (Running on oeis4.)