OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 23*a(n-1) - 102*a(n-2) + 93*a(n-3) - 9*a(n-4).
Empirical g.f.: 3*x*(172 - 887*x + 834*x^2 - 81*x^3) / (1 - 23*x + 102*x^2 - 93*x^3 + 9*x^4). - Colin Barker, Oct 16 2018
EXAMPLE
Some solutions for n=3:
..1..1..0....1..0..1....0..2..0....0..0..0....1..1..0....0..0..2....1..1..0
..1..1..2....0..0..1....2..2..0....1..1..0....2..2..2....0..1..1....0..0..2
..2..2..1....2..2..0....0..2..2....0..0..2....0..2..2....0..1..2....2..2..2
..2..2..1....2..0..2....0..0..0....1..1..2....0..2..0....2..0..1....2..1..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Dec 31 2013
STATUS
approved