|
|
A062006
|
|
a(n) = prime(n)^n + 1.
|
|
7
|
|
|
3, 10, 126, 2402, 161052, 4826810, 410338674, 16983563042, 1801152661464, 420707233300202, 25408476896404832, 6582952005840035282, 925103102315013629322, 73885357344138503765450, 12063348350820368238715344, 3876269050118516845397872322
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
COMMENTS
|
Sum of the n-th powers of the divisors of the n-th prime. - Wesley Ivan Hurt, Jan 17 2016
|
|
REFERENCES
|
D. M. Burton, Elementary Number Theory, Allyn and Bacon, Inc. Boston, MA, 1976, pp. 56.
|
|
LINKS
|
|
|
FORMULA
|
a(n) = prime(n)^n + 1.
|
|
MAPLE
|
|
|
MATHEMATICA
|
|
|
PROG
|
(PARI) for(n=1, 22, print1(prime(n)^n+1, ", "))
(PARI) for (n=1, 100, a=2, a=prime(n)^n + 1; write("b062006.txt", n, " ", a) ) \\ Harry J. Smith, Jul 29 2009
|
|
CROSSREFS
|
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|