OFFSET
0,2
LINKS
Alois P. Heinz, Table of n, a(n) for n = 0..1000 (terms n = 1..210 from R. H. Hardin)
FORMULA
Empirical: a(n) = a(n-1) + 6*a(n-2) + 10*a(n-3) + 3*a(n-4) - 13*a(n-5) + 3*a(n-6) - 3*a(n-7) - 4*a(n-8) - a(n-9).
Empirical g.f.: 1 + x*(4 + 9*x + 12*x^2 - 13*x^3 - 13*x^4 - x^5 - 7*x^6 - 5*x^7 - x^8) / (1 - x - 6*x^2 - 10*x^3 - 3*x^4 + 13*x^5 - 3*x^6 + 3*x^7 + 4*x^8 + x^9). - Colin Barker, Mar 01 2019
EXAMPLE
Some solutions for n=7:
0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1
0 1 0 0 0 1 0 1 0 1 0 0 0 1 1 0 0 0 1 0
0 0 1 0 0 1 1 1 0 1 0 0 0 0 0 0 0 0 1 0
0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0
0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 1 0 0
0 0 1 1 0 0 0 1 0 1 1 0 1 1 1 0 1 0 0 1
0 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jan 01 2018
EXTENSIONS
a(0)=1 prepended by Alois P. Heinz, Mar 01 2019
STATUS
approved