cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A202094 Number of (n+2) X 4 binary arrays avoiding patterns 001 and 011 in rows and columns.

This page as a plain text file.
%I A202094 #7 Jun 26 2022 20:32:54
%S A202094 324,1296,3600,10000,22500,50625,99225,194481,345744,614656,1016064,
%T A202094 1679616,2624400,4100625,6125625,9150625,13176900,18974736,26501904,
%U A202094 37015056,50381604,68574961,91298025,121550625,158760000,207360000
%N A202094 Number of (n+2) X 4 binary arrays avoiding patterns 001 and 011 in rows and columns.
%C A202094 Column 2 of A202100.
%H A202094 R. H. Hardin, <a href="/A202094/b202094.txt">Table of n, a(n) for n = 1..210</a>
%F A202094 Empirical: a(n) = 2*a(n-1) +6*a(n-2) -14*a(n-3) -14*a(n-4) +42*a(n-5) +14*a(n-6) -70*a(n-7) +70*a(n-9) -14*a(n-10) -42*a(n-11) +14*a(n-12) +14*a(n-13) -6*a(n-14) -2*a(n-15) +a(n-16).
%e A202094 Some solutions for n=7
%e A202094 ..1..1..1..1....1..1..1..1....1..1..0..1....1..1..0..1....1..1..1..1
%e A202094 ..1..1..1..1....1..1..0..1....1..1..1..0....1..1..0..1....1..1..1..0
%e A202094 ..0..1..0..1....1..1..1..1....1..1..0..0....0..1..0..0....0..1..0..1
%e A202094 ..1..1..1..0....0..1..0..1....1..1..1..0....1..1..0..0....1..1..0..0
%e A202094 ..0..1..0..0....1..1..0..1....1..1..0..0....0..0..0..0....0..1..0..0
%e A202094 ..0..0..0..0....0..1..0..1....1..1..0..0....1..1..0..0....1..1..0..0
%e A202094 ..0..1..0..0....1..1..0..0....1..1..0..0....0..0..0..0....0..1..0..0
%e A202094 ..0..0..0..0....0..0..0..0....0..1..0..0....0..1..0..0....0..1..0..0
%e A202094 ..0..1..0..0....0..1..0..0....0..1..0..0....0..0..0..0....0..0..0..0
%Y A202094 Cf. A202100.
%K A202094 nonn
%O A202094 1,1
%A A202094 _R. H. Hardin_, Dec 11 2011