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.

A214103 Number of 0..2 colorings of a 4X(n+1) array circular in the n+1 direction with new values 0..2 introduced in row major order.

This page as a plain text file.
%I A214103 #6 Jul 22 2025 23:07:26
%S A214103 27,8,771,1080,29540,79968,1241355,4807928,54733587,263068168,
%T A214103 2491174972,13706830176,115900489291,694854606408,5473717429995,
%U A214103 34661887488856,261125940394148,1712290280769888,12540109248690731,84080392667812248
%N A214103 Number of 0..2 colorings of a 4X(n+1) array circular in the n+1 direction with new values 0..2 introduced in row major order.
%C A214103 Row 4 of A214101
%H A214103 R. H. Hardin, <a href="/A214103/b214103.txt">Table of n, a(n) for n = 1..210</a>
%F A214103 Empirical: a(n) = 8*a(n-1) +26*a(n-2) -304*a(n-3) +304*a(n-4) +2016*a(n-5) -3991*a(n-6) -2616*a(n-7) +9702*a(n-8) -2064*a(n-9) -6120*a(n-10) +2880*a(n-11)
%e A214103 Some solutions for n=4
%e A214103 ..0..1..0..1..2....0..1..2..1..2....0..1..0..1..2....0..1..0..1..2
%e A214103 ..1..2..1..2..0....1..2..0..2..0....1..2..1..2..0....1..2..1..2..0
%e A214103 ..2..0..2..0..1....2..1..2..0..1....2..0..2..0..1....0..1..0..1..2
%e A214103 ..0..2..0..1..2....0..2..0..1..2....1..2..0..2..0....1..0..1..2..0
%K A214103 nonn
%O A214103 1,1
%A A214103 _R. H. Hardin_ Jul 04 2012