P83 · Packing and covering · Classic · Hard

Equilateral triangles in a square · n = 31

Pack n unit-side equilateral triangles into a square. Contact is allowed; interiors cannot overlap. Minimise the container square side.

Instancen = 31
ObjectiveMinimize container square side
Best known, unproven3.93107Source-precision interval: 3.93107–3.93108 (values inside match)exhibited site certificate 3.931078147Compiled by Erich Friedman; 31. Found by Jake Loyd in June 2026. Source expression: s = 3.93107+.

Formal definition

  • ContainerThe editor and certificate normalize to the unit square [0,1]². This is a coordinate convention only; scores use the literature's unit-piece scale. Boundary contact is allowed.
  • SubmissionSubmit {radius, placements:[{x,y,turn},…]}, with decimal strings of at most nine places. x,y are centres; circles require turn=0, polygons use turn=tan(θ/2). Coordinates and turn lie in ±4; 0 < radius ≤ 4.
  • ConstraintsExactly n congruent shapes lie wholly in the container with pairwise disjoint interiors. Polygon rotations are independent, not limited to quarter turns.
  • PrecisionInput decimals are exact rationals; regular-polygon vertices are algebraic, not rounded templates. Feasibility has no floating-point tolerance. A finite-decimal certificate is not a continuous optimality proof.
  • Objectivecontainer square side = 1/(2 sin(pi/3) r), smaller is better. Pages, leaderboards and literature share these units; conversion is automatic.
Open the full editor
VERIFIED CONSTRUCTIONVERIFIED CONSTRUCTION

Getting a feel for it

Source and certificate

External targets are converted with their printed precision; decimal coordinate certificates are separate. Reconstruction loss never lowers the literature target, and a source construction is not automatically an optimality proof.

Source
The record-holding arrangement for Equilateral triangles in a square n = 31, 3.931078147
Current leader

3.931078147

container square side

Matches the best known
Answer source31. Found by Jake Loyd
Solution methodPublished reference construction
Challenge this record Submit a proof / idea Share a proof or idea in the discussion. Accepted contributions can earn proof points.
Record holder's solver noteNo solver note yet (expand)

The record holder has not shared a solver note yet.

ANSWER FORMAT

How to write your answer

the unit square [0,1]²

Submit {radius, placements:[{x,y,turn},…]}, with decimal strings of at most nine places. x,y are centres; circles require turn=0, polygons use turn=tan(θ/2). Coordinates and turn lie in ±4; 0 < radius ≤ 4.

The current leader's answer

{
  "placements": [
    {
      "turn": "0.267949192",
      "x": "0.140296767",
      "y": "0.926565912"
    },
    {
      "turn": "0.267949192",
      "x": "0.394679909",
      "y": "0.926565912"
    },
    {
      "turn": "0.267949192",
      "x": "0.649063051",
      "y": "0.926565912"
    },
    {
      "turn": "-0.267949192",
      "x": "0.267488338",
      "y": "0.853131825"
    },
    {
      "turn": "-0.577350269",
      "x": "0.926565912",
      "y": "0.872808429"
    },
    {
      "turn": "-0.267949192",
      "x": "0.521871480",
      "y": "0.853131825"
    },
    {
      "turn": "0.000000000",
      "x": "0.853131825",
      "y": "0.745616858"
    },
    {
      "turn": "0.000000000",
      "x": "0.073434088",
      "y": "0.733506542"
    },
    {
      "turn": "-0.577350269",
      "x": "0.706263649",
      "y": "0.727928137"
    },
    {
      "turn": "0.267949192",
      "x": "0.335695605",
      "y": "0.706263649"
    },
    {
      "turn": "0.577350269",
      "x": "0.926565912",
      "y": "0.618425287"
    },
    {
      "turn": "-0.577350269",
      "x": "0.158020878",
      "y": "0.612753987"
    },
    {
      "turn": "0.000000000",
      "x": "0.632829561",
      "y": "0.600736566"
    },
    {
      "turn": "-0.552464823",
      "x": "0.482459254",
      "y": "0.564935541"
    },
    {
      "turn": "-0.000000000",
      "x": "0.304889053",
      "y": "0.492387264"
    },
    {
      "turn": "0.000000000",
      "x": "0.853131825",
      "y": "0.491233716"
    },
    {
      "turn": "0.000000000",
      "x": "0.084586790",
      "y": "0.485562416"
    },
    {
      "turn": "0.577350269",
      "x": "0.706263649",
      "y": "0.473544995"
    },
    {
      "turn": "-0.577350269",
      "x": "0.926565912",
      "y": "0.364042145"
    },
    {
      "turn": "0.577350269",
      "x": "0.158020878",
      "y": "0.358370845"
    },
    {
      "turn": "0.267949192",
      "x": "0.489258467",
      "y": "0.367170439"
    },
    {
      "turn": "-0.267949192",
      "x": "0.362066896",
      "y": "0.293736351"
    },
    {
      "turn": "-0.267949192",
      "x": "0.616450038",
      "y": "0.293736351"
    },
    {
      "turn": "-0.000000000",
      "x": "0.073434088",
      "y": "0.237618290"
    },
    {
      "turn": "0.054686686",
      "x": "0.826267880",
      "y": "0.236850574"
    },
    {
      "turn": "-0.506666415",
      "x": "0.913133940",
      "y": "0.118425287"
    },
    {
      "turn": "0.267949192",
      "x": "0.317501596",
      "y": "0.146868175"
    },
    {
      "turn": "0.267949192",
      "x": "0.571884738",
      "y": "0.146868175"
    },
    {
      "turn": "-0.267949192",
      "x": "0.190310025",
      "y": "0.073434088"
    },
    {
      "turn": "-0.267949192",
      "x": "0.444693167",
      "y": "0.073434088"
    },
    {
      "turn": "-0.267949192",
      "x": "0.699076309",
      "y": "0.073434088"
    }
  ],
  "radius": "0.146868174"
}
Submission format and technical detailsOpen this when you are ready to prepare a JSON answer

