a(n) is the number of terminal states that can be achieved via the following algorithm: start with n piles each containing one stone; stones can be transferred between piles only when the piles start with the same number of stones.

A292728

a(n) is the number of terminal states that can be achieved via the following algorithm: start with n piles each containing one stone; stones can be transferred between piles only when the piles start with the same number of stones.

Terms

    a(0) =1a(1) =1a(2) =1a(3) =2a(4) =2a(5) =2a(6) =4a(7) =6a(8) =6a(9) =7a(10) =11a(11) =11a(12) =17a(13) =18a(14) =23a(15) =32a(16) =37a(17) =39a(18) =53a(19) =58a(20) =70a(21) =83a(22) =103a(23) =112a(24) =139a(25) =158a(26) =184a(27) =214a(28) =255a(29) =279

External references