OFFSET
1,2
COMMENTS
The Largest Chain Family of matchings is the largest family of matchings formed by repeated edge inflations and vertex insertions into any length n chain.
LINKS
Aziza Jefferson, The Substitution Decomposition of Matchings and RNA Secondary Structures, PhD Thesis, University of Florida, 2015.
FORMULA
G.f. f satisfies x^3f^6+x^2f^5-4x^2f^4+2xf^3+(x+4)f^2-11f+7 = 0.
EXAMPLE
a(4)=93 because of the 105 matchings on 4 edges, there are 13 matchings which do not lie in the Largest Chain Family. Two such matching in canonical sequence form, are given by 12343142 and 12342413.
MAPLE
f := RootOf(_Z^6*x^3+_Z^5*x^2-4*_Z^4*x^2+2*_Z^3*x+_Z^2*x+4*_Z^2-11*_Z+7, 1);
series(f, x=0, 30);
CROSSREFS
KEYWORD
nonn
AUTHOR
Aziza Jefferson, Mar 25 2015
STATUS
approved