A039919 Related to enumeration of edge-rooted catafusenes.
0, 1, 5, 21, 86, 355, 1488, 6335, 27352, 119547, 528045, 2353791, 10575810, 47849685, 217824285, 996999525, 4585548680, 21182609875, 98236853415, 457211008415, 2134851575050, 9997848660345, 46949087361550, 221022160284101, 1042916456739696, 4931673470809525, 23367060132453323
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..200
- B. N. Cyvin, E. Brendsdal, J. Brunvoll, and S. J. Cyvin, A class of polygonal systems representing polycyclic conjugated hydrocarbons: Catacondensed monoheptafusenes, Monat. f. Chemie, 125 (1994), 1327-1337 (see Eq. 6 for the g.f. of the sequence (M'(n): n >= 3) = (a(floor((m + 1)/2)): m >= 3)).
- 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.
Crossrefs
Cf. A007317. - Gary W. Adamson, May 19 2009
Programs
-
Mathematica
Table[SeriesCoefficient[8x^2*(1-x)/(1-x+Sqrt[1-6x+5x^2])^3,{x,0,n}],{n,1,23}] (* Vaclav Kotesovec, Oct 08 2012 *)
-
PARI
x='x+O('x^66); concat([0],Vec(8*x^2*(1-x)/(1-x+sqrt(1-6*x+5*x^2))^3)) \\ Joerg Arndt, May 04 2013
Formula
G.f.: 8*x^2*(1-x)/(1 - x + sqrt(1 - 6*x + 5*x^2))^3. - Emeric Deutsch, Oct 24 2002
a(n) = A002212(n) - Sum_{j=0..n-1} A002212(j). Example: a(5) = 137 - (1 + 1 + 3 + 10 + 36) = 86. - Emeric Deutsch, Jan 23 2004
a(n+1) = Sum_{k=0..n} C(n,k)*(C(k+1) - C(k)) for n >= 0, where C(k) = A000108(k). - Paul Barry, Feb 16 2006 [edited by Petros Hadjicostas, Jan 18 2019]
Recurrence: (n-2)*(n+1)*a(n) = 2*(n-1)*(3*n-4)*a(n-1) - 5*(n-2)*(n-1)*a(n-2). - Vaclav Kotesovec, Oct 08 2012
a(n) ~ 3*5^(n+1/2)/(8*sqrt(Pi)*n^(3/2)). - Vaclav Kotesovec, Oct 08 2012
G.f.: x*U(x)*(1 + U(x))/(1-x), where 1 + U(x) is the g.f. of A002212 (using the notation in the two papers by Cyvin et al. published in 1994).
Extensions
More terms from Emeric Deutsch, Oct 24 2002
Comments