Lazy caterer's sequence
   HOME

TheInfoList



OR:

The lazy caterer's sequence, more formally known as the central polygonal numbers, describes the maximum number of pieces of a disk (a
pancake A pancake, also known as a hotcake, griddlecake, or flapjack, is a flat type of batter bread like cake, often thin and round, prepared from a starch-based Batter (cooking), batter that may contain eggs, milk, and butter, and then cooked on a ...
or
pizza Pizza is an Italian cuisine, Italian, specifically Neapolitan cuisine, Neapolitan, dish typically consisting of a flat base of Leavening agent, leavened wheat-based dough topped with tomato, cheese, and other ingredients, baked at a high t ...
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 In geometry, an arrangement of lines is the subdivision of the Euclidean plane formed by a finite set of lines. An arrangement consists of bounded and unbounded convex polygons, the ''cells'' of the arrangement, line segments and rays, the ''edg ...
; for generalizations to higher dimensions, ''see''
arrangement of hyperplanes In geometry and combinatorics, an arrangement of hyperplanes is an arrangement of a finite set ''A'' of hyperplanes in a linear, affine, or projective space ''S''. Questions about a hyperplane arrangement ''A'' generally concern geometrical, top ...
. The analogue of this
sequence In mathematics, a sequence is an enumerated collection of objects in which repetitions are allowed and order matters. Like a set, it contains members (also called ''elements'', or ''terms''). The number of elements (possibly infinite) is cal ...
in three dimensions is the
cake number In mathematics, the cake number, denoted by ''Cn'', is the maximum of the number of regions into which a 3-dimensional cube can be partitioned by exactly ''n'' planes. The cake number is so called because one may imagine each partition of the cu ...
s.


Formula and sequence

The maximum number ''p'' of pieces that can be created with a given number of cuts (where ) is given by the formula :p = \frac. Using
binomial coefficient In mathematics, the binomial coefficients are the positive integers that occur as coefficients in the binomial theorem. Commonly, a binomial coefficient is indexed by a pair of integers and is written \tbinom. It is the coefficient of the t ...
s, the formula can be expressed as :p = 1 + \dbinom = \dbinom+\dbinom+\dbinom. Simply put, each number equals a
triangular number A triangular number or triangle number counts objects arranged in an equilateral triangle. Triangular numbers are a type of figurate number, other examples being square numbers and cube numbers. The th triangular number is the number of dots in ...
plus 1. These are the first number on each row of
Floyd's triangle Floyd's triangle is a triangular array of natural numbers used in computer science education. It is named after Robert W. Floyd, Robert Floyd. It is defined by filling the rows of the triangle with consecutive numbers, starting with a 1 in the top ...
. As the third column of Bernoulli's triangle (''k'' = 2) is a triangular number plus one, it forms the lazy caterer's sequence for ''n'' cuts, where ''n'' ≥ 2. The sequence can be alternatively derived from the sum of up to the first 3 terms of each row of
Pascal's triangle In mathematics, Pascal's triangle is an infinite triangular array of the binomial coefficients which play a crucial role in probability theory, combinatorics, and algebra. In much of the Western world, it is named after the French mathematician Bla ...
: : This sequence , starting with , thus results in : 1, 2, 4, 7, 11, 16, 22, 29, 37, 46, 56, 67, 79, 92,
106 106 may refer to: * 106 (number), the number * AD 106, a year in the 2nd century AD * 106 BC, a year in the 2nd century BC * 106 (emergency telephone number), an Australian emergency number * 106 (MBTA bus), a route of the Massachusetts Bay Transpor ...
,
121 121 may refer to: *121 (number), a natural number * AD 121, a year in the 2nd century AD * 121 BC, a year in the 2nd century BC * 121 (Eagle) Sqn, a Royal Air Force aircraft squadron that during the Second World War was one of the three Eagle Squa ...
, 137,
154 Year 154 ( CLIV) was a common year starting on Monday of the Julian calendar. At the time, it was known as the Year of the Consulship of Aurelius and Lateranus (or, less frequently, year 907 ''Ab urbe condita''). The denomination 154 for this ...
, 172, 191,
211 Year 211 ( CCXI) was a common year starting on Tuesday of the Julian calendar. At the time, in the Roman Empire it was known as the Year of the Consulship of Terentius and Bassus (or, less frequently, year 964 ''Ab urbe condita''). The denomin ...
, ... Its three-dimensional analogue is known as the
cake number In mathematics, the cake number, denoted by ''Cn'', is the maximum of the number of regions into which a 3-dimensional cube can be partitioned by exactly ''n'' planes. The cake number is so called because one may imagine each partition of the cu ...
s. The difference between successive cake numbers gives the lazy caterer's sequence.


Proof

When a circle is cut times to produce the maximum number of pieces, represented as , the th cut must be considered; the number of pieces before the last cut is , while the number of pieces added by the last cut is . To obtain the maximum number of pieces, the th cut line should cross all the other previous cut lines inside the circle, but not cross any intersection of previous cut lines. Thus, the th line itself is cut in places, and into line segments. Each segment divides one piece of the -cut pancake into 2 parts, adding exactly to the number of pieces. The new line cannot 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 In Euclidean geometry, an angle can refer to a number of concepts relating to the intersection of two straight Line (geometry), lines at a Point (geometry), point. Formally, an angle is a figure lying in a Euclidean plane, plane formed by two R ...
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 cuts is :f(n) = n+f(n-1). This
recurrence relation In mathematics, a recurrence relation is an equation according to which the nth term of a sequence of numbers is equal to some combination of the previous terms. Often, only k previous terms of the sequence appear in the equation, for a parameter ...
can be solved. If is expanded one term, the relation becomes :f(n) = n+(n-1)+f(n-2). Expansion of the term can continue until the last term is reduced to , thus, :f(n) = n+(n-1)+(n-2)+\cdots+1+f(0). Since , because there is one piece before any cuts are made, this can be rewritten as :f(n) = 1+(1+2+3+\cdots + n). This can be simplified, using the formula for the sum of an
arithmetic progression An arithmetic progression or arithmetic sequence is a sequence of numbers such that the difference from any succeeding term to its preceding term remains constant throughout the sequence. The constant difference is called common difference of that ...
: :f(n)=1+\frac=\frac.


See also

*
Cake number In mathematics, the cake number, denoted by ''Cn'', is the maximum of the number of regions into which a 3-dimensional cube can be partitioned by exactly ''n'' planes. The cake number is so called because one may imagine each partition of the cu ...
* Dividing a circle into areas – where ''n'' is the number of sides of an inscribed polygon *
Floyd's triangle Floyd's triangle is a triangular array of natural numbers used in computer science education. It is named after Robert W. Floyd, Robert Floyd. It is defined by filling the rows of the triangle with consecutive numbers, starting with a 1 in the top ...
*
Pizza theorem In elementary geometry, the pizza theorem states the equality of two areas that arise when one partitions a Disk (mathematics), disk in a certain way. The theorem is so called because it mimics a traditional pizza slicing technique. It shows tha ...


Notes


References

*. *. *.


External links

*{{mathworld, title=Circle Division by Lines, urlname=CircleDivisionbyLines Mathematical optimization Integer sequences Articles containing proofs