login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A063106
Primes of form !n + 2n - 1.
1
2, 5, 17, 43, 887, 522956339, 20935051082417771847631371547939998232420940393
OFFSET
1,1
PROG
(PARI) for(n=1, 50, x=sum(k=0, n-1, k!)+(2*n-1); if(isprime(x), print(x)))
CROSSREFS
Cf. A003422.
Sequence in context: A076076 A136194 A056304 * A096295 A215580 A275210
KEYWORD
nonn
AUTHOR
Jason Earls, Aug 08 2001
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 21 16:02 EDT 2024. Contains 376087 sequences. (Running on oeis4.)