OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4) + a(n-5) - 3*a(n-6) + 3*a(n-7) - a(n-8) for n>12.
Empirical g.f.: x*(5385 - 19430*x + 26224*x^2 - 15650*x^3 + 3411*x^4 - 5361*x^5 + 14558*x^6 - 12707*x^7 + 3439*x^8 + 69*x^9 + 57*x^10 + 4*x^11) / ((1 - x)^3*(1 - x + x^2)*(1 - x^2 - x^3)). - Colin Barker, Sep 03 2018
EXAMPLE
Some solutions for n=2:
..1..0..0..0..0..0..0..0..0..1....1..0..0..0..0..0..0..0..0..0
..1..0..0..0..0..0..0..0..0..0....1..0..0..0..0..0..0..0..0..0
..0..0..0..0..0..0..0..0..0..1....1..0..0..0..0..0..0..0..0..0
..0..0..0..0..0..0..0..0..0..0....0..0..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..1....1..0..0..0..0..0..0..0..0..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Apr 15 2013
STATUS
approved