OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 18*a(n-1) - 121*a(n-2) + 392*a(n-3) - 688*a(n-4) + 640*a(n-5) - 256*a(n-6) for n>7.
Empirical g.f.: 2*x*(1 - 2*x)*(1 - 13*x + 74*x^2 - 198*x^3 + 248*x^4 - 128*x^5) / (1 - 9*x + 20*x^2 - 16*x^3)^2. - Colin Barker, Feb 13 2019
EXAMPLE
Some solutions for n=4:
..0..0..1. .0..0..0. .0..0..0. .0..0..0. .0..0..0. .0..0..0. .0..0..0
..0..1..1. .1..2..2. .1..1..1. .0..1..2. .1..1..1. .1..1..1. .1..1..1
..0..0..1. .2..0..0. .0..1..1. .2..2..2. .2..1..1. .2..2..2. .1..1..0
..0..0..0. .0..0..0. .1..1..1. .2..2..2. .1..1..1. .1..2..2. .1..1..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jan 02 2017
STATUS
approved