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.

A214232 Number of 0..7 colorings of an n X 3 array circular in the 3 direction with new values 0..7 introduced in row major order.

This page as a plain text file.
%I A214232 #9 Jul 22 2018 08:43:55
%S A214232 1,18,1067,133265,24424881,5178830173,1151035900897,259584805701645,
%T A214232 58806396062245961,13340621358732645053,3027723874239883897377,
%U A214232 687250964692442612386525,156002963224427877529575241
%N A214232 Number of 0..7 colorings of an n X 3 array circular in the 3 direction with new values 0..7 introduced in row major order.
%C A214232 Column 2 of A214238.
%H A214232 R. H. Hardin, <a href="/A214232/b214232.txt">Table of n, a(n) for n = 1..210</a>
%F A214232 Empirical: a(n) = 343*a(n-1) - 29965*a(n-2) + 856493*a(n-3) - 7269038*a(n-4) + 11346368*a(n-5).
%F A214232 Empirical g.f.: x*(1 - 325*x + 24858*x^2 - 549839*x^3 + 2539805*x^4) / ((1 - 2*x)*(1 - 11*x)*(1 - 32*x)*(1 - 71*x)*(1 - 227*x)). - _Colin Barker_, Jul 22 2018
%e A214232 Some solutions for n=4:
%e A214232 ..0..1..2....0..1..2....0..1..2....0..1..2....0..1..2....0..1..2....0..1..2
%e A214232 ..1..0..3....3..2..4....1..0..3....1..2..0....1..0..3....2..0..1....3..4..0
%e A214232 ..0..2..1....0..4..5....3..4..1....3..1..2....2..1..0....0..1..2....2..1..3
%e A214232 ..1..0..2....6..1..7....5..1..2....2..0..1....1..0..4....1..0..3....0..2..5
%Y A214232 Cf. A214238.
%K A214232 nonn
%O A214232 1,2
%A A214232 _R. H. Hardin_, Jul 08 2012