OFFSET
1,3
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Vaclav Kotesovec, Table of n, a(n) for n = 1..1000
F. Harary, E. M. Palmer, R. C. Read, On the cell-growth problem for arbitrary polygons, computer printout, circa 1974
F. Harary, E. M. Palmer and R. C. Read, On the cell-growth problem for arbitrary polygons, Discr. Math. 11 (1975), 371-389.
FORMULA
G.f.: (1/10)*x*(u^5(x) + 4*u(x^5) + 5*u^2(x^2) + 5*x*u^4(x^2)) where u(x) is the g.f. for A002293. - Sean A. Irvine, Mar 12 2016
a(n) ~ 2^(8*n - 1/2) / (sqrt(Pi) * n^(3/2) * 3^(3*n + 5/2)). - Vaclav Kotesovec, Mar 13 2016
MATHEMATICA
Rest[CoefficientList[Series[x*(HypergeometricPFQ[{1/4, 1/2, 3/4}, {2/3, 4/3}, (256/27)*x]^5 + 4*HypergeometricPFQ[{1/4, 1/2, 3/4}, {2/3, 4/3}, (256/27)*x^5] + 5*HypergeometricPFQ[{1/4, 1/2, 3/4}, {2/3, 4/3}, (256/27)*x^2]^2 + 5*x*HypergeometricPFQ[{1/4, 1/2, 3/4}, {2/3, 4/3}, (256/27)*x^2]^4)/10, {x, 0, 25}], x]] (* Vaclav Kotesovec, Mar 13 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Sean A. Irvine, Mar 12 2016
Name edited by Andrew Howroyd, Nov 20 2017
STATUS
approved