login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A207389
Number of n X 6 0..1 arrays avoiding 0 0 1 and 0 1 0 horizontally and 0 0 1 and 1 1 0 vertically.
1
21, 441, 2307, 7561, 19319, 42167, 82477, 148743, 251937, 405885, 627663, 938013, 1361779, 1928363, 2672201, 3633259, 4857549, 6397665, 8313339, 10672017, 13549455, 17030335, 21208901, 26189615, 32087833, 39030501, 47156871, 56619237
OFFSET
1,1
COMMENTS
Column 6 of A207391.
LINKS
FORMULA
Empirical: a(n) = (1/36)*n^6 + (113/60)*n^5 + (151/9)*n^4 + (95/4)*n^3 - (605/36)*n^2 - (229/30)*n + 3.
Conjectures from Colin Barker, Jun 22 2018: (Start)
G.f.: x*(21 + 294*x - 339*x^2 - 62*x^3 + 139*x^4 - 36*x^5 + 3*x^6) / (1 - x)^7.
a(n) = 7*a(n-1) - 21*a(n-2) + 35*a(n-3) - 35*a(n-4) + 21*a(n-5) - 7*a(n-6) + a(n-7) for n>7.
(End)
EXAMPLE
Some solutions for n=4:
..0..0..0..0..0..0....0..0..0..0..0..0....1..1..1..1..1..1....1..1..0..0..0..0
..0..1..1..1..0..1....1..1..1..1..1..0....1..1..1..1..0..1....1..0..1..1..0..1
..0..1..1..0..0..0....1..1..0..1..1..0....1..1..1..1..1..1....1..1..1..1..0..1
..0..1..1..0..0..0....1..1..1..1..1..0....1..1..1..1..0..1....1..1..1..1..0..1
CROSSREFS
Cf. A207391.
Sequence in context: A208692 A207562 A207417 * A207517 A207246 A208167
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 17 2012
STATUS
approved