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!)
A305919 a(n) = n! * [x^n] 1/(2 - exp(x))^n. 1
1, 1, 8, 99, 1704, 37625, 1014348, 32300359, 1186399952, 49376357109, 2296400723220, 118031059900523, 6643848377509368, 406471060412884753, 26856124898028246044, 1905791887135240982415, 144563460111417997403040, 11673024609379676114380877, 999663240630210837032231460 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
N. J. A. Sloane, Transforms
FORMULA
a(n) = [x^n] Sum_{k>=0} binomial(n+k-1,k)*k!*x^k/Product_{j=1..k} (1 - j*x).
a(n) = Sum_{k=0..n} Stirling2(n,k)*binomial(n+k-1,k)*k!.
a(n) ~ n! * c * ((1 + r)*(1 + 2*r))^n / sqrt(n), where r = (-1 + 1/(-1 + LambertW(2*exp(1))))/2 = 0.833964643008471735434624869020826957702396269585... is the root of the equation (2 + 1/r) * (1 + r*LambertW(-exp(-1/r)/r)) = 1 and c = 1/sqrt(2*Pi*(1 + LambertW(2*exp(1)))) = 0.258877607195571655640738032164006... Equivalently, a(n) ~ LambertW(2*exp(1))^n * n^n / (sqrt(1 + LambertW(2*exp(1))) * 2^n * exp(n) * (LambertW(2*exp(1)) - 1)^(2*n)). - Vaclav Kotesovec, Dec 15 2019, updated Mar 17 2024
MATHEMATICA
Table[n! SeriesCoefficient[1/(2 - Exp[x])^n, {x, 0, n}], {n, 0, 18}]
Table[SeriesCoefficient[Sum[Binomial[n + k - 1, k] k! x^k/Product[1 - j x, {j, 1, k}], {k, 0, n}], {x, 0, n}], {n, 0, 18}]
Table[Sum[StirlingS2[n, k] Binomial[n + k - 1, k] k!, {k, 0, n}], {n, 0, 18}]
CROSSREFS
Sequence in context: A341965 A230343 A293145 * A286841 A356440 A367445
KEYWORD
nonn,changed
AUTHOR
Ilya Gutkovskiy, Jun 14 2018
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 March 29 02:23 EDT 2024. Contains 371264 sequences. (Running on oeis4.)