OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 6*a(n-1) - 14*a(n-2) + 14*a(n-3) - 14*a(n-5) + 14*a(n-6) - 6*a(n-7) + a(n-8) for n>10.
Empirical for n mod 2 = 0: a(n) = (1/360)*n^6 + (1/12)*n^5 + (49/36)*n^4 + (13/3)*n^3 + (15169/360)*n^2 + (1957/12)*n + 43 for n>2.
Empirical for n mod 2 = 1: a(n) = (1/360)*n^6 + (1/12)*n^5 + (49/36)*n^4 + (13/3)*n^3 + (15169/360)*n^2 + (1957/12)*n + 40 for n>2.
Empirical g.f.: x*(257 - 946*x + 1180*x^2 - 110*x^3 - 1079*x^4 + 1060*x^5 - 440*x^6 + 93*x^7 - 12*x^8 + x^9) / ((1 - x)^7*(1 + x)). - Colin Barker, Nov 16 2018
EXAMPLE
Some solutions for n=4:
..0..0..0..0..0..0....0..0..0..1..1..1....0..0..0..0..0..0....0..0..0..0..0..1
..0..0..0..0..0..0....0..0..1..1..1..1....0..0..0..0..0..0....0..0..0..0..0..1
..0..0..0..0..0..0....0..1..1..1..1..1....0..0..0..0..0..0....0..0..0..0..1..1
..0..0..0..0..0..1....0..1..1..1..1..1....0..0..0..0..0..0....0..1..0..0..1..1
..0..0..0..0..0..1....1..1..1..1..1..1....1..1..1..0..1..0....1..0..1..0..1..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 27 2014
STATUS
approved