cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A292836 a(n) is the minimum number of steps to a terminal state during the following procedure: start with n piles each containing one stone; any number of stones can be transferred between piles of equal size.

Original entry on oeis.org

0, 1, 1, 3, 3, 4, 4, 6, 7, 7, 8, 10, 10, 11, 11, 13, 14, 14, 15, 17, 17, 18, 18, 20, 21, 22, 23, 24, 24, 25, 26, 28, 29, 29, 30, 31, 32, 33, 33, 35, 36, 37, 38, 39, 39, 40, 41, 43, 44, 44, 45, 46, 47, 48, 48, 50, 51, 52, 53, 54, 54, 55, 56, 58, 59, 59, 60, 62, 62
Offset: 1

Views

Author

Peter Kagey, Sep 24 2017

Keywords

Comments

A terminal state is one in which all pile sizes are different, that is, there are no legal remaining ways to move stones.
A121924 is the analogous sequence for when only one stone can be moved at a time.
A011371 is the analogous sequence for when all stones must be moved at once.
Both A011371 and A121924 are upper bounds for this sequence.

Examples

			For n = 6, two examples of a a(6) = 4 step walks to a terminal state are:
[1 1 1 1 1 1] -> [2, 1, 1, 1, 1] -> [2, 2, 1, 1] -> [3, 1, 1, 1] -> [3, 2, 1], and
[1 1 1 1 1 1] -> [2, 1, 1, 1, 1] -> [2, 2, 1, 1] -> [2, 2, 2] -> [4, 2].
		

Crossrefs

Extensions

a(46) onwards from Bert Dobbelaere, Apr 07 2024
Showing 1-1 of 1 results.