兔子洞:最小 L 型缝线
Rabbit Hole: Minimum L-seams

原始链接: https://www.fractalkitty.com/rabbit-hole-minimum-l-seams/

作者试图将数学与拼布相结合,探索了经典的“帕金斯夫人拼布”(Mrs. Perkins' Quilt)难题,即如何将一个 $n \times n$ 的正方形分割成边长为整数且数量最少的更小正方形。 在研究过程中,作者超越了传统的数学问题,分析了这些分割方式在缝纫实践中的逻辑。具体而言,作者研究了缝制此类拼布所需的“L型缝合”(非断头式裁剪),并指出这些缝合往往是避免复杂转角缝制的必要手段。这一分析促成了一个新的整数序列 $a(n)$ 的诞生,代表了边长为 $n$ 的最优拼布方案所需的最少 L 型缝合数。 文中提供了 $n=1$ 到 $17$ 的数据,从基础层面展示了缝纫复杂度如何随数学解的变化而变化。作者提出了关于这些“简易”与“困难”拼布分布的若干开放性问题,并探讨了该序列是否有资格作为一项新的贡献收录于在线整数数列大全(OEIS)。本文既是一次深入的数学探索,也为即将开展的纺织项目提供了实践准备。

Hacker News 最新 | 往期 | 评论 | 提问 | 展示 | 招聘 | 提交 登录 兔子洞:最小 L 型接缝 ( fractalkitty.com ) 8 点 由 evakhoury 发布 2 小时前 | 隐藏 | 往期 | 收藏 | 讨论 帮助 指南 | 常见问题 | 列表 | API | 安全 | 法律 | 申请 YC | 联系 搜索:
相关文章

原文

I was trying to write a post about art with squarable numbers, and so I thought quilting a Mrs. Perkins' Quilt might be a nice addition to the exploration. With 1500 words almost ready to hit send, I ended up down a rabbit hole. This post is rather long and has a lot of data, so bear with me, or skip it. I will have an artsy post with a quilt in the next week.

Please note, this post will get updated as I work through the problem. The update on the quilt is here.


Ok, first off, Mrs Perkins' quilt is a lovely math problem. The challenge is to slice a square of side n into smaller squares with integer side lengths, use the fewest squares possible.

The website squaring.net has a lot more on the problem, including the original wording, and Wolfram has a demonstration to explore.

"For Christmas, Mrs. Potipher Perkins received a very pretty patchwork quilt constructed of 169 square pieces of silk material. The puzzle is to find the smallest number of square portions of which the quilt could be composed and show how they might be joined together. Or, to put it the reverse way, divide the quilt into as few square portions as possible by merely cutting the stitches."

Henry E. Dudeney

The solution looks like this:

A 13x13 quilt with two squares that sho

As I write this post, I have fabric at the ready to quilt this; but I have instead found myself going through many quilts to assess sewing technique. You see, I can't seem to find images of people sewing these quilts despite their name. It might be because they are a little tricky. I don't like sewing around corners - they can pucker (you might need to use a partial-seam trick). For this quilt, I will have to sew two L-shaped seams (shown in yellow dashes above).

If sewing together doesn't make sense, another way to think about this is if you have a paper cutter, how can you minimize the number of corners you have to cut so that you can guillotine cut the rest.

This got me thinking: for any optimal Mrs. Perkins' Quilt of side n, what is the minimum number of L-seams required? And this is where we start building a sequence a(n):

{0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 2, 1, 1, 2, 2, ... }

Below is the exploration for n values from 1 to 17. I started looking at the larger numbers, but there can be a lot of quilts, and I honestly want to get sewing on this 13x13 and maybe a couple of others. Below is just data, then references. Some questions were also pondered, but not answered:

  • What quilt will require 3? 4?
  • What is the distribution of lazy quilts vs. harder quilts for each n as it gets larger?
  • Will two L-seams ever be needed in a row (like a U-seam)?
  • What other sequences can spin off of this one?
  • How many L-seam solutions exist for each quilt?
  • Is it worthy of being an OEIS sequence, or is it too niche? (I called a fellow puzzler and colleague for this one in my uncertainty)

a(1) = 0 - it's just a square.

a(2) = 0

A 2x2 quilt cut into four size one squares.

a(3) = 0

A 3x3 quilt split into 6 squares where a 2 size is surrounded by 1 sized squares.

a(4) = 0

A 4x4 quilt split into 7 blocks symmetrically with 2 sized two on the top then a 2 centered in the middle surrounded by 1's stacked on the sides.

a(5) = 0

A 5x5 quilt split into 8 squares of sizes 1,2, and 3 that can be sliced up by guillotine.

a(6) = 0

A 6x6 quilt split into 9 squares of sizes 1,2, and 3 that can be sliced up by guillotine.

a(7) = 1

Four 7x7 quilts with 9 blocks all requiring an L-seam.

a(8) = 0

28 quilts ( 26 need 0, 2 need 1) (only one zero is shown)

Three 8x8 quilts where the one on the right can be sliced without L-seams and the two on the left require one. the blocks are sized 1-4, but only the L-seams have size 5 blocks.

a(9) = 1

Nine quilts of size 9x9 that need one L-seam.

a(10) = 0

75 quilts ( 63 need 0, 12 need 1) (only one zero is shown)

a(11) = 1

35 quilt of size 11x11 that all have one L-seam

a(12) = 1

9 quilts (8 need 1, 1 needs 2)

Nine quilts of 12x12 with 8 that have one L-seam and one that has two. The L-seams for the 1 are around rectangles of multiple blocks.

a(13) = 2

A 13x13 square split into 11 squares with two L-seams needed in the top left and lower right blocks.

a(14) = 1

a(15) = 1

twenty-seven quilts, where one has tow L-seams and the rest have one.

a(16) = 2

nine 16x16 quilts all needing two L-seams

a(17) = 2

two 17x17 quilts that look very similar needing two L-seams

References

联系我们 contact @ memedata.com