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.

A332755 Lapidary numbers.

Original entry on oeis.org

1, 1, 1, 1, 2, 2, 3, 4, 6, 8, 12, 16, 23, 31, 45, 61, 87, 119, 171, 233, 334, 459, 655, 904, 1288, 1782, 2535, 3517, 4995, 6935, 9848, 13703, 19437, 27070, 38376, 53528, 75842, 105878, 149966, 209555, 296707, 414922, 587304, 821853, 1163052, 1628574, 2304082
Offset: 0

Views

Author

Peter J. Taylor, Feb 22 2020

Keywords

Comments

Consider a two-player stone-throwing game with a single shared pile of stones. The players alternately remove one or more stones from the pile until it is empty. In addition, each player seeks to communicate a message through their sequence of moves. If there are initially n stones then a(n) is the largest number m such that both players can communicate at least m distinct messages.
For n > 0, a(n) is also the size of the Durfee square of the partition defined in A064660.

Examples

			For n=4, one strategy which allows both players to communicate one of two messages is each remove one or two stones on their first turn.
		

Crossrefs

Cf. A064660.

Formula

Asymptotically, a(n) is within a subexponential factor of 2^(n/2).