OFFSET
1,1
COMMENTS
Column 4 of A207453.
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 10*n^3 + 10*n^2 - 10*n.
Conjectures from Colin Barker, Jun 22 2018: (Start)
G.f.: 10*x*(1 + 6*x - x^2) / (1 - x)^4.
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4) for n>4.
(End)
EXAMPLE
Some solutions for n=5:
..1..0..1..0....1..0..1..0....1..1..1..0....0..1..1..0....1..1..0..0
..1..0..1..1....1..1..1..1....0..1..1..1....1..1..0..1....1..0..1..0
..1..0..1..1....0..1..0..1....0..1..0..0....1..1..0..0....1..0..1..0
..1..0..1..0....0..1..0..0....0..1..0..0....0..1..0..0....1..0..1..0
..1..0..1..0....0..1..0..0....0..1..0..0....0..1..0..0....1..0..1..0
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 17 2012
STATUS
approved