OFFSET
1,1
COMMENTS
Column 3 of A232316
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 10*a(n-1) -11*a(n-2) -5*a(n-3) -a(n-4).
Empirical: G.f.: -x*(-16+21*x+12*x^2+2*x^3) / ( 1-10*x+11*x^2+5*x^3+x^4 ). - R. J. Mathar, Nov 24 2013
EXAMPLE
Some.solutions.for.n=5
..0..0..0..0....0..0..1..0....0..0..0..0....0..0..1..0....0..0..0..0
..0..1..1..1....0..1..0..0....0..0..0..0....1..1..0..0....0..1..1..1
..0..0..0..0....1..1..1..0....1..1..0..0....1..1..1..0....1..1..1..0
..1..1..0..0....0..0..0..1....0..0..1..0....1..0..0..1....0..0..0..0
..1..0..1..1....0..0..1..1....0..1..0..1....0..1..1..0....1..1..1..0
..1..1..1..1....1..1..1..1....1..1..1..1....1..0..0..0....1..0..0..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 22 2013
STATUS
approved