OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 29*a(n-1) + 44*a(n-2) - 27*a(n-3) - 81*a(n-4) for n>5.
Empirical g.f.: x*(11 + 19*x - 81*x^2 - 155*x^3 + 18*x^4) / (1 - 29*x - 44*x^2 + 27*x^3 + 81*x^4). - Colin Barker, Feb 14 2019
EXAMPLE
Some solutions for n=3:
..0..1..0..2. .0..0..1..1. .0..0..1..1. .0..1..2..2. .0..1..2..0
..1..2..0..2. .2..0..2..1. .2..2..0..2. .2..0..0..2. .1..0..2..1
..1..0..1..1. .1..0..0..1. .0..1..0..0. .1..1..0..2. .0..1..2..2
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jan 07 2017
STATUS
approved