OFFSET
1,1
COMMENTS
This sequence almost builds a square (two triangles with the sparse triangle rotated), but not quite.
LINKS
Eric Werner, Table of n, a(n) for n = 1..311
FORMULA
Conjectures from Colin Barker, Dec 01 2019: (Start)
G.f.: x*(2 - 2*x^3 + x^4 - 2*x^5 + x^6 + 2*x^8 - x^9) / ((1 - x)^3*(1 + x + x^2)*(1 + x + x^2 + x^3 + x^4)).
a(n) = a(n-1) + a(n-3) - a(n-4) + a(n-5) - a(n-6) - a(n-8) + a(n-9) for n>10.
(End)
CROSSREFS
KEYWORD
nonn,obsc,uned
AUTHOR
Eric Werner (eric.werner(AT)gmx.net), Feb 24 2010
STATUS
approved