login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A088804 a(n) gives the number of steps taken in a process which manipulates piles of tokens arranged in a line. There are 2n (or 2n+1) tokens in all. Initially they are all in one pile. At each step, from each pile with more than 1 token, one token is taken and added to the pile on its left and one is taken and added to the pile on its right. The redistributions in each step are done in parallel. 1

%I #13 Feb 18 2015 07:52:34

%S 1,4,8,14,21,29,39,51,63,77,93,110,128,148,170,192,216,242,268,296,

%T 326,358,390,424,460,496,534,574,615,657,701,747,793,841,891,941,993,

%U 1047,1103,1159,1217,1277,1337,1399,1463,1529,1595,1663,1733,1803,1875,1949

%N a(n) gives the number of steps taken in a process which manipulates piles of tokens arranged in a line. There are 2n (or 2n+1) tokens in all. Initially they are all in one pile. At each step, from each pile with more than 1 token, one token is taken and added to the pile on its left and one is taken and added to the pile on its right. The redistributions in each step are done in parallel.

%H R. Anderson, L. Lovasz, P. Shor, J. Spencer, E. Tardos, S. Winograd, <a href="http://www.jstor.org/stable/2323970">Disks, balls and walls: analysis of a combinatorial game</a>, Amer. Math. Monthly, 6, 96, pp. 481-493, 1989.

%H Anders Björner, László Lovászb, Peter W. Shor, <a href="http://dx.doi.org/10.1016/S0195-6698(13)80111-4">Chip-firing games on graphs</a>, European Journal of Combinatorics 12, pp. 283-291, 1991.

%H Mikkel Thorup, <a href="http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.17.1725">Firing Games</a>

%F The sequence is asymptotically quadratic with a(n) ~= c*n^2, where c is between 0.33 and 1, with estimate 0.7078 for n = 1, 000.

%e E.g., a(2) = 4 because there are 4 steps in the process beginning with 4 tokens:

%e 0 0 4 0 0

%e 0 1 2 1 0

%e 0 2 0 2 0

%e 1 0 2 0 1

%e 1 1 0 1 1

%Y Cf. A088803.

%K nonn

%O 1,2

%A _Rob Arthan_, Oct 17 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 29 00:26 EDT 2024. Contains 371264 sequences. (Running on oeis4.)