OFFSET
1,6
COMMENTS
Note that more than one stone can be moved during a single move.
Conjecture: a(n) = 0 if and only if n is a power of 2.
Conjecture: a(n) = 1 if and only if n is an odd prime.
LINKS
Bert Dobbelaere, Table of n, a(n) for n = 1..100
FORMULA
From Charlie Neder, Jan 26 2019: (Start)
a(2^k) = 0.
For p an odd prime, a(p) = 1 and a(2p) = (p+3)/2.
Conjecture: a(4p) = p+4, a(8p) = 2p+20. (End)
EXAMPLE
For n = 10, the a(10) = 4 partitions of 10 that cannot be generated from transferring stones are: [5, 5], [7, 3], [9, 1], and [10].
CROSSREFS
KEYWORD
nonn
AUTHOR
Peter Kagey, Sep 21 2017
EXTENSIONS
More terms from Charlie Neder, Jan 26 2019
a(61)-a(64) from Pontus von Brömssen, Sep 18 2022
More terms from Bert Dobbelaere, Feb 22 2023
STATUS
approved