OFFSET
2,2
REFERENCES
J. L. Faulon, D. Visco and D. Roe, Enumerating Molecules, In: Reviews in Computational Chemistry Vol. 21, Ed. K. Lipkowitz, Wiley-VCH, 2005.
N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Herman Jamke (hermanjamke(AT)fastmail.fm), Feb 24 2008, Table of n, a(n) for n = 2..99
J. L. Faulon, D. Visco and D. Roe, Enumerating Molecules, In: Reviews in Computational Chemistry Vol. 21, Ed. K. Lipkowitz, Wiley-VCH, 2005.
H. R. Henze and C. M. Blair, The number of structural isomers of the more important types of aliphatic compounds, J. Amer. Chem. Soc., 56 (1) (1934), 157-157.
H. R. Henze and C. M. Blair, The number of structural isomers of the more important types of aliphatic compounds, J. Amer. Chem. Soc., 56 (1) (1934), 157-157. (Annotated scanned copy)
R. C. Read, The Enumeration of Acyclic Chemical Compounds, pp. 25-61 of A. T. Balaban, ed., Chemical Applications of Graph Theory, Ac. Press, 1976. [Annotated scanned copy] See p. 28.
FORMULA
G.f.: A(x)=x*B(x)*(B(x)-1), where B(x) = g.f. for A000598. - Herman Jamke (hermanjamke(AT)fastmail.fm), Feb 24 2008
MATHEMATICA
terms = 29; (* B = g.f. for A000625 *) B[_] = 0; Do[B[x_] = 1 + (1/6)*x*(B[x]^3 + 3*B[x]*B[x^2] + 2*B[x^3]) + O[x]^(terms+2) // Normal, terms+2];
A[x_] = 1*x*B[x]*(B[x] - 1) + O[x]^(terms+2);
Drop[CoefficientList[A[x], x], 2] (* Jean-François Alcover, Jan 10 2018 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Feb 24 2008
STATUS
approved