Chocolate Numbers

Caleb Ji,Tanya Khovanova,Robin Park,Angela Song
DOI: https://doi.org/10.48550/arXiv.1509.06093
2015-09-21
Abstract:In this paper, we consider a game played on a rectangular $m \times n$ gridded chocolate bar. Each move, a player breaks the bar along a grid line. Each move after that consists of taking any piece of chocolate and breaking it again along existing grid lines, until just $mn$ individual squares remain. This paper enumerates the number of ways to break an $m \times n$ bar, which we call chocolate numbers, and introduces four new sequences related to these numbers. Using various techniques, we prove interesting divisibility results regarding these sequences.
Combinatorics
What problem does this paper attempt to address?
The problem that this paper attempts to solve is: **Calculate the number of different ways to completely divide a rectangular chocolate bar (m×n grid) into 1×1 small squares**. Specifically, the authors introduced "Chocolate Numbers", which represent the number of all possible ways to gradually divide an m×n chocolate bar into mn unit small squares along the grid lines. ### Problem Background In the classic "Chocolate Bar Game", players need to break a rectangular chocolate bar (m×n grid) along the grid lines until it is finally divided into mn 1×1 small squares. Each break can only be made on one piece of chocolate and can only be made along the existing grid lines. The goal of the game is to calculate the number of different ways to complete this process. ### Main Contributions of the Paper 1. **Define Chocolate Numbers**: The authors defined the chocolate number \( A_{m,n} \), which represents the number of different ways to divide an m×n chocolate bar into mn 1×1 small squares. 2. **Recursive Formula**: Derived the recursive formula for the chocolate number: \[ A_{m,n} = \sum_{i = 1}^{m - 1} \binom{mn - 2}{in - 1} A_{i,n} A_{m - i,n} + \sum_{i = 1}^{n - 1} \binom{mn - 2}{im - 1} A_{m,i} A_{m,n - i} \] 3. **Introduction of New Sequences**: Based on the chocolate numbers, the authors introduced four new sequences: - **A261746**: Chocolate numbers arranged in ascending order. - **A261964**: The chocolate triangle read by rows. - **A261747**: The number of ways to divide a 2×n chocolate bar. - **A257281**: The number of ways to divide an n×n square chocolate bar. 4. **Divisibility Research**: Studied the divisibility properties of these sequences, especially the lower bound estimate of the 2 - adic value, and proved that for \( m,n>1 \), \( \nu_2(A_{m,n})\geq m + n - 2 \). 5. **Generating Functions and Periodicity**: Used the methods of generating functions and hypergeometric functions to explore the generating function of the chocolate number and proposed a conjecture about its periodicity modulo p. ### Conclusion This paper not only solves the problem of calculating the number of ways to divide a chocolate bar, but also provides new research directions and tools for the field of combinatorial mathematics by introducing new sequences and studying their mathematical properties.