OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 3*a(n-1) - 2*a(n-2) - 2*a(n-3) + 3*a(n-4) - 2*a(n-6) + 2*a(n-8) - a(n-9) for n>13.
Empirical g.f.: x*(3465 - 8675*x + 3666*x^2 + 6848*x^3 - 7232*x^4 - 1677*x^5 + 5708*x^6 + 1572*x^7 - 5764*x^8 + 1869*x^9 + 158*x^10 + 56*x^11 + 4*x^12) / ((1 - x)^3*(1 + x)*(1 - x + x^2)*(1 - x^2 - x^3)). - Colin Barker, Sep 03 2018
EXAMPLE
Some solutions for n=2:
..1..1..1..1..0..0..0..0....1..0..0..0..0..0..0..0....1..0..0..0..0..0..0..1
..0..0..0..0..0..0..0..0....1..0..0..0..0..0..0..0....1..0..0..0..0..0..0..0
..0..0..0..0..0..0..1..0....0..0..0..0..0..1..0..0....0..0..0..0..0..0..0..1
..0..0..0..0..0..0..1..0....1..0..0..0..0..1..0..0....1..0..0..0..0..0..0..1
..0..0..0..0..0..0..1..0....1..0..0..0..0..1..0..0....0..0..0..0..0..0..0..1
..0..0..0..0..0..0..1..0....1..0..0..0..0..1..0..0....0..0..0..0..0..0..0..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Apr 15 2013
STATUS
approved