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.

A223180 Rolling icosahedron footprints: number of n X n 0..11 arrays starting with 0 where 0..11 label vertices of an icosahedron and every array movement to a horizontal, vertical or antidiagonal neighbor moves along an icosahedral edge.

This page as a plain text file.
%I A223180 #7 Apr 11 2022 12:20:54
%S A223180 1,20,400,14560,1018720,141047120,39288329040,22231433842560,
%T A223180 25710310945249680,61010814457361940400
%N A223180 Rolling icosahedron footprints: number of n X n 0..11 arrays starting with 0 where 0..11 label vertices of an icosahedron and every array movement to a horizontal, vertical or antidiagonal neighbor moves along an icosahedral edge.
%C A223180 Diagonal of A223186.
%e A223180 Some solutions for n=3
%e A223180 ..0..7..1....0..5..7....0..1..7....0..1..7....0..2..6....0..7..1....0..7.11
%e A223180 ..5..0..7....7..0..1....7..3.11....7..3..1....6..4..2....5..0..7....1..3..7
%e A223180 ..7..1..3....1..7..3...11..7..5....1..8..3....2..6..4....7..5.11....7..1..0
%e A223180 Vertex neighbors:
%e A223180 0 -> 1 2 5 6 7
%e A223180 1 -> 0 2 3 7 8
%e A223180 2 -> 0 1 4 6 8
%e A223180 3 -> 1 7 8 9 11
%e A223180 4 -> 2 6 8 9 10
%e A223180 5 -> 0 6 7 10 11
%e A223180 6 -> 0 2 4 5 10
%e A223180 7 -> 0 1 3 5 11
%e A223180 8 -> 1 2 3 4 9
%e A223180 9 -> 3 4 8 10 11
%e A223180 10 -> 4 5 6 9 11
%e A223180 11 -> 3 5 7 9 10
%Y A223180 Cf. A223186.
%K A223180 nonn
%O A223180 1,2
%A A223180 _R. H. Hardin_, Mar 18 2013