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

A208286
Number of n X 7 0..1 arrays avoiding 0 0 0 and 0 0 1 horizontally and 0 0 1 and 1 1 0 vertically.
1
42, 1764, 14946, 70216, 239490, 665892, 1604862, 3478160, 6942474, 12974340, 22973082, 38883480, 63339874, 99833412, 152904150, 228359712, 333522218, 477505188, 671522130, 929228520, 1267098882, 1704840676, 2265846702
OFFSET
1,1
COMMENTS
Column 7 of A208287.
LINKS
FORMULA
Empirical: a(n) = (61/180)*n^7 + (121/20)*n^6 + (1157/36)*n^5 + (425/12)*n^4 - (2923/90)*n^3 - (22/15)*n^2 + 2*n.
Conjectures from Colin Barker, Jun 29 2018: (Start)
G.f.: 2*x*(21 + 714*x + 1005*x^2 - 1156*x^3 + 203*x^4 + 86*x^5 - 19*x^6) / (1 - x)^8.
a(n) = 8*a(n-1) - 28*a(n-2) + 56*a(n-3) - 70*a(n-4) + 56*a(n-5) - 28*a(n-6) + 8*a(n-7) - a(n-8) for n>8.
(End)
EXAMPLE
Some solutions for n=4:
..1..1..0..1..1..1..0....1..0..1..1..0..1..1....1..0..1..1..1..0..0
..1..1..1..0..1..1..0....0..1..0..1..1..1..1....0..1..0..1..1..0..1
..1..1..1..1..1..1..0....1..0..1..1..0..1..1....0..1..1..1..1..0..1
..1..1..1..0..1..1..0....1..0..1..1..1..1..1....0..1..1..1..1..0..1
CROSSREFS
Cf. A208287.
Sequence in context: A207953 A207862 A207812 * A208419 A208027 A207807
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 25 2012
STATUS
approved