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!)
A074309 Sum of next n terms of the form i^i. 2
4, 283, 50037, 17650540, 10405067904, 9211817140115, 11424093748466841, 18896062057822100616, 40192544399240309019728, 106876212200059543898143707, 347377340594805599176614321101 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Sum of next n terms of the form i^n is A074209. 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
a(n) = Sum_{i=n+1..2n} i^i.
a(n) ~ (2*n)^(2*n). - Vaclav Kotesovec, Dec 06 2021
EXAMPLE
a(2) = 283 = 3^3 + 4^4, a(3) = 50037 = 4^4 + 5^5 + 6^6, a(4) = 17650540 = 5^5 + 6^6 + 7^7 + 8^8, a(5) = 10405067904 = 6^6 + 7^7 + 8^8 + 9^9 + 10^10.
MATHEMATICA
Table[Sum[i^i, {i, n+1, 2n}], {n, 20}]
PROG
(PARI) a(n) = sum(k=n+1, 2*n, k^k); \\ Seiichi Manyama, Dec 05 2021
CROSSREFS
Sequence in context: A290225 A190635 A202031 * A113256 A259495 A090088
KEYWORD
nonn
AUTHOR
Zak Seidov, Sep 22 2002
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 April 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)