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.

A229441 Number of n X 4 0..2 arrays with horizontal differences mod 3 never 1, vertical differences mod 3 never -1, and rows and columns lexicographically nondecreasing.

This page as a plain text file.
%I A229441 #8 Sep 17 2018 08:31:33
%S A229441 6,14,37,109,324,915,2402,5843,13229,28071,56234,107080,194989,341334,
%T A229441 576993,945488,1506848,2342300,3559899,5301215,7749202,11137381,
%U A229441 15760476,21986649,30271487,41173901,55374104,73693842,97119059,126825184
%N A229441 Number of n X 4 0..2 arrays with horizontal differences mod 3 never 1, vertical differences mod 3 never -1, and rows and columns lexicographically nondecreasing.
%H A229441 R. H. Hardin, <a href="/A229441/b229441.txt">Table of n, a(n) for n = 1..210</a>
%F A229441 Empirical: a(n) = (1/5760)*n^8 + (1/2016)*n^7 + (1/576)*n^6 + (11/360)*n^5 + (409/5760)*n^4 + (49/288)*n^3 + (41/96)*n^2 + (2771/840)*n + 2.
%F A229441 Conjectures from _Colin Barker_, Sep 17 2018: (Start)
%F A229441 G.f.: x*(6 - 40*x + 127*x^2 - 224*x^3 + 255*x^4 - 177*x^5 + 77*x^6 - 19*x^7 + 2*x^8) / (1 - x)^9.
%F A229441 a(n) = 9*a(n-1) - 36*a(n-2) + 84*a(n-3) - 126*a(n-4) + 126*a(n-5) - 84*a(n-6) + 36*a(n-7) - 9*a(n-8) + a(n-9) for n>9.
%F A229441 (End)
%e A229441 Some solutions for n=4:
%e A229441 ..0..2..2..2....0..0..0..0....0..2..2..2....0..0..2..2....0..0..0..0
%e A229441 ..1..0..0..0....1..1..1..1....1..0..2..2....0..0..2..2....1..1..1..1
%e A229441 ..1..0..0..0....1..1..1..1....2..1..0..2....1..1..0..0....2..2..2..2
%e A229441 ..1..1..1..1....2..2..2..2....2..2..1..0....2..2..1..1....2..2..2..2
%Y A229441 Column 4 of A229445.
%K A229441 nonn
%O A229441 1,1
%A A229441 _R. H. Hardin_, Sep 23 2013