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!)
A051915 Numbers k such that 2*k! + 1 is prime. 12
0, 1, 2, 3, 5, 12, 18, 35, 51, 53, 78, 209, 396, 4166, 9091, 9587, 13357, 15917, 17652, 46127 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Used PrimeForm to prove primality for n = 4166 (classical N-1 test). - David Radcliffe, May 28 2007
LINKS
EXAMPLE
k = 5 is here because 2*5! + 1 = 241 is prime.
MATHEMATICA
Select[Range[0, 400], PrimeQ[2*#! + 1] &] (* Vladimir Joseph Stephan Orlovsky, Feb 13 2012 *)
PROG
(Magma) [n: n in [0..1000] | IsPrime(2*Factorial(n) +1)]; // Vincenzo Librandi, Feb 21 2015
(PARI) is(k) = ispseudoprime(2*k!+1); \\ Jinyuan Wang, Feb 05 2020
CROSSREFS
Sequence in context: A140489 A331101 A193776 * A064688 A089891 A282237
KEYWORD
nonn,more
AUTHOR
Labos Elemer, Dec 18 1999
EXTENSIONS
4166 from David Radcliffe, May 28 2007
More terms from Serge Batalov, Feb 18 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 22:38 EDT 2024. Contains 372141 sequences. (Running on oeis4.)