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.

Showing 1-1 of 1 results.

A338791 a(n) is the number of Platonic solids in three dimensions with all vertices (x,y,z) in the set {1,2,...,n}^3.

Original entry on oeis.org

0, 0, 3, 28, 116, 340, 847, 1832, 3570, 6440, 10889, 17518, 26966, 40002, 57601, 80868, 111186, 150032, 199147, 260456, 336080, 428290, 539709, 673130, 831436, 1018154, 1237155, 1492352, 1787780, 2129250, 2521323, 2969584, 3479302, 4056636, 4707661, 5438808
Offset: 0

Views

Author

Peter Kagey, Dec 05 2020

Keywords

Comments

Dodecahedra and icosahedra with integer coordinates cannot be formed in Euclidean space (of any dimension) because pentagons with integer coordinates cannot be formed in Euclidean space, and both polyhedra contain a subset of vertices that form a pentagon. Therefore, this sequence counts the regular tetrahedra, cubes, and octahedra in the bounded cubic lattice.

Crossrefs

Cf. A098928 (cubes), A103158 (tetrahedra), A178797 (octahedra), A338323 (regular polygons).

Formula

a(n) = A098928(n) + 2*A103158(n-1) + A178797(n-1) for n >= 2.
Showing 1-1 of 1 results.