OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 10*a(n-1) + 47*a(n-2) - 336*a(n-3) - 1416*a(n-4) - 864*a(n-5) - 144*a(n-6) for n>7.
Empirical g.f.: x*(5 + 166*x + 701*x^2 + 352*x^3 - 1016*x^4 - 480*x^5 + 720*x^6) / (1 - 5*x - 36*x^2 - 12*x^3)^2. - Colin Barker, Jan 29 2019
EXAMPLE
Some solutions for n=4:
..4..2. .2..0. .1..1. .3..3. .1..4. .4..2. .1..1. .3..3. .2..4. .2..3
..1..4. .0..3. .4..2. .2..2. .2..0. .1..1. .2..0. .4..4. .3..0. .0..4
..1..2. .2..0. .3..0. .4..4. .0..0. .4..2. .1..2. .2..1. .3..3. .1..1
..2..0. .4..3. .3..0. .4..4. .1..2. .3..2. .1..4. .0..2. .2..0. .2..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Mar 05 2016
STATUS
approved