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”).

A139159
a(n) = prime(n)! + 1.
21
3, 7, 121, 5041, 39916801, 6227020801, 355687428096001, 121645100408832001, 25852016738884976640001, 8841761993739701954543616000001, 8222838654177922817725562880000001
OFFSET
1,1
FORMULA
a(n) = A039716(n) + 1. - Michel Marcus, Nov 08 2013
MATHEMATICA
Prime[Range[12]]!+1 - Vladimir Joseph Stephan Orlovsky, Apr 29 2008
PROG
(PARI) a(n)=prime(n)!+1 \\ Charles R Greathouse IV, Apr 29 2015
KEYWORD
nonn
AUTHOR
Artur Jasinski, Apr 11 2008
STATUS
approved