OFFSET
0,3
COMMENTS
Generating function f(x,y) = g(x,y) + Sum_{m>=1} x*y*(1-y^m) *( f(x*y^m,x*y^(m+1)) +f(x*y^(m+1),x*y^m) )/(1-y) + Sum_{m>=0} y*( f(y*x^m,y*x^(m+1)) +f(y*x^(m+1),y*x^m) ) + Sum_{m>=0} f(x*y^m,x*y^(m+1)), where g(x,y) = y*(x*y)/(1-x*y) + Sum_{m>=1} ( x*y^m*x*y^(m+1)/(1-x*y^(m+1)) + x*y^m/(1-x*y^m) ) + Sum_{m>=1} (y*y*x^(m+1)/(1-y*x^(m+1)) + x*y*x*y^(m+2)*(1-y^m)/(1-y)/(1-x*y^(m+2)) ). - R. J. Mathar, Sep 30 2011
LINKS
S. Dulucq, Etude combinatoire de problèmes d'énumération, d'algorithmique sur les arbres et de codage par des mots, a thesis presented to l'Université de Bordeaux I, 1987. (Annotated scanned copy)
S. Dulucq and D. Gouyou-Beauchamps, Sur les facteurs des suites de Sturm, Theoret. Comput. Sci. 71 (1990), 381-400.
FORMULA
Th. 6.2 of the reference gives a generating function.
CROSSREFS
KEYWORD
AUTHOR
EXTENSIONS
More terms from Dulucq and Gouyou-Beauchamps added by Sean A. Irvine, Dec 04 2020
STATUS
approved