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.

A229590 Number of defective 3-colorings of a 5 X n 0..2 array connected horizontally and antidiagonally with exactly one mistake, and colors introduced in row-major 0..2 order.

This page as a plain text file.
%I A229590 #8 Apr 27 2021 21:22:09
%S A229590 0,1152,16416,224532,2865780,35690460,435326724,5230362804,
%T A229590 62078234652,729497509476,8501915068020,98397780931572,
%U A229590 1132075322344044,12958123181386308,147663327988334916,1676107610928542292
%N A229590 Number of defective 3-colorings of a 5 X n 0..2 array connected horizontally and antidiagonally with exactly one mistake, and colors introduced in row-major 0..2 order.
%C A229590 Row 5 of A229586.
%H A229590 R. H. Hardin, <a href="/A229590/b229590.txt">Table of n, a(n) for n = 1..210</a>
%F A229590 Empirical: a(n) = 32*a(n-1) - 384*a(n-2) + 2200*a(n-3) - 6494*a(n-4) + 9016*a(n-5) - 816*a(n-6) - 14888*a(n-7) + 18879*a(n-8) - 5464*a(n-9) - 7472*a(n-10) + 8336*a(n-11) - 3648*a(n-12) + 768*a(n-13) - 64*a(n-14) for n > 18.
%e A229590 Some solutions for n=3:
%e A229590   0 1 0   0 1 0   0 1 0   0 1 2   0 1 2   0 1 0   0 1 2
%e A229590   0 2 0   2 1 1   1 2 0   0 1 0   0 1 0   0 1 2   2 0 1
%e A229590   0 2 0   2 0 2   0 2 0   1 2 1   0 1 0   2 1 1   1 2 0
%e A229590   0 2 1   2 0 1   1 2 0   1 0 2   0 2 0   2 0 1   1 2 0
%e A229590   2 0 2   1 2 1   1 2 1   2 0 2   1 0 2   1 0 1   2 1 2
%Y A229590 Cf. A229586.
%K A229590 nonn
%O A229590 1,2
%A A229590 _R. H. Hardin_, Sep 26 2013