A177101 The number of cycles in the Vers de Verres game, where 'worms' are transferred between 'cups' in a deterministic fashion. Because this defines a finite-state automaton, we know that every state eventually enters a cycle (or fixed point, which is essentially a cycle of length 1). The number of 'cups' (frequently called 'n') is a parameter for this automaton, and so we count the cycles (and fixed points) with respect to n.
1, 2, 4, 7, 13, 14, 20
Offset: 1
Examples
For n=4, there are seven cycles: {0300,3000,0030}, {3300,3003,0330}, {0200,2000}, {3330}, {2200}, {1000}, {0000}. Note that four of these are "inherited" from n=3, as described above.
Links
- Eric Angelini - Vers de Verres
- E. Angelini, Vers de verres (Glass worms) [Cached copy, with permission]
- Kellen Myers - Vers de Verres [Broken link]
Extensions
Fixed error in sequence. Added small amount of formatting changes and elaboration. - Kellen Myers, May 03 2010
Comments