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!)
A336210 a(0) = 1; a(n) = -(1/n) * Sum_{k=0..n-1} binomial(n,k)^3 * (n-k) * a(k). 2
1, -1, 3, -10, -117, 5224, -23010, -10319891, 463834315, 69461529092, -10005601418172, -1323175060249241, 468450359815048182, 63281374513705043227, -46495538420749056681263, -7147072328212024308730535, 9119277358213513566069911755, 1827085356172328516064256064092 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (n!)^3 * [x^n] exp(-Sum_{k>=1} x^k / (k!)^3).
MATHEMATICA
a[0] = 1; a[n_] := a[n] = -(1/n) Sum[Binomial[n, k]^3 (n - k) a[k], {k, 0, n - 1}]; Table[a[n], {n, 0, 17}]
nmax = 17; CoefficientList[Series[Exp[-Sum[x^k/(k!)^3, {k, 1, nmax}]], {x, 0, nmax}], x] Range[0, nmax]!^3
CROSSREFS
Sequence in context: A034945 A132480 A201694 * A244305 A074260 A180978
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Jul 12 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 April 20 11:10 EDT 2024. Contains 371838 sequences. (Running on oeis4.)