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!)
A062809 a(n) = Sum_{i = 1..n} (n - i)^(1 + i). 3
0, 1, 5, 18, 60, 203, 725, 2772, 11368, 49853, 232757, 1151902, 6018772, 33087191, 190780197, 1150653904, 7241710912, 47454745785, 323154696165, 2282779990474, 16700904488684, 126356632390275, 987303454928949 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) ~ sqrt(2*Pi) * ((n + 1)/LambertW(exp(1)*(n + 1)))^(1/2 + (n + 1)*(1 - 1/LambertW(exp(1)*(n + 1)))) / sqrt(1 + LambertW(exp(1)*(n + 1))). - Vaclav Kotesovec, Dec 04 2021
MAPLE
a:=n->sum((n-j)^j, j=2..n): seq(a(n), n=2..24); # Zerinvary Lajos, Jun 07 2008
MATHEMATICA
Sum[(n - i)^(1 + i), {i, 1, n}]
PROG
(PARI) a(n) = sum(i=1, n, (n-i)^(1+i)); \\ Michel Marcus, Mar 24 2019
CROSSREFS
Sequence in context: A222567 A099449 A104630 * A350782 A255837 A122234
KEYWORD
nonn,easy
AUTHOR
Olivier Gérard, Jun 23 2001
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 September 14 19:28 EDT 2024. Contains 375929 sequences. (Running on oeis4.)