Join the discussion

Write your take first — we'll ask for email only when you're ready to publish.

  • Hacker News
  • an amazing discovery!
  • Hexagon is the bestagon!
  • Boards Of Canada knew this decades ago.
    by lw79
  • Huh, this potential technique seems fairly neat. Thank you for explaining the whole thing in a fairly accessible way. Enjoyable interactive bits as well. An aside is that the playground looked fine on my iPhone. The anticipatory objection of smallness did not materialize.
  • Thank you, I'm glad you found it readable on mobile!
  • Good stuff. Maybe I missed it in the post, but I didn't see a formal proof of the conjecture?
  • Follow the link to the chat history. The last item is a full write up.
  • Interesting, thank you for sharing.
  • Cool problem. I always doing it a bit unsatisfying that magic hexagons so trivially disallowed solutions that aren't order 3. Starting at a different index is a nice modification, especially since for magic squares it's an equally hard problem.

    He says "every order" is solvable this way but I don't think any solution could work for an order 2 hexagon, even without his simplifying constraints (since fixing any side cell to x requires 2 cells to be set to sum-x).

  • You're absolutely right, technically the title should have said "every order other than 2" or "every order larger than 2". The case for 2 is impossible, because it immediately forces equal numbers on the outer layer.
  • hexagons are the bestagons
  • CGP Grey is never coming back
  • and hexaflexagons are the bestaflexagons
  • my immediate first thought is that I've never heard of the consecutive constraint before, or that if I have I have forgotten about it. I've only ever heard of a uniqueness constraint, that no number can be used twice, which still achieves the same goal of preventing filling every cell with exactly one number.

    Then again, I do mostly remember this in terms of the yet unsolved magic-square-of-squares problem, not the standard magic square.

  • Why is not every 45 degree line considered for the rectangular grids?

    (In the hexagons, all lines are considered even if they don't have the maximum length)

    (PS: make sure you hover your mouse over the diagrams)

  • In the hexagons, 30-degree lines could be considered as well — there might even be solutions when treated analogously to pandiagonal magic squares.
  • Why not every line of knights moves too? Because the cells aren't adjacent I'd say. (Both immediately make the problem unsolvable since all corners must match).

    Seems "unfair" that hexagons have multiple line lengths to consider. I think this article's modification is a good one in that framing: Shifting every number up or down doesn't make the magic squares any easier, but it certainly helps with hexagons.

  • The shortest 45 degree line in a magic square is a single cell, making it somewhat tricky to add up to the same total as the other lines.
  • Interesting observation. That's simply part of the usual definition of a magic square, and it does indeed feel arbitrary once you compare it with the hexagon case, which is very symmetrical. I first learned about magic squares from math books as a kid, about 25 years ago, and just accepted those rules as given.

    Upon a quick research, there are many variations, and the closest to what you're describing is the "pandiagonal" magic square, where additional diagonals are considered (except they wrap around the edges of the square in a slightly funny way, so that every diagonal still contains exactly N numbers): https://en.wikipedia.org/wiki/Pandiagonal_magic_square

  • I loved this article and its interactive elements. The potential field is an elegant abstraction which really elevates this from a math puzzle into something new.

    I'd love to see just how Lipschitz continuous, how smooth, the potential field can be; how adding features puts it closer to or further from solutions that fit the consecutive-no-duplicate constraint, say. Adding a smooth 'hill' is probably viable; is a 'river'?

    One little critique I have is in the latter third. Using LLMs for proof is pretty standard now, but the way the text focuses on their tribulations was distracting. It might have been cleaner to use the mathematician's "we" after introducing the 'co-authors', so that the casual reader might sink their teeth into the math rather than be reminded LLMs can sometimes cost money and go around in loops.

    But otherwise this is a really gorgeous article! The visualisation is really powerful, and something about how the symmetries impose a kind of conservation (which looks like hot soup but actually has a smooth potential) are very exciting, and curiously very physicsy.

  • I mean the difference operator kind of forces the potential field to have 'derivatives' between -K and K inclusive right? That makes it Lipschitz by definition.
  • Thanks a lot for the detailed perspective!

    The potential fields are a curious phenomenon. I feel like - and I haven't verified this in any way yet - the smoothness is dictated by the fact that all values are within a not-so-broad range. Then as you "peel" the hexagon from the outer layer using those 6-rings, building the potential field, each next layer inwards shouldn't changed too much.

    I had also explored a case of n->inf where the sums turn into integrals, and consecutiveness turns into the uniform distribution. Then it's not so hard to find a solution. It's not in the article, because it turned out to be a dead end for solving the discrete case, and I didn't want to make the article too heavy - but if I remember correctly, there I also observed the smoothness.