A026106 Number of polyhexes of class PF2 (with one catafusene annealated to pyrene).
2, 5, 16, 55, 208, 817, 3336, 13935, 59406, 257079, 1126948, 4992421, 22318048, 100546543, 456055730, 2080872845, 9544572590, 43984730855, 203550840696, 945562887981, 4407586685688, 20609668887723, 96646196091276, 454402001079165
Offset: 5
Keywords
Links
- S. J. Cyvin, Zhang Fuji, B. N. Cyvin, Guo Xiaofeng, and J. Brunvoll, Enumeration and classification of benzenoid systems. 32. Normal perifusenes with two internal vertices, J. Chem. Inform. Comput. Sci., 32 (1992), 532-540.
- S. J. Cyvin, B. N. Cyvin, J. Brunvoll, and E. Brendsdal, Enumeration and classification of certain polygonal systems representing polycyclic conjugated hydrocarbons: annelated catafusenes, J. Chem. Inform. Comput. Sci., 34 (1994), 1174-1180.
- Eric Weisstein's World of Mathematics, Fusenes.
- Eric Weisstein's World of Mathematics, Polyhex.
Crossrefs
Programs
-
Maple
bb := proc(x) (1/4)*x^3*(4-8*x-3*sqrt((1-x)*(1-5*x))-(x+1)*sqrt((1-5*x^2)/(1-x^2))) end proc; taylor(bb(x), x = 0, 50); # Petros Hadjicostas, Jan 12 2019
-
Mathematica
(1/4) x^3 (4 - 8x - 3Sqrt[(1-x)(1-5x)] - (x+1) Sqrt[(1-5x^2)/(1-x^2)]) + O[x]^29 // CoefficientList[#, x]& // Drop[#, 5]& (* Jean-François Alcover, Apr 24 2020, from Maple *)
Formula
From Petros Hadjicostas, Jan 12 2019: (Start)
G.f.: (x^3/4)*(4 - 8*x - 3*sqrt(1 - 6*x + 5*x^2) - (x + 1)*sqrt((1 - 5*x^2)/(1 - x^2))).
G.f.: x^3*(1 - 2*x) - (x^3/4)*(3*(1 - x)^(1/2)*(1 - 5*x)^(1/2) + (1 - x)^(-1)*(1 - x^2)^(1/2)*(1 - 5*x^2)^(1/2)) (see eq. (A1), p. 1180, in Cyvin et al. (1994)).
(End)
Extensions
Name edited by Petros Hadjicostas, Jan 12 2019
Terms a(17)-a(28) computed by Petros Hadjicostas, Jan 12 2019
Comments