OFFSET
1,2
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 42*a(n-1) - 564*a(n-2) + 2072*a(n-3) + 4512*a(n-4) + 2688*a(n-5) + 512*a(n-6) for n>8.
Empirical g.f.: 2*x^2*(5 + 113*x + 570*x^2 + 1764*x^3 + 2416*x^4 + 1344*x^5 + 256*x^6) / (1 - 14*x - 8*x^2)^3. - Colin Barker, Feb 14 2019
EXAMPLE
Some solutions for n=4:
..0..0..0. .0..1..1. .0..1..2. .0..1..0. .0..1..2. .0..0..0. .0..1..2
..1..0..1. .1..2..0. .2..2..1. .0..1..0. .0..1..2. .1..2..1. .1..1..2
..2..2..1. .0..0..2. .2..1..1. .2..2..2. .1..1..1. .1..1..2. .0..0..2
..0..2..0. .0..1..2. .0..0..1. .1..2..0. .0..2..2. .2..0..1. .2..2..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jan 10 2017
STATUS
approved