OFFSET
1,1
COMMENTS
Column 5 of A250656.
Since one edge length of the array is fixed, and the constraint is a Markov-type correlation between fixed-width lengths of the other edge, the generating function is computable by the usual transfer matrix method and therefore a rational polynomial. That predicts that there is a linear recurrence. - R. J. Mathar, May 25 2018
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..210
FORMULA
Empirical: a(n) = 3*a(n-1) - 2*a(n-2); also a(n) = 2^(n-1)*25 + (5*2^(n-1)-1)*5 + 2^(n+1).
It appears that a(n) = 27*2^n-5, which would make this coincide with A304387. - N. J. A. Sloane, May 13 2018
EXAMPLE
Some solutions for n=4
..1..1..1..0..0..0....1..1..1..1..1..1....1..1..1..1..1..1....1..1..1..1..0..0
..0..0..0..0..0..0....1..1..1..1..1..1....1..1..1..1..1..1....0..0..0..0..0..0
..1..1..1..1..1..1....0..0..0..0..0..0....0..0..0..0..0..0....1..1..1..1..1..1
..1..1..1..1..1..1....0..0..0..0..0..0....0..0..0..0..0..0....1..1..1..1..1..1
..0..0..0..0..1..1....1..1..1..1..1..1....0..0..0..0..1..1....0..0..0..1..1..1
CROSSREFS
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 26 2014
STATUS
approved