OFFSET
1,3
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = a(n-1) + 3*a(n-4) + a(n-6) + 3*a(n-7) + a(n-10).
Empirical g.f.: x*(1 + 3*x^2 + 3*x^3 + x^4 + 4*x^5 + 3*x^6 + x^8 + x^9) / ((1 + x)*(1 - x + x^2)*(1 - x - x^3 - 2*x^4 - x^7)). - Colin Barker, Feb 23 2019
EXAMPLE
Some solutions for n=7:
..0..0..0..0..0. .0..0..0..0..0. .0..0..0..0..0. .0..0..1..1..0
..0..0..0..0..0. .0..1..1..0..0. .0..0..1..1..0. .0..1..1..1..0
..0..0..0..0..0. .1..1..1..0..0. .0..1..1..1..0. .0..1..1..0..0
..0..0..0..1..1. .1..1..0..1..1. .0..1..1..0..0. .0..0..0..0..0
..0..0..1..1..1. .0..0..1..1..1. .0..0..0..1..1. .0..0..0..0..0
..0..0..1..1..0. .0..0..1..1..0. .0..0..1..1..1. .0..0..0..0..0
..0..0..0..0..0. .0..0..0..0..0. .0..0..1..1..0. .0..0..0..0..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Dec 15 2017
STATUS
approved