OFFSET
1,3
COMMENTS
Row 3 of A188777
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..42
FORMULA
Empirical: a(n) = 4*a(n-1) -5*a(n-2) +5*a(n-4) -4*a(n-5) +a(n-6)
Contribution from Vaclav Kotesovec, Sep 01 2012: (Start)
Empirical: G.f.: 4*x^3*(7 + 10*x + 5*x^2)/((1-x)^5*(1+x))
Empirical: a(n) = 1/4 - 10*n/3 + 23*n^2/3 - 20*n^3/3 + 11*n^4/6 - (-1)^n/4
(End)
EXAMPLE
Some solutions for 4X4
..0..0..0..0....0..0..0..1....1..0..0..0....0..0..0..0....0..0..2..0
..1..0..0..0....0..0..0..0....0..3..0..0....3..0..0..0....0..0..0..3
..0..3..0..0....0..2..0..0....0..0..0..0....0..1..0..0....1..0..0..0
..0..0..2..0....0..0..3..0....0..0..0..2....0..0..2..0....0..0..0..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin Apr 10 2011
STATUS
approved