OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..194
FORMULA
Empirical: a(n) = 4*a(n-1) - 7*a(n-2) + 8*a(n-3) - 6*a(n-4) + a(n-5) + 3*a(n-6) - 4*a(n-7) + 3*a(n-8) - a(n-9) for n>11.
Empirical g.f.: x*(3506 - 11161*x + 16592*x^2 - 18091*x^3 + 11159*x^4 + 1659*x^5 - 8650*x^6 + 10112*x^7 - 6687*x^8 + 1521*x^9 + 38*x^10) / ((1 - x)^3*(1 + x^2)*(1 - x - x^4)). - Colin Barker, Sep 04 2018
EXAMPLE
Some solutions for n=2:
..1..0..0..0..0..0..2....1..0..0..0..0..0..0....1..0..0..0..0..0..1
..1..0..0..0..0..0..1....1..0..0..0..0..0..0....1..0..0..0..0..0..0
..1..0..0..0..0..0..1....0..0..0..0..0..0..0....1..0..0..0..0..0..1
..1..0..0..0..0..0..1....0..0..0..0..0..0..0....0..0..0..0..0..0..1
..2..0..0..0..0..0..1....0..0..2..1..1..1..1....0..0..0..0..0..0..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Apr 16 2013
STATUS
approved