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.

A121273 Number of different n-dimensional convex regular polytopes that can tile n-dimensional space.

Original entry on oeis.org

1, 3, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
Offset: 1

Views

Author

Sergio Pimentel, Aug 23 2006

Keywords

Comments

The only n-dimensional convex regular polytope that can tile n-dimensional space for all n>4 is the n-hypercube

Examples

			a(2)=3 because the plane can be tiled by equilateral triangles, squares or regular hexagons. a(3)=1 since the only platonic solid that can tile 3-dimensional space is the cube. a(4)=3 because the 4-dimensional space can be tiled by hypercubes (tesseracts), hyperoctahedra or 24-cell polytopes.
		

Crossrefs

Formula

a(n)=3 for n = 2 & 4. a(n)=1 for all other n.