Lazy caterer's sequence

Pancake cut into seven pieces with three straight cuts.

The lazy caterer's sequence, more formally known as the central polygonal numbers, describes the maximum number of pieces of a circle (a pancake or pizza is usually used to describe the situation) that can be made with a given number of straight cuts. For example, three cuts across a pancake will produce six pieces if the cuts all meet at a common point inside the circle, but up to seven if they do not. This problem can be formalized mathematically as one of counting the cells in an arrangement of lines; for generalizations to higher dimensions, see arrangement of hyperplanes.

The analogue of this sequence in 3 dimensions is the cake number.

Formula and sequence

The maximum number p of pieces that can be created with a given number of cuts n, where n  0, is given by the formula

Using binomial coefficients, the formula can be expressed as

This sequence (sequence A000124 in the OEIS), starting with , results in

1, 2, 4, 7, 11, 16, 22, 29, 37, 46, 56, 67, 79, 92, 106, 121, 137, 154, 172, 191, 211, ...

Each number equals 1 plus a triangular number.

Proof

The maximum number of pieces from consecutive cuts are the numbers in the Lazy Caterer's Sequence.

When a circle is cut n times to produce the maximum number of pieces, represented as p = ƒ(n), the nth cut must be considered; the number of pieces before the last cut is ƒ(n  1), while the number of pieces added by the last cut is n.

To obtain the maximum number of pieces, the nth cut line should cross all the other previous cut lines inside the circle, but not cross any intersection of previous cut lines. Thus, the nth line itself is cut in n 1 places, and into n line segments. Each segment divides one piece of the (n  1)-cut pancake into 2 parts, adding exactly n to the number of pieces. The new line can't have any more segments since it can only cross each previous line once. A cut line can always cross over all previous cut lines, as rotating the knife at a small angle around a point that is not an existing intersection will, if the angle is small enough, intersect all the previous lines including the last one added.

Thus, the total number of pieces after n cuts is

This recurrence relation can be solved. If ƒ(n  1) is expanded one term the relation becomes

Expansion of the term ƒ(n  2) can continue until the last term is reduced to ƒ(0), thus,

Since , because there is one piece before any cuts are made, this can be rewritten as

This can be simplified, using the formula for the sum of an arithmetic progression:

References

External links

This article is issued from Wikipedia - version of the 5/18/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.