login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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