Instance parameters

{
  "n": 31,
  "sides": 5
}

The current leader's answer

{
  "placements": [
    {
      "turn": "0.267949192",
      "x": "0.140296767",
      "y": "0.926565912"
    },
    {
      "turn": "0.267949192",
      "x": "0.394679909",
      "y": "0.926565912"
    },
    {
      "turn": "0.267949192",
      "x": "0.649063051",
      "y": "0.926565912"
    },
    {
      "turn": "-0.267949192",
      "x": "0.267488338",
      "y": "0.853131825"
    },
    {
      "turn": "-0.577350269",
      "x": "0.926565912",
      "y": "0.872808429"
    },
    {
      "turn": "-0.267949192",
      "x": "0.521871480",
      "y": "0.853131825"
    },
    {
      "turn": "0.000000000",
      "x": "0.853131825",
      "y": "0.745616858"
    },
    {
      "turn": "0.000000000",
      "x": "0.073434088",
      "y": "0.733506542"
    },
    {
      "turn": "-0.577350269",
      "x": "0.706263649",
      "y": "0.727928137"
    },
    {
      "turn": "0.267949192",
      "x": "0.335695605",
      "y": "0.706263649"
    },
    {
      "turn": "0.577350269",
      "x": "0.926565912",
      "y": "0.618425287"
    },
    {
      "turn": "-0.577350269",
      "x": "0.158020878",
      "y": "0.612753987"
    },
    {
      "turn": "0.000000000",
      "x": "0.632829561",
      "y": "0.600736566"
    },
    {
      "turn": "-0.552464823",
      "x": "0.482459254",
      "y": "0.564935541"
    },
    {
      "turn": "-0.000000000",
      "x": "0.304889053",
      "y": "0.492387264"
    },
    {
      "turn": "0.000000000",
      "x": "0.853131825",
      "y": "0.491233716"
    },
    {
      "turn": "0.000000000",
      "x": "0.084586790",
      "y": "0.485562416"
    },
    {
      "turn": "0.577350269",
      "x": "0.706263649",
      "y": "0.473544995"
    },
    {
      "turn": "-0.577350269",
      "x": "0.926565912",
      "y": "0.364042145"
    },
    {
      "turn": "0.577350269",
      "x": "0.158020878",
      "y": "0.358370845"
    },
    {
      "turn": "0.267949192",
      "x": "0.489258467",
      "y": "0.367170439"
    },
    {
      "turn": "-0.267949192",
      "x": "0.362066896",
      "y": "0.293736351"
    },
    {
      "turn": "-0.267949192",
      "x": "0.616450038",
      "y": "0.293736351"
    },
    {
      "turn": "-0.000000000",
      "x": "0.073434088",
      "y": "0.237618290"
    },
    {
      "turn": "0.054686686",
      "x": "0.826267880",
      "y": "0.236850574"
    },
    {
      "turn": "-0.506666415",
      "x": "0.913133940",
      "y": "0.118425287"
    },
    {
      "turn": "0.267949192",
      "x": "0.317501596",
      "y": "0.146868175"
    },
    {
      "turn": "0.267949192",
      "x": "0.571884738",
      "y": "0.146868175"
    },
    {
      "turn": "-0.267949192",
      "x": "0.190310025",
      "y": "0.073434088"
    },
    {
      "turn": "-0.267949192",
      "x": "0.444693167",
      "y": "0.073434088"
    },
    {
      "turn": "-0.267949192",
      "x": "0.699076309",
      "y": "0.073434088"
    }
  ],
  "radius": "0.146868174"
}

Submit {radius, placements:[{x,y,turn},…]}, with decimal strings of at most nine places. x,y are centres; circles require turn=0, polygons use turn=tan(θ/2). Coordinates and turn lie in ±4; 0 < radius ≤ 4. · Verifier v1.0.0

DISCUSSION

Discussion

Talk strategy, share methods, ask why you are stuck. Every signed-in user can post. Posts carry your public byline, the same name your records use; the #number after it is the account's signup ordinal, so a name cannot be worn by someone else. New posts appear after an automated review.

No threads yet. Be the first to talk about this problem?