A160491 First differences of A062481.
7, 235, 16141, 48811741, 13011865891, 232617453293191, 143882557561868665, 8862794004464425240057, 99999991137061880347498904071, 191843424957750480504146841291811
Offset: 1
Keywords
Examples
For n = 3, 4^7 - 3^3 = 16141, the 3rd entry in the sequence.
Links
- C.L. Hilliard,Primes less than 3 trillion
Programs
-
PARI
ppower(n) = { for(x=1,n, y=(x+1)^prime(x+1)-x^prime(x); print1(y",") ); }
Extensions
Edited by R. J. Mathar, May 17 2009
Comments