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

A183839
Number of (n+1) X 4 binary arrays with each element of every 2 X 2 subblock being the sum mod 2 of two others.
1
88, 542, 3357, 21068, 132152, 831331, 5226955, 32887826, 206882773, 1301662324, 8189126429, 51523012575, 324155480581, 2039448592803, 12831234573276, 80728397862748, 507905656032918, 3195511917733141, 20104693948800956
OFFSET
1,1
COMMENTS
Column 3 of A183845.
LINKS
FORMULA
Empirical: a(n) = 8*a(n-1) + 3*a(n-2) - 117*a(n-3) + 165*a(n-4) + 255*a(n-5) - 553*a(n-6) + 34*a(n-7) + 308*a(n-8) - 96*a(n-9).
Empirical g.f.: x*(88 - 162*x - 1243*x^2 + 2882*x^3 + 2431*x^4 - 8190*x^5 + 1356*x^6 + 4456*x^7 - 1504*x^8) / (1 - 8*x - 3*x^2 + 117*x^3 - 165*x^4 - 255*x^5 + 553*x^6 - 34*x^7 - 308*x^8 + 96*x^9). - Colin Barker, Apr 05 2018
EXAMPLE
Some solutions for 3 X 4:
..1..1..0..1....1..1..0..1....0..1..0..1....0..1..0..0....1..0..1..1
..0..1..0..1....1..0..1..1....1..1..1..0....1..1..1..1....1..0..1..0
..0..1..1..1....1..1..0..1....0..1..0..1....0..0..0..0....1..0..1..0
CROSSREFS
Cf. A183845.
Sequence in context: A187176 A236009 A236003 * A297228 A137124 A194651
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jan 07 2011
STATUS
approved