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

A139198
a(n) = prime(n)!/10 - 1.
18
11, 503, 3991679, 622702079, 35568742809599, 12164510040883199, 2585201673888497663999, 884176199373970195454361599999, 822283865417792281772556287999999
OFFSET
3,1
FORMULA
a(n) = A039716(n)/10 - 1. - Elmo R. Oliveira, Jan 20 2023
MATHEMATICA
Table[(Prime[n]! - 10)/10, {n, 3, 20}]
PROG
(PARI) a(n) = prime(n)!/10 - 1 \\ David A. Corneth, Jun 02 2017
KEYWORD
nonn,less
AUTHOR
Artur Jasinski, Apr 11 2008
STATUS
approved