OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 13*a(n-1) - 44*a(n-2) - 24*a(n-3) + 192*a(n-4) + 144*a(n-5).
Empirical g.f.: x*(125 - 984*x + 432*x^2 + 5760*x^3 + 3888*x^4) / ((1 - 6*x)*(1 - 4*x - 4*x^2)*(1 - 3*x - 6*x^2)). - Colin Barker, Oct 20 2018
EXAMPLE
Some solutions for n=4:
..2..2..0....2..2..1....2..1..1....1..0..1....2..1..0....2..2..2....0..2..1
..1..1..1....1..1..0....1..2..2....1..2..1....0..1..0....0..0..0....2..0..1
..0..0..0....0..2..1....1..2..2....0..1..2....0..1..2....0..0..0....1..1..0
..1..1..1....1..1..2....1..2..2....2..1..2....0..1..0....1..1..1....1..1..0
..2..0..0....1..1..0....1..2..2....2..1..0....1..0..1....2..2..2....2..0..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jan 16 2014
STATUS
approved