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.

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

This page as a plain text file.
%I A208119 #8 Jun 28 2018 09:22:39
%S A208119 9,81,225,625,3025,14641,53361,194481,815409,3418801,13359025,
%T A208119 52200625,211266225,855036081,3400172721,13521270961,54243807409,
%U A208119 217611987121,869173967025,3471607400625,13896604674225,55627148806321
%N A208119 Number of 4 X n 0..1 arrays avoiding 0 0 0 and 0 1 0 horizontally and 0 0 1 and 0 1 1 vertically.
%C A208119 Row 4 of A208118.
%H A208119 R. H. Hardin, <a href="/A208119/b208119.txt">Table of n, a(n) for n = 1..210</a>
%F A208119 Empirical: a(n) = 5*a(n-1) - 10*a(n-2) + 30*a(n-3) - 120*a(n-5) + 160*a(n-6) - 320*a(n-7) + 256*a(n-8).
%F A208119 Empirical g.f.: x*(9 + 36*x - 90*x^2 + 40*x^3 - 280*x^4 + 96*x^5 - 64*x^6 + 256*x^7) / ((1 - x)*(1 - 2*x)*(1 + 2*x)*(1 - 4*x)*(1 + 2*x^2)*(1 + 8*x^2)). - _Colin Barker_, Jun 28 2018
%e A208119 Some solutions for n=4:
%e A208119 ..1..0..1..1....0..1..1..1....1..0..1..1....1..1..0..1....0..1..1..0
%e A208119 ..0..1..1..1....0..1..1..1....0..0..1..1....1..0..1..1....1..0..1..1
%e A208119 ..1..0..0..1....0..1..1..1....0..0..1..1....1..0..0..1....0..1..1..0
%e A208119 ..0..0..1..1....0..1..1..1....0..0..1..1....0..0..1..1....1..0..1..1
%Y A208119 Cf. A208118.
%K A208119 nonn
%O A208119 1,1
%A A208119 _R. H. Hardin_, Feb 23 2012