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!)
A101323 Numbers n such that 2^n*(n+1)!-1 is prime. 1
1, 2, 3, 5, 6, 7, 10, 12, 101, 117, 227, 884, 1323, 2167, 3483, 6274, 7887 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(18) > 10^4.- Robert Price, Mar 08 2015
LINKS
MATHEMATICA
Select[Range[1000], PrimeQ[2^# (#+1)!-1]&] (* Harvey P. Dale, Nov 23 2014 *)
PROG
(Magma) [n: n in [0..500] | IsPrime(2^n*Factorial(n+1)-1)]; // Vincenzo Librandi, Mar 08 2015
(PARI) is(n)=ispseudoprime(2^n*(n+1)!-1) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Cf. A093155.
Sequence in context: A037016 A308981 A239746 * A298705 A030051 A344308
KEYWORD
nonn
AUTHOR
Jorge Coveiro, Dec 24 2004
EXTENSIONS
a(12) from Harvey P. Dale, Nov 23 2014
a(13)-a(17) from Robert Price, Mar 08 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 09:25 EDT 2024. Contains 371967 sequences. (Running on oeis4.)