OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = a(n-1) + 8*a(n-2) + 22*a(n-3) + 36*a(n-4) + 7*a(n-5) - 48*a(n-6) - 4*a(n-7) + 15*a(n-8) - 18*a(n-9) for n>11.
Empirical g.f.: x*(4 + 32*x + 61*x^2 + 63*x^3 + 9*x^4 - 159*x^5 - 201*x^6 + 113*x^7 + 39*x^8 - 104*x^9 + 48*x^10) / (1 - x - 8*x^2 - 22*x^3 - 36*x^4 - 7*x^5 + 48*x^6 + 4*x^7 - 15*x^8 + 18*x^9). - Colin Barker, Jan 31 2019
EXAMPLE
Some solutions for n=4:
..0..0..1..1. .0..0..1..1. .0..0..1..2. .0..0..1..0. .0..0..0..1
..2..2..0..0. .2..2..0..0. .1..2..0..0. .2..2..2..2. .1..1..2..0
..1..1..1..2. .0..1..2..2. .0..1..1..1. .0..0..1..1. .0..0..1..2
..0..0..0..1. .2..0..0..0. .2..2..0..0. .2..2..0..0. .2..2..0..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jul 17 2016
STATUS
approved