OFFSET
1,3
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 1..398
P. J. Cameron, Counting two-graphs related to trees, Elec. J. Combin., Vol. 2, #R4.
FORMULA
STIRLING transform of A007831. - Sean A. Irvine, Feb 03 2018
From Vaclav Kotesovec, Nov 16 2021: (Start)
E.g.f.: (3 + exp(2*x) - exp(x)*(4 + LambertW(exp(-x) - 1) * (2 + LambertW(exp(-x) - 1)))) / (2*(exp(x) - 1)).
a(n) ~ (exp(1) - 1)^(3/2) * (-log(1-exp(-1)))^(3/2) * n^(n-2) / (exp(n-1) * (1 - log(exp(1) - 1))^n). (End)
MATHEMATICA
nmax = 20; Rest[CoefficientList[Series[(3 + E^(2*x) - E^x*(4 + ProductLog[-1 + E^(-x)] * (2 + ProductLog[-1 + E^(-x)])))/(2*(-1 + E^x)), {x, 0, nmax}], x] * Range[0, nmax]!] (* Vaclav Kotesovec, Nov 16 2021 *)
PROG
(PARI) seq(n)=my(e=exp(x + O(x^2*x^n))); Vec(serlaplace((3 + e^2 - e*(4 + lambertw(1/e - 1) * (2 + lambertw(1/e - 1)))) / (2*(e - 1)))) \\ Andrew Howroyd, Oct 15 2024
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved