A307652 The number of grains of sand in the identity element for the sandpile group on an (n+1) X (n+1) square grid.
8, 12, 40, 52, 72, 88, 136, 160, 216, 244, 320, 356, 408, 448, 544, 592, 704, 756, 888, 948, 1088, 1156, 1304, 1376, 1504, 1584, 1736, 1820, 1984, 2076, 2288, 2384, 2536, 2640, 2912, 3024, 3200, 3316, 3624, 3748, 3976, 4104, 4392, 4528, 4824, 4968, 5216, 5364, 5664, 5820, 6088, 6248, 6616
Offset: 1
Keywords
Examples
a(1) = 2 X 2 grid. Identity: | 2 2 | | 2 2 | = 8 grains. a(2) = 3 X 3 grid. Identity: | 2 1 2 | | 1 0 1 | | 2 1 2 | = 12 grains. a(3) = 4 X 4 grid. Identity: | 2 3 3 2 | | 3 2 2 3 | | 3 2 2 3 | | 2 3 3 2 | = 40 grains. a(4) = 5 X 5 grid. Identity: | 2 3 2 3 2 | | 3 2 1 2 3 | | 2 1 0 1 2 | | 3 2 1 2 3 | | 2 3 2 3 2 | = 52 grains.
Links
- Scott R. Shannon, Table of n, a(n) for n = 1..500
- Yvan Le Borgne, Dominique Rossin, On the identity of the sandpile group. Discrete Mathematics, 256 (2002) 775-790.
- Luis David Garcia-Puente and Brady Haran, Sandpiles, Numberphile video, YouTube.com, Jan. 13, 2017.
- Alexander E. Holroyd et al., Chip-firing and Rotor-Routing on Directed Graphs. arXiv:0801.3306v4 [math.CO], 2013.
- Scott R. Shannon, Identity for the 50x50 grid. For this, and other images, black=0, yellow=1, blue=2, red=3 grains.
- Scott R. Shannon, Identity for the 51x51 grid. This shows the crossed line pattern through the center of the grid which is typical of grids with odd numbered side lengths.
- Scott R. Shannon, Identity for the 1000x1000 grid.
- Scott R. Shannon, Identity for the 4000x4000 grid. This contains 37246680 grains.
- Scott R. Shannon, Simplified Java code for finding the identity element and the sequence a(n).
- Wikipedia, Abelian Sandpile Model.
Crossrefs
Formula
Identity element = ([6n] - ([6n])*)* , where [6n] is the all 6's grid of size (n+1) X (n+1), and (x)* represents the topple stabilization of the grid x.
The sequence is closely fitted by the quadratic a(n) ~ 2.32*n^2, where 2.32 corresponds to the approximate grains per square density of the identity element configurations.
Comments