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.

A208370 Number of 4 X n 0..1 arrays avoiding 0 0 0 and 0 0 1 horizontally and 0 0 1 and 0 1 0 vertically.

This page as a plain text file.
%I A208370 #8 Jul 02 2018 04:53:07
%S A208370 9,81,351,1953,9999,52821,275769,1446381,7572429,39673377,207796977,
%T A208370 1088500725,5701622643,29865934989,156441006369,819457342785,
%U A208370 4292413923915,22484179383741,117774808544331,616918515422625
%N A208370 Number of 4 X n 0..1 arrays avoiding 0 0 0 and 0 0 1 horizontally and 0 0 1 and 0 1 0 vertically.
%C A208370 Row 4 of A208369.
%H A208370 R. H. Hardin, <a href="/A208370/b208370.txt">Table of n, a(n) for n = 1..210</a>
%F A208370 Empirical: a(n) = a(n-1) + 19*a(n-2) + 23*a(n-3) - 26*a(n-4) - 38*a(n-5) + 13*a(n-6) + 15*a(n-7) - 4*a(n-8).
%F A208370 Empirical g.f.: 9*x*(1 + 8*x + 11*x^2 - 16*x^3 - 28*x^4 + 10*x^5 + 15*x^6 - 4*x^7) / ((1 + x)*(1 - 2*x - 17*x^2 - 6*x^3 + 32*x^4 + 6*x^5 - 19*x^6 + 4*x^7)). - _Colin Barker_, Jul 02 2018
%e A208370 Some solutions for n=4:
%e A208370 ..1..1..0..1....0..1..0..1....1..0..1..0....0..1..0..1....0..1..0..1
%e A208370 ..1..0..1..1....1..0..1..0....0..1..0..0....1..1..1..0....0..1..1..0
%e A208370 ..0..1..1..0....1..0..1..0....1..1..1..0....1..1..1..0....0..1..1..1
%e A208370 ..0..1..1..1....1..0..1..0....1..1..1..0....1..0..1..0....0..1..1..1
%Y A208370 Cf. A208369.
%K A208370 nonn
%O A208370 1,1
%A A208370 _R. H. Hardin_, Feb 25 2012