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.

A208633 Number of n X 4 0..1 arrays with new values 0..1 introduced in row major order and no element equal to more than one of its immediate leftward or upward or right-upward antidiagonal neighbors.

This page as a plain text file.
%I A208633 #8 Jul 05 2018 08:22:51
%S A208633 8,23,71,225,722,2331,7548,24476,79423,257807,836973,2717446,8823199,
%T A208633 28648292,93019712,302032007,980690055,3184277945,10339281402,
%U A208633 33571429395,109005736508,353939387572,1149233948207,3731539152111
%N A208633 Number of n X 4 0..1 arrays with new values 0..1 introduced in row major order and no element equal to more than one of its immediate leftward or upward or right-upward antidiagonal neighbors.
%C A208633 Column 4 of A208637.
%H A208633 R. H. Hardin, <a href="/A208633/b208633.txt">Table of n, a(n) for n = 1..210</a>
%F A208633 Empirical: a(n) = 5*a(n-1) - 6*a(n-2) + a(n-3).
%F A208633 Empirical g.f.: x*(8 - 17*x + 4*x^2) / (1 - 5*x + 6*x^2 - x^3). - _Colin Barker_, Jul 05 2018
%e A208633 Some solutions for n=4:
%e A208633 ..0..0..1..0....0..0..0..0....0..0..1..0....0..0..1..0....0..1..0..1
%e A208633 ..1..0..1..0....1..1..1..0....1..0..1..1....1..0..1..0....1..0..1..0
%e A208633 ..0..1..0..1....0..0..1..1....0..1..0..1....1..0..1..0....0..1..0..1
%e A208633 ..1..0..1..0....1..0..0..1....0..1..0..0....1..0..1..1....0..1..0..1
%Y A208633 Cf. A208637.
%K A208633 nonn
%O A208633 1,1
%A A208633 _R. H. Hardin_, Feb 29 2012