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.

A223266 Rolling cube footprints: number of n X 5 0..5 arrays starting with 0 where 0..5 label faces of a cube and every array movement to a horizontal, diagonal or antidiagonal neighbor moves across a corresponding cube edge.

This page as a plain text file.
%I A223266 #8 Nov 03 2014 01:54:46
%S A223266 256,67584,19726336,5889851392,1771674009600,534392715870208,
%T A223266 161366284997492736,48747995907588358144,14729174296327654211584,
%U A223266 4450732984859801614811136,1344923124886673681620664320
%N A223266 Rolling cube footprints: number of n X 5 0..5 arrays starting with 0 where 0..5 label faces of a cube and every array movement to a horizontal, diagonal or antidiagonal neighbor moves across a corresponding cube edge.
%C A223266 Column 5 of A223269.
%H A223266 R. H. Hardin, <a href="/A223266/b223266.txt">Table of n, a(n) for n = 1..210</a>
%F A223266 Empirical: a(n) = 448*a(n-1) -46080*a(n-2) +491520*a(n-3) +37748736*a(n-4) -637534208*a(n-5) +2147483648*a(n-6).
%e A223266 Some solutions for n=3:
%e A223266 ..0..3..5..2..5....0..3..5..4..3....0..3..5..2..1....0..3..5..3..5
%e A223266 ..0..3..5..1..5....0..3..0..4..2....0..3..1..3..4....0..3..4..3..5
%e A223266 ..0..3..0..4..0....0..1..0..1..2....0..3..1..2..4....0..3..1..3..1
%e A223266 Face neighbors:
%e A223266 0.->.1.2.3.4
%e A223266 1.->.0.2.3.5
%e A223266 2.->.0.1.4.5
%e A223266 3.->.0.1.4.5
%e A223266 4.->.0.3.2.5
%e A223266 5.->.1.3.4.2
%Y A223266 Cf. A223269.
%K A223266 nonn
%O A223266 1,1
%A A223266 _R. H. Hardin_, Mar 19 2013