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.

A189258 Number of n X 3 binary arrays without the pattern 0 0 1 diagonally, antidiagonally or horizontally.

This page as a plain text file.
%I A189258 #9 May 01 2018 14:28:58
%S A189258 7,49,280,1600,8985,50397,282332,1581428,8857677,49611209,277868792,
%T A189258 1556321080,8716833601,48822302485,273449899316,1531571519964,
%U A189258 8578212427349,48045897623297,269101318957392,1507215463960672
%N A189258 Number of n X 3 binary arrays without the pattern 0 0 1 diagonally, antidiagonally or horizontally.
%C A189258 Column 3 of A189264.
%H A189258 R. H. Hardin, <a href="/A189258/b189258.txt">Table of n, a(n) for n = 1..200</a>
%F A189258 Empirical: a(n) = 6*a(n-1) -2*a(n-2) +a(n-4) -50*a(n-5) -6*a(n-6) +140*a(n-7) -56*a(n-8).
%F A189258 Empirical g.f.: x*(7 + 7*x + 18*x^3 - 62*x^4 - 12*x^5 + 132*x^6 - 56*x^7) / (1 - 6*x + 2*x^2 - x^4 + 50*x^5 + 6*x^6 - 140*x^7 + 56*x^8). - _Colin Barker_, May 01 2018
%e A189258 Some solutions for 4 X 3:
%e A189258 ..1..1..1....0..1..0....1..1..0....0..1..1....1..1..1....0..1..0....1..1..0
%e A189258 ..0..0..0....1..1..0....0..0..0....0..1..1....1..0..1....0..1..0....1..1..1
%e A189258 ..0..0..0....1..1..1....0..1..1....0..1..1....0..0..0....1..1..1....0..1..1
%e A189258 ..0..1..0....0..1..0....1..0..0....1..1..1....1..0..0....1..1..1....1..0..1
%Y A189258 Cf. A189264.
%K A189258 nonn
%O A189258 1,1
%A A189258 _R. H. Hardin_, Apr 19 2011