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.

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

This page as a plain text file.
%I A214143 #10 Jul 22 2018 06:42:20
%S A214143 4,17,257,3074,40434,522515,6800539,88363628,1148860844,14934544493,
%T A214143 194151313701,2523957115862,32811479230534,426549073848551,
%U A214143 5545138556625743,72086798766250976,937128393589298304
%N A214143 Number of 0..4 colorings of a 2 X (n+1) array circular in the n+1 direction with new values 0..4 introduced in row major order.
%C A214143 Row 2 of A214141.
%H A214143 R. H. Hardin, <a href="/A214143/b214143.txt">Table of n, a(n) for n = 1..210</a>
%F A214143 Empirical: a(n) = 10*a(n-1) + 50*a(n-2) - 116*a(n-3) - 361*a(n-4) + 106*a(n-5) + 312*a(n-6).
%F A214143 Empirical: 3^n/4 +13^(n+1)/120 -(-1)^n/6 +(-2)^(n+1)/5 -2*(-4)^n/15 +41/120. - _R. J. Mathar_, Jul 07 2012
%F A214143 Empirical g.f.: x*(4 - 23*x - 113*x^2 + 118*x^3 + 260*x^4) / ((1 - x)*(1 + x)*(1 + 2*x)*(1 - 3*x)*(1 + 4*x)*(1 - 13*x)). - _Colin Barker_, Jul 22 2018
%e A214143 Some solutions for n=4:
%e A214143 ..0..1..2..3..1....0..1..0..1..2....0..1..2..3..2....0..1..2..3..2
%e A214143 ..3..4..3..1..2....1..0..1..2..3....1..2..3..0..3....1..4..3..1..0
%Y A214143 Cf. A214141.
%K A214143 nonn
%O A214143 1,1
%A A214143 _R. H. Hardin_, Jul 05 2012