OFFSET
0,2
COMMENTS
After unfolding the paper, the count consists of (a) triangles whose hypotenuse is parallel to the sides of the original square, (b) triangles whose hypotenuse is diagonal to the sides of the original square, (c) rectangles whose sides are parallel to the sides of the original square and (d) rectangles whose sides are diagonal to the sides of the original square. Note that the count for (c) is A096222(2*(Ceiling(n/2)-1)). E.g. a(5) = 205 because the counts are a=32, b=64, c=100, d=9. - T. D. Noe, Aug 09 2004
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,30,0,-280,0,960,0,-1024).
FORMULA
G.f.: -(1024*x^11+512*x^10+832*x^9+432*x^8-80*x^7-234*x^6-295*x^5-72*x^4+65*x^3+21*x^2-3*x-1) / ((2*x-1)*(2*x+1)*(4*x-1)*(4*x+1)*(2*x^2-1)*(8*x^2-1)). [Colin Barker, Nov 23 2012]
MATHEMATICA
Join[{1, 3, 9, 25}, LinearRecurrence[{0, 30, 0, -280, 0, 960, 0, -1024}, {62, 205, 534, 2110, 5844, 25996, 75592, 359256}, 20]] (* Harvey P. Dale, Apr 08 2015 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Pierre CAMI, Aug 01 2004
EXTENSIONS
Corrected and extended by T. D. Noe, Aug 09 2004 and Aug 16 2004
More terms from Colin Barker, Nov 23 2012
STATUS
approved