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!)
A062814 a(n) = Sum_{i=0..n-1} i * (n - i)^(n - i). 1
0, 1, 6, 38, 326, 3739, 53808, 927420, 18578248, 423649565, 10828720882, 306545462810, 9518362652994, 321605286435431, 11745699035775884, 461063683165975712, 19357125741005727156, 865493449685182242777 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Partial sums of A001923. - Amiram Eldar, Mar 26 2022
LINKS
Andrew Cusumano, Problem 11724, The American Mathematical Monthly, Vol. 120, No. 7 (2013), p. 661; A Limit Computation, Solution to Problem 11724 by Hosam M. Mahmoud, ibid., Vol. 122, No. 7 (2015), pp. 706-707.
FORMULA
From Amiram Eldar, Mar 26 2022: (Start)
a(n) = Sum_{k=0..n-1} A001923(k).
Limit_{n->oo} a(n+2)/a(n+1) - a(n+1)/a(n) = e (Cusumano, 2013). (End)
MATHEMATICA
Table[Sum[i*(n - i)^(n - i), {i, 0, -1 + n}], {n, 1, 18}]
PROG
(PARI) a(n) = sum(i=0, n-1, i*(n-i)^(n-i)); \\ Michel Marcus, Mar 26 2019
CROSSREFS
Sequence in context: A075197 A356458 A276473 * A349844 A367838 A319194
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 April 17 22:02 EDT 2024. Contains 371767 sequences. (Running on oeis4.)