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!)
A073827 Numbers n such that 1 + 0!*1!*2!*...*n! is prime. 1
0, 1, 2, 3, 7, 14 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Any additional terms are greater than 115 with the next prime having 9744 or more digits.
LINKS
PROG
(PARI) pr=1; for(n=0, 115, pr=pr*n!; if(isprime(pr+1), print1(n, ", ")))
CROSSREFS
Cf. A073828 (corresponding primes), A000178 (superfactorials), A019515.
Sequence in context: A006695 A128157 A259488 * A081940 A082270 A055688
KEYWORD
nonn
AUTHOR
Rick L. Shepherd, Aug 16 2002
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 15:00 EDT 2024. Contains 371989 sequences. (Running on oeis4.)