The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A074209 a(n) = Sum_{i=n+1..2n} i^n. 3
2, 25, 405, 8418, 216400, 6668779, 240361121, 9936764996, 463893277176, 24148657338925, 1387253043076813, 87185783860333910, 5951020164442347800, 438417132703015536399, 34673851743509883542625 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A rapidly growing sequence. An even more rapidly growing sequence, the sum of next n terms of the form i^i, is given in A074309. Sum of first n terms of the form i^n is A031971. Sum of first n terms of the form i^i is A001923.
LINKS
FORMULA
From Wesley Ivan Hurt, Jan 28 2021: (Start)
a(n) = Sum_{k=1..n} (n+k)^n.
a(n) = Zeta(-n,n+1) - Zeta(-n,2*n+1), where Zeta is the Hurwitz zeta function. (End)
a(n) ~ (2*n)^n / (1 - exp(-1/2)). - Vaclav Kotesovec, Dec 06 2021
EXAMPLE
a(2) = 25 = 3^2 + 4^2, a(3) = 405 = 4^3 + 5^3 + 6^3, a(4) = 8418 = 5^4 + 6^4 + 7^4 + 8^4, a(5) = 216400 = 6^4 + 7^5 + 8^5 + 9^5 + 10^5.
MATHEMATICA
Table[Sum[i^n, {i, n+1, 2n}], {n, 20}]
PROG
(PARI) a(n) = sum(k=n+1, 2*n, k^n); \\ Seiichi Manyama, Dec 05 2021
CROSSREFS
Sequence in context: A367506 A212022 A198710 * A209467 A121252 A322727
KEYWORD
nonn
AUTHOR
Zak Seidov, Sep 22 2002
EXTENSIONS
Name changed by Wesley Ivan Hurt, Jan 28 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 29 15:18 EDT 2024. Contains 372952 sequences. (Running on oeis4.)