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.

A183336 Number of n X 4 binary arrays with each 1 adjacent to exactly one 1 vertically and one 1 horizontally.

This page as a plain text file.
%I A183336 #9 Mar 27 2018 09:36:44
%S A183336 1,4,7,12,26,51,97,193,380,741,1456,2860,5605,10997,21581,42332,83047,
%T A183336 162936,319650,627099,1230289,2413641,4735192,9289761,18225136,
%U A183336 35754992,70146009,137616081,269982313,529665276,1039124759,2038608652,3999447882
%N A183336 Number of n X 4 binary arrays with each 1 adjacent to exactly one 1 vertically and one 1 horizontally.
%C A183336 Equivalent to all 1s connected only in 2 X 2 blocks.
%C A183336 Column 4 of A183342.
%H A183336 R. H. Hardin, <a href="/A183336/b183336.txt">Table of n, a(n) for n = 1..200</a>
%F A183336 Empirical: a(n) = a(n-1) + a(n-2) + 2*a(n-3) - a(n-5).
%F A183336 Empirical g.f.: x*(1 + x)^2*(1 + x - x^2) / (1 - x - x^2 - 2*x^3 + x^5). - _Colin Barker_, Mar 27 2018
%e A183336 Some solutions for 5 X 4:
%e A183336 ..0..0..0..0....0..0..0..0....1..1..0..0....0..0..0..0....0..1..1..0
%e A183336 ..0..0..0..0....0..0..0..0....1..1..0..0....0..1..1..0....0..1..1..0
%e A183336 ..0..0..1..1....0..0..0..0....0..0..0..0....0..1..1..0....0..0..0..0
%e A183336 ..0..0..1..1....0..0..1..1....0..1..1..0....0..0..0..0....1..1..0..0
%e A183336 ..0..0..0..0....0..0..1..1....0..1..1..0....0..0..0..0....1..1..0..0
%Y A183336 Cf. A183342.
%K A183336 nonn
%O A183336 1,2
%A A183336 _R. H. Hardin_, Jan 04 2011