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.

A223500 Petersen graph (3,1) coloring a rectangular array: number of nX4 0..5 arrays where 0..5 label nodes of a graph with edges 0,1 0,3 3,5 3,4 1,2 1,4 4,5 2,0 2,5 and every array movement to a horizontal, diagonal or antidiagonal neighbor moves along an edge of this graph, with the array starting at 0.

This page as a plain text file.
%I A223500 #6 Jun 02 2025 08:28:20
%S A223500 27,631,16323,426359,11148439,291545903,7624417031,199391762123,
%T A223500 5214442630935,136366781617267,3566229514618067,93263130563653603,
%U A223500 2438993757290874987,63783946691623236183,1668061610819558039475
%N A223500 Petersen graph (3,1) coloring a rectangular array: number of nX4 0..5 arrays where 0..5 label nodes of a graph with edges 0,1 0,3 3,5 3,4 1,2 1,4 4,5 2,0 2,5 and every array movement to a horizontal, diagonal or antidiagonal neighbor moves along an edge of this graph, with the array starting at 0.
%C A223500 Column 4 of A223504
%H A223500 R. H. Hardin, <a href="/A223500/b223500.txt">Table of n, a(n) for n = 1..210</a>
%F A223500 Empirical: a(n) = 31*a(n-1) -127*a(n-2) -20*a(n-3) +705*a(n-4) -1027*a(n-5) +499*a(n-6) -60*a(n-7)
%e A223500 Some solutions for n=3
%e A223500 ..0..1..4..1....0..1..2..1....0..3..5..4....0..3..0..3....0..1..0..3
%e A223500 ..4..3..4..3....4..1..4..5....5..3..5..3....4..3..4..1....0..1..4..1
%e A223500 ..0..3..0..1....4..5..2..1....0..3..5..2....5..3..0..1....0..3..4..3
%K A223500 nonn
%O A223500 1,1
%A A223500 _R. H. Hardin_ Mar 21 2013