OFFSET
1,1
COMMENTS
Column 4 of A219741.
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..130
FORMULA
Empirical: a(n) = a(n-1) + 10*a(n-2) + 15*a(n-3) + 4*a(n-4) - 6*a(n-5) - a(n-6) + 3*a(n-7) - a(n-8) for n>9.
Zeilberger's Maple code (see links in A228285) would give a proof that this recurrence is correct. - N. J. A. Sloane, Aug 22 2013
G.f.: x*(1 + x)*(7 + 14*x + 14*x^2 - x^3 - 2*x^4 - 2*x^5 + 3*x^6 - x^7) / (1 - x - 10*x^2 - 15*x^3 - 4*x^4 + 6*x^5 + x^6 - 3*x^7 + x^8). - Colin Barker, Mar 12 2018
EXAMPLE
Some solutions for n=3:
..0..1..0..1....0..0..1..0....0..0..0..1....1..0..1..0....1..0..0..0
..0..0..0..0....1..0..0..0....1..0..0..0....0..0..0..0....0..0..0..0
..1..0..0..0....0..1..0..1....0..1..0..0....0..1..0..1....1..0..0..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 26 2012
STATUS
approved