OFFSET
2,1
LINKS
Gheorghe Coserea, Table of n, a(n) for n = 2..51000
Omer Giménez, Marc Noy, Estimating the Growth Constant of Labelled Planar Graphs, Mathematics and Computer Science III, Part of the series Trends in Mathematics 2004, pp. 133-139.
Omer Gimenez, Marc Noy, Asymptotic enumeration and limit laws of planar graphs, J. Amer. Math. Soc. 22 (2009), 309-329.
FORMULA
EXAMPLE
27.2268777685...
PROG
(PARI)
A266389= 0.6263716633;
A1(t) = log(1+t) * (3*t-1) * (1+t)^3 / (16*t^3);
A2(t) = log(1+2*t) * (1+3*t) * (1-t)^3 / (32*t^3);
A3(t) = (1-t) * (185*t^4 + 698*t^3 - 217*t^2 - 160*t + 6);
A4(t) = 64*t * (1+3*t)^2 * (3+t);
A(t) = A1(t) + A2(t) + A3(t) / A4(t);
R(t) = 1/16 * sqrt(1+3*t) * (1/t - 1)^3 * exp(A(t));
1/R(A266389)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Gheorghe Coserea, Dec 28 2015
STATUS
approved