OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 3*a(n-3) + 10*a(n-4) - 12*a(n-7) - 6*a(n-8) for n>12.
Empirical g.f.: 2*x*(130 + 318*x + 610*x^2 + 788*x^3 - 4*x^4 - 713*x^5 - 1410*x^6 - 1134*x^7 - 614*x^8 - 324*x^9 - 68*x^10 + 5*x^11) / (1 - 3*x^3 - 10*x^4 + 12*x^7 + 6*x^8). - Colin Barker, Oct 24 2018
EXAMPLE
Some solutions for n=5:
..2..1..1....1..1..2....0..1..0....2..0..1....2..2..1....0..1..1....0..1..2
..0..2..1....0..2..1....2..0..0....2..1..0....1..0..0....0..0..2....1..2..1
..0..1..2....2..1..0....2..1..2....0..0..0....2..1..0....1..2..1....2..0..0
..0..0..0....0..0..0....0..0..2....0..1..2....1..2..0....2..1..0....1..0..1
..2..1..0....0..1..2....1..0..1....1..2..1....0..1..2....0..0..0....0..0..2
..2..0..2....0..2..1....1..2..2....2..1..1....0..0..0....0..1..2....1..2..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 10 2014
STATUS
approved