login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062412 Sum_{k=1..n} k^n + (p(k)-1)^n) p=prime. 1
2, 10, 109, 1923, 113258, 4103972, 315764017, 15871339589, 1481092410586, 327513561563174, 26675659416361181, 5516357252651388375, 864424420824670346866, 86799914926048613598024 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

REFERENCES

D. M. Burton, Elementary Number Theory, Allyn and Bacon, Inc., Boston, MA, 1976. p. 169.

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,100

EXAMPLE

a(3)= 109 because 1^3+2^3+3^3+1^3+2^3+4^3= 109.

PROG

(PARI) for(n=1, 23, print(sum(k=1, n, (k^n)+(prime(k)-1)^n)))

(PARI) { for (n=1, 100, write("b062412.txt", n, " ", sum(k=1, n, (k^n) + (prime(k) - 1)^n)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 07 2009]

CROSSREFS

Sequence in context: A185396 A003222 A003167 * A006608 A066205 A113147

Adjacent sequences:  A062409 A062410 A062411 * A062413 A062414 A062415

KEYWORD

easy,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jul 09 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 18:09 EST 2012. Contains 205663 sequences.