login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A333657 a(n) is the number of convex polyhedra whose faces are regular polygons and whose largest face is an n-gon. 3
0, 0, 8, 30, 37, 14, 2, 9, 2, 22, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
For n = 3, the a(3) = 8 polyhedra consisting of only equilateral triangles are: the tetrahedron, the octahedron, the icosahedron, and the Johnson solids J_12, J_13, J_17, J_51, and J_84.
For n = 8, the a(8) = 9 polyhedra containing an octagonal face but no face with more than eight sides are: the truncated cube, the truncated cuboctahedron, the octagonal prism, the octagonal antiprism, and the Johnson solids J_4, J_19, J_23, J_66, and J_67.
For n > 10, the a(n) = 2 polyhedra are the n-gonal prism and the n-gonal antiprism.
MATHEMATICA
MaxFace[l_] := Max[Length /@ l];
a[n_] := Count[
Join[
MaxFace /@ PolyhedronData["Platonic", "FaceIndices"],
MaxFace /@ PolyhedronData["Archimedean", "FaceIndices"],
MaxFace /@ PolyhedronData["Johnson", "FaceIndices"],
Range[4, n], (*Prisms, including triangular prism, excluding cube*)
Range[4, n] (*Antiprisms, excluding octahedron*)
],
n
]
CROSSREFS
Sequence in context: A239855 A239029 A071931 * A074670 A092277 A008469
KEYWORD
nonn
AUTHOR
Peter Kagey, Sep 02 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 21:51 EDT 2024. Contains 371781 sequences. (Running on oeis4.)