Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A381812
Number of moves required to reach a position with the maximum number of heads in the game of blet with 2*n coins.
0
1, 1, 2, 5, 3, 6, 11, 7, 10, 17, 11, 16, 25, 15, 22, 33, 21
OFFSET
2,3
COMMENTS
See A075273 or Rodriguez Villegas, Sadun, and Voloch (2002) for the definition of blet.
Rodriguez Villegas, Sadun, and Voloch (2002) prove that the maximum number of heads achievable is A047206(n).
LINKS
Michael S. Branicky, Python program for OEIS A381812
Fernando Rodriguez Villegas, Lorenzo Sadun, and José Felipe Voloch, Blet: a mathematical puzzle, The American Mathematical Monthly 109 (2002), Issue 8, 729-740.
EXAMPLE
For n = 5, a(5) = 5 moves are needed to go from HTHTHTHTHT to a sequence with the maximum number A047206(5) = 8 of heads: HTHTHTHTHT -> THHTHTHTHH -> THHTHTTHTH -> THHHTHTHTH -> THHHHTHHTH -> HHHHHTHHHT.
PROG
(Python) # see linked program
CROSSREFS
KEYWORD
nonn,more,new
AUTHOR
EXTENSIONS
a(17)-a(18) from Michael S. Branicky, Mar 11 2025
STATUS
approved