1,2
Table of n, a(n) for n=1..10.
If n=1, then a(1)=p(1^1)-1^1=p(1)-1=2-1=1.
If n=4, then a(4)=p(4^4)-4^4=p(256)-256=1619-256=1363.
p:=ithprime: seq(p(n^n)-n^n, n=1..8); [From Emeric Deutsch, Aug 14 2008]
Prime[#^#]-#^#&/@Range[10] (* Harvey P. Dale, Sep 11 2012 *)
Sequence in context: A168385 A042267 A201428 * A054747 A054950 A183961
Adjacent sequences: A141100 A141101 A141102 * A141104 A141105 A141106
nonn
Juri-Stepan Gerasimov Jul 31 2008
Corrected and extended by Emeric Deutsch, Aug 14 2008
More terms from Harvey P. Dale, Sep 11 2012
approved