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!)
A336427 a(0) = 0; a(n) = 1 + (1/n) * Sum_{k=1..n-1} binomial(n,k)^3 * k * a(k). 1
0, 1, 5, 100, 5357, 597726, 120049592, 39381634818, 19686000625517, 14233714132535146, 14293760060523962630, 19298235276251711246358, 34108177389621376109912120, 77181320123960021972892515094, 219430688163572488543090308547898 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
Sum_{n>=0} a(n) * x^n / (n!)^3 = -log(1 - Sum_{n>=1} x^n / (n!)^3).
MATHEMATICA
a[0] = 0; a[n_] := a[n] = 1 + (1/n) Sum[Binomial[n, k]^3 k a[k], {k, 1, n - 1}]; Table[a[n], {n, 0, 14}]
nmax = 14; CoefficientList[Series[-Log[1 - Sum[x^k/(k!)^3, {k, 1, nmax}]], {x, 0, nmax}], x] Range[0, nmax]!^3
CROSSREFS
Sequence in context: A078534 A141120 A123668 * A197200 A090436 A140616
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jul 21 2020
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 16 04:39 EDT 2024. Contains 372549 sequences. (Running on oeis4.)