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

A131993
1 + prime(n) + prime(n)^2 + prime(n)^3 + prime(n)^4 + prime(n)^5.
9
63, 364, 3906, 19608, 177156, 402234, 1508598, 2613660, 6728904, 21243690, 29583456, 71270178, 118752606, 150508644, 234330768, 426237714, 727250580, 858672906, 1370581548, 1830004056, 2101864254, 3116505840, 3987077724
OFFSET
1,1
COMMENTS
a(n) = 1 + A131992(n)*A000040(n).
LINKS
FORMULA
a(n) = (A030516(n) - 1)/A006093(n).
MATHEMATICA
Total[#^Range[0, 5]]&/@Prime[Range[30]] (* Harvey P. Dale, Apr 20 2011 *)
PROG
(Magma) [1+(&+[NthPrime(n)^(k): k in [1..5]]): n in [1..100]]; // Berselli - Librandi, Apr 20 2011
CROSSREFS
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Aug 06 2007
STATUS
approved