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.

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

This page as a plain text file.
%I A208029 #8 Jun 26 2018 14:08:51
%S A208029 9,81,279,1377,5895,26685,118179,527913,2350215,10476981,46680363,
%T A208029 208028817,926993439,4130894781,18407971395,82029484089,365538508695,
%U A208029 1628908337349,7258719524571,32346212936481,144140772230991
%N A208029 Number of 4 X n 0..1 arrays avoiding 0 0 0 and 0 0 1 horizontally and 0 0 0 and 1 0 1 vertically.
%C A208029 Row 4 of A208028.
%H A208029 R. H. Hardin, <a href="/A208029/b208029.txt">Table of n, a(n) for n = 1..210</a>
%F A208029 Empirical: a(n) = 2*a(n-1) + 11*a(n-2) + 2*a(n-3) - 10*a(n-4).
%F A208029 Empirical g.f.: 9*x*(1 - x)*(1 + 8*x + 10*x^2) / (1 - 2*x - 11*x^2 - 2*x^3 + 10*x^4). - _Colin Barker_, Jun 26 2018
%e A208029 Some solutions for n=4:
%e A208029 ..1..1..0..0....0..1..0..1....1..0..1..1....1..0..1..1....0..1..1..0
%e A208029 ..0..1..1..1....0..1..1..0....1..0..1..0....1..0..1..0....1..1..0..0
%e A208029 ..0..1..1..0....1..1..0..0....1..1..0..0....1..1..0..0....1..1..0..1
%e A208029 ..1..1..0..0....0..1..0..1....1..1..0..1....0..1..0..1....1..1..1..1
%Y A208029 Cf. A208028.
%K A208029 nonn
%O A208029 1,1
%A A208029 _R. H. Hardin_, Feb 22 2012