OFFSET
1,1
LINKS
Gheorghe Coserea, Table of n, a(n) for n = 1..55000
E. A. Bender, Z. Gao and N. C. Wormald, The number of labeled 2-connected planar graphs, Electron. J. Combin., 9 (2002), #R43.
FORMULA
EXAMPLE
2.262875832562621246302333358384...
PROG
(PARI)
x(t) = (1+3*t)*(1/t-1)^3/16;
y(t) = {
my(y1 = t^2 * (1-t) * (18 + 36*t + 5*t^2),
y2 = 2 * (3+t) * (1+2*t) * (1+3*t)^2);
(1+2*t)/((1+3*t) * (1-t)) * exp(-y1/y2) - 1;
};
alpha(t) = 144 + 592*t + 664*t^2 + 135*t^3 + 6*t^4 - 5*t^5;
mu(t) = {
my(mu1 = (1+t) * (3+t)^2 * (1+2*t)^2 * (1+3*t)^2 / t^3, y0 = y(t));
mu1 * y0 / ((1 + y0) * alpha(t));
};
N=79; default(realprecision, N+100); t0 = solve(t=.62, .63, y(t)-1);
c=mu(t0); eval(select(x->(x != "."), Vec(Str(c))[1..-101]))
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Gheorghe Coserea, Sep 05 2017
STATUS
approved