OFFSET
5,4
LINKS
A. Regev, Remarks on two-eared triangulations, arXiv preprint arXiv:1309.0743 [math.CO], 2013-2014.
Index entries for linear recurrences with constant coefficients, signature (6,-10,-2,12,4,8,-48,32).
FORMULA
See Maple code.
G.f.: -x^6*(1-5*x+9*x^2-4*x^3-2*x^4+8*x^6-6*x^5) / ( (2*x^2-1)*(2*x^3-1)*(2*x-1)^3 ). - R. J. Mathar, Dec 04 2013
MAPLE
f:=proc(n) local t1;
t1:=2^(n-8)*(n-4)*(n-5)/3;
if (n mod 2) = 0 then t1:=t1+2^(n/2-4); fi;
if (n mod 3) = 0 then t1:=t1+2^(n/3-2)/3; fi;
t1; end; [seq(f(n), n=5..50)];
MATHEMATICA
LinearRecurrence[{6, -10, -2, 12, 4, 8, -48, 32}, {0, 1, 1, 5, 14, 42, 112, 304}, 40] (* Jean-François Alcover, Dec 06 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 02 2013
STATUS
approved