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-2 of 2 results.

A319587 The number of distinct solid nets of the six convex regular 4D-polytopes in the order of their 3D-cell count.

Original entry on oeis.org

3, 261, 110912, 17895697067018274
Offset: 1

Views

Author

Frank M Jackson, Sep 23 2018

Keywords

Comments

These values have been taken from the Buekenhout (1998) paper (see link). During the unfolding of these solid nets along their common face, the possibility of any overlapping is ignored.
This finite sequence is fully determined but a(5) and a(6) are too large to be displayed in data. See formulas below to calculate these terms.

Crossrefs

Programs

  • Mathematica
    {3, (82944+12*16+24*8+4*2304+6*128+12*96+12*192+12*288)/(2^7*3), 2^5(2^7*3^3+1+3^2), 6(2^19*5688888889+347), 2^7*5^2*7^3(2^114*3^78*5^20*7^33+2^47*3^18*5^2*7^12*53^5*2311^3+239^2*3931^2), 2^188*3^102*5^20*7^36*11^48*23^48*29^30}

Formula

a(1) = 3;
a(2) = (82944 + 12*16 + 24*8 + 4*2304 + 6*128 + 12*96 + 12*192 + 12*288)/(2^7 * 3) = 261;
a(3) = 2^5*(2^7 * 3^3 + 1 + 3^2) = 110912;
a(4) = 6*(2^19 * 5688888889 + 347) = 17895697067018274;
a(5) = 2^7 * 5^2 * 7^3 * (2^114 * 3^78 * 5^20 * 7^33 + 2^47 * 3^18 * 5^2 * 7^12 * 53^5 * 2311^3 + 239^2 * 3931^2);
a(6) = 2^188 * 3^102 * 5^20 * 7^36 * 11^48 * 23^48 * 29^30.

A282598 Minimal number of cuts along the edges of n-th Platonic solid required to unfold the net of the solid into the plane, in the order tetrahedron, cube, octahedron, dodecahedron, icosahedron.

Original entry on oeis.org

3, 7, 5, 19, 11
Offset: 1

Views

Author

Felix Fröhlich, Feb 19 2017

Keywords

Comments

An obvious generalization not in the OEIS: Minimal number of cuts along the faces of the cells (i.e. along the 2-faces) of the six Platonic polytopes in four dimensions required to unfold the nets of the polytopes into 3-dimensional space.
Each cut is along an edge, so trivially a(n) <= A063722(n). - Charles R Greathouse IV, Feb 20 2017

Crossrefs

Showing 1-2 of 2 results.