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!)
A323673 Expansion of e.g.f. log(1 - LambertW(-x)*(2 + LambertW(-x))/2). 2
0, 1, 0, 2, 7, 69, 696, 9400, 148506, 2753793, 58255840, 1388008566, 36768832200, 1072407094693, 34151921130432, 1179292944433500, 43892264744070736, 1751768399754149025, 74633720517351765504, 3380997879130123703818, 162286529338732345488000, 8227876237310253918100581 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
E.g.f.: log(1 + Sum_{k>=1} k^(k-2)*x^k/k!).
a(0) = 0; a(n) = A000272(n) - (1/n)*Sum_{k=1..n-1} binomial(n,k)*A000272(n-k)*k*a(k).
a(n) ~ 2 * n^(n-2) / 3. - Vaclav Kotesovec, Jan 24 2019
MAPLE
seq(n!*coeff(series(log(1-LambertW(-x)*(2+LambertW(-x))/2), x=0, 22), x, n), n=0..21); # Paolo P. Lava, Jan 28 2019
MATHEMATICA
nmax = 21; CoefficientList[Series[Log[1 - LambertW[-x] (2 + LambertW[-x])/2], {x, 0, nmax}], x] Range[0, nmax]!
a[n_] := a[n] = n^(n - 2) - Sum[Binomial[n, k] (n - k)^(n - k - 2) k a[k], {k, 1, n - 1}]/n; a[0] = 0; Table[a[n], {n, 0, 21}]
CROSSREFS
Sequence in context: A173226 A094223 A217069 * A366359 A319640 A260566
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jan 23 2019
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)