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”).

A207167
Number of n X 6 0..1 arrays avoiding 0 0 0 and 1 0 1 horizontally and 0 0 1 and 1 0 1 vertically.
1
19, 361, 1482, 3952, 8455, 15789, 26866, 42712, 64467, 93385, 130834, 178296, 237367, 309757, 397290, 501904, 625651, 770697, 939322, 1133920, 1356999, 1611181, 1899202, 2223912, 2588275, 2995369, 3448386, 3950632, 4505527, 5116605
OFFSET
1,1
COMMENTS
Column 6 of A207169.
LINKS
FORMULA
Empirical: a(n) = (19/4)*n^4 + (95/2)*n^3 - (57/4)*n^2 - 19*n.
Conjectures from Colin Barker, Jun 20 2018: (Start)
G.f.: 19*x*(1 + 14*x - 7*x^2 - 2*x^3) / (1 - x)^5.
a(n) = 5*a(n-1) - 10*a(n-2) + 10*a(n-3) - 5*a(n-4) + a(n-5) for n>5.
(End)
EXAMPLE
Some solutions for n=4:
..1..1..1..1..0..0....1..0..0..1..0..0....1..0..0..1..0..0....1..0..0..1..0..0
..0..0..1..0..0..1....0..1..1..0..0..1....1..1..1..0..0..1....0..1..1..0..0..1
..0..0..1..0..0..1....0..0..1..0..0..1....0..0..1..0..0..1....0..1..1..0..0..1
..0..0..1..0..0..1....0..0..1..0..0..1....0..0..1..0..0..1....0..0..1..0..0..1
CROSSREFS
Cf. A207169.
Sequence in context: A207883 A207760 A262762 * A208011 A207788 A207303
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 15 2012
STATUS
approved