OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 8*a(n-1) + 58*a(n-2) - 368*a(n-3) - 24*a(n-4) + 192*a(n-5).
Empirical g.f.: 2*x*(130 + 269*x - 4808*x^2 + 60*x^3 + 2592*x^4) / (1 - 8*x - 58*x^2 + 368*x^3 + 24*x^4 - 192*x^5). - Colin Barker, Oct 20 2018
EXAMPLE
Some solutions for n=3:
..1..1..2....2..1..1....1..2..0....2..2..1....0..2..2....1..2..2....0..2..2
..1..0..0....2..0..1....2..0..0....1..2..2....0..0..2....0..2..0....1..0..1
..0..0..2....1..2..2....1..0..1....2..0..2....0..2..1....2..2..2....2..0..2
..1..0..0....0..0..2....2..2..2....2..2..2....0..0..2....2..1..2....1..0..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jan 16 2014
STATUS
approved