Skip to content
ponderance / anmol
← Marginalia

math · origami

N = 30T, and why a 180-unit ball won't round

A short derivation of which unit counts exist, and why 180 folds fine but comes out lumpy.

2026-06-22

After the 90, the question I actually wanted to answer was: given any unit count, can I predict the shape and whether it’ll look round? Two rules do all the work.

Rule 1: is it even a valid all-triangle ball? Drop the unit count NN into Euler’s formula. If every face is a triangle, then faces =2N/3= 2N/3 and vertices =N/3+2= N/3 + 2, which forces NN to be divisible by 3. (180 passes: 120 spikes, 62 vertices. So you can fold it.)

Where does N=30TN = 30T come from? Build up from the bare icosahedron (20 faces, 30 edges, 12 vertices):

  1. Subdivide. Replace each triangular face with a patch of TT smaller triangles. Total faces =20T= 20T.
  2. Faces to edges. Each triangle has 3 edges, each edge shared by 2 triangles, so edges =3×20T/2=30T= 3 \times 20T / 2 = 30T.
  3. Units are edges. Therefore N=30TN = 30T.

Vertices fall out for free: V=EF+2=30T20T+2=10T+2V = E - F + 2 = 30T - 20T + 2 = 10T + 2, which is where the 12, 32, and 92 from the other notes came from.

1 paper unitT = 99 small triangles
Subdividing each icosahedron face into T triangles, where the patch edges are the paper units.

Rule 2: will it round? For an evenly round ball you want icosahedral symmetry, and that lands only on counts where

N=30T,T=b2+bc+c2N = 30T, \qquad T = b^2 + bc + c^2

for whole numbers b,cb, c. Those TT values are 1,3,4,7,9,12,1, 3, 4, 7, 9, 12, \dots, giving units of 30,90,120,210,270,360,30, 90, 120, 210, 270, 360, \dots

So 180=30×6180 = 30 \times 6, and 66 cannot be written as b2+bc+c2b^2 + bc + c^2.11 That "b2+bc+c2b^2 + bc + c^2" condition has a name, Loeschian numbers, and a pretty cool reason, which is the capstone note in this series. Six, it turns out, is just not that kind of number. It shows up to the party and refuses to dance. That’s why 180 isn’t in the round family: the clean intermediates are 120 and 210, not 180. You can still triangulate a 180-edge icosahedral solid, but its triangles come in mismatched shapes, so it reads slightly lumpier than its neighbors, the geometric equivalent of a haircut that’s technically fine.

Now the satisfying part: why the magic numbers round. Every one of these balls has exactly 12 “corners,” the original icosahedron vertices, where only 5 triangles meet. By Descartes’ theorem the total angular defect of any closed polyhedron is exactly 720°, and on these balls essentially all of it stays parked at those 12 corners. Every other vertex has 6 triangles around it, a flat 360°. Add more units and the flat patches between the 12 corners grow bigger and smoother, so your eye reads the whole thing as rounder. The magic numbers are precisely the subdivisions where every new vertex lands at a clean 6-triangle spot without breaking symmetry; off-magic counts shove some vertices into irregular positions, and that’s the lumpiness you see.

The manual recipe, then: divisible by 3 means a valid ball; equal to 30×(b2+bc+c2)30 \times (b^2 + bc + c^2) means it rounds beautifully.

← back to the index