OFFSET
2,1
LINKS
Colin Barker, Table of n, a(n) for n = 2..1000
J. P. McSorley, Counting structures in the Moebius ladder, Discrete Math., 184 (1998), 137-164.
Index entries for linear recurrences with constant coefficients, signature (11,-33,4,78,-39,-61,33,19,-10,-2,1).
FORMULA
G.f.: see G in the Maple program. - Emeric Deutsch, Dec 21 2004
MAPLE
G:=-(3*x^10-5*x^9-30*x^8+47*x^7+107*x^6-162*x^5-137*x^4+217*x^3+26*x^2-77*x+19)*x^2/(-1+6*x-x^2-3*x^3+x^4)/(1-4*x+x^3)/(-1+x+x^2)/(x^2-1): Gser:=series(G, x=0, 25): seq(coeff(Gser, x^n), n=2..23); # Emeric Deutsch, Dec 21 2004
PROG
(PARI) Vec(-x^2*(3*x^10 -5*x^9 -30*x^8 +47*x^7 +107*x^6 -162*x^5 -137*x^4 +217*x^3 +26*x^2 -77*x +19) / ((x -1)*(x +1)*(x^2 +x -1)*(x^3 -4*x +1)*(x^4 -3*x^3 -x^2 +6*x -1)) + O(x^30)) \\ Colin Barker, Aug 01 2015
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Emeric Deutsch, Dec 21 2004
STATUS
approved