OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 8*a(n-1) - 28*a(n-2) + 57*a(n-3) - 70*a(n-4) + 47*a(n-5) - 12*a(n-6) - a(n-7) - 2*a(n-8) + a(n-9) for n>12.
Empirical g.f.: x*(14 - 48*x - 31*x^2 + 423*x^3 - 951*x^4 + 787*x^5 + 311*x^6 - 920*x^7 + 378*x^8 + 125*x^9 + 29*x^10 - 32*x^11) / ((1 - 3*x + x^2)*(1 - 5*x + 12*x^2 - 16*x^3 + 10*x^4 - x^5 - x^6 - x^7)). - Colin Barker, Feb 01 2019
EXAMPLE
Some solutions for n=4:
..0..1..1..1. .0..1..1..2. .0..0..0..1. .0..0..1..2. .0..1..1..2
..2..0..0..0. .2..2..0..1. .1..2..2..0. .2..2..0..1. .2..2..0..0
..1..2..2..2. .0..1..2..2. .0..1..1..2. .1..1..2..2. .0..1..2..2
..0..1..1..1. .2..0..1..1. .2..0..0..1. .2..0..1..1. .2..0..1..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jul 19 2016
STATUS
approved