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.

A207306 Number of 3 X n 0..1 arrays avoiding 0 0 0 and 1 0 1 horizontally and 0 0 1 and 1 1 0 vertically.

This page as a plain text file.
%I A207306 #8 Mar 05 2018 05:23:26
%S A207306 6,36,98,271,665,1675,4344,11081,28136,71908,183709,468421,1195165,
%T A207306 3050758,7784759,19863812,50690966,129357269,330093729,842344955,
%U A207306 2149538940,5485269169,13997500468,35719380356,91150094557,232600215969
%N A207306 Number of 3 X n 0..1 arrays avoiding 0 0 0 and 1 0 1 horizontally and 0 0 1 and 1 1 0 vertically.
%C A207306 Row 3 of A207305.
%H A207306 R. H. Hardin, <a href="/A207306/b207306.txt">Table of n, a(n) for n = 1..210</a>
%F A207306 Empirical: a(n) = a(n-1) + a(n-2) + 6*a(n-3) + 4*a(n-4) + a(n-5) - 2*a(n-6) - 2*a(n-7) for n>9.
%F A207306 Empirical g.f.: x*(6 + 30*x + 56*x^2 + 101*x^3 + 56*x^4 + x^5 - 38*x^6 - 26*x^7 - 2*x^8) / (1 - x - x^2 - 6*x^3 - 4*x^4 - x^5 + 2*x^6 + 2*x^7). - _Colin Barker_, Mar 05 2018
%e A207306 Some solutions for n=4:
%e A207306 ..0..0..1..0....0..0..1..1....1..1..1..1....0..1..0..0....1..1..1..1
%e A207306 ..0..0..1..0....0..1..0..0....1..1..1..1....0..0..1..0....1..1..0..0
%e A207306 ..0..0..1..0....0..1..0..0....1..1..1..1....0..0..1..0....1..1..1..1
%Y A207306 Cf. A207305.
%K A207306 nonn
%O A207306 1,1
%A A207306 _R. H. Hardin_, Feb 16 2012