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

A208121
Number of 6 X n 0..1 arrays avoiding 0 0 0 and 0 1 0 horizontally and 0 0 1 and 0 1 1 vertically.
1
16, 256, 784, 2401, 17689, 130321, 577600, 2560000, 15054400, 88529281, 443060401, 2217373921, 12151975696, 66597028096, 346652467984, 1804403844961, 9669593502409, 51818243883121, 273150984198400, 1439868559360000
OFFSET
1,1
COMMENTS
Row 6 of A208118.
LINKS
FORMULA
Empirical: a(n) = 7*a(n-1) - 21*a(n-2) + 84*a(n-3) - 756*a(n-5) + 1701*a(n-6) - 5103*a(n-7) + 6561*a(n-8).
Empirical g.f.: x*(16 + 144*x - 672*x^2 + 945*x^3 - 4158*x^4 + 3159*x^5 + 1458*x^6 + 6561*x^7) / ((1 - 3*x)*(1 + 3*x)*(1 - 7*x + 9*x^2)*(1 + 21*x^2 + 81*x^4)). - Colin Barker, Jun 28 2018
EXAMPLE
Some solutions for n=4:
..1..0..0..1....0..1..1..1....1..1..0..1....1..1..1..0....0..0..1..1
..1..1..1..0....0..0..1..1....1..0..1..1....1..0..1..1....0..1..1..1
..1..0..0..1....0..0..1..1....1..1..0..0....0..1..1..0....0..0..1..1
..0..1..1..0....0..0..1..1....0..0..1..1....0..0..1..1....0..1..1..1
..1..0..0..1....0..0..1..1....1..1..0..0....0..1..1..0....0..0..1..1
..0..1..1..0....0..0..1..1....0..0..1..1....0..0..1..1....0..1..1..1
CROSSREFS
Cf. A208118.
Sequence in context: A208837 A208685 A017570 * A207371 A208016 A208558
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 23 2012
STATUS
approved