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

A101339
Prime(n)^prime(n)-prime(n).
1
2, 24, 3120, 823536, 285311670600, 302875106592240, 827240261886336764160, 1978419655660313589123960, 20880467999847912034355032910544, 2567686153161211134561828214731016126483440
OFFSET
1,1
LINKS
FORMULA
a(n) = A051674(n)-A000040(n). - R. J. Mathar, Apr 26 2007
MATHEMATICA
#^#-#&/@Prime[Range[20]] (* Harvey P. Dale, Jul 24 2011 *)
PROG
(PARI) for(x=1, 16, print( prime(x)^prime(x)-prime(x)))
CROSSREFS
Sequence in context: A083697 A110131 A112332 * A111428 A111429 A111430
KEYWORD
nonn
AUTHOR
Jorge Coveiro, Dec 24 2004
EXTENSIONS
A-number in formula padded with a zero by R. J. Mathar, Jul 22 2009
STATUS
approved