OFFSET
1,2
COMMENTS
In this version, the "hei" move consists of taking floor(pot/2) nuts. - Sean A. Irvine, Oct 09 2021
LINKS
Sean A. Irvine, Java program (github)
Wikipedia, Dreidel
D. Zeilberger, Does Dreidel Last O(NUTS**2) Spins?; Local copy
EXAMPLE
a(2) = round(12/5) = 2,
a(3) = round(162592/19519) = 8,
a(4) = round(136459340916/7533523723) = 18,
a(5) = round(20923804992638573248/650937480032084687) = 32,
a(6) = round(637272005051371097770340969580/12601582172451720543893605349) = 51.
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Doron Zeilberger, Dec 09 1999
EXTENSIONS
a(16)-a(18) from Sean A. Irvine, Oct 09 2021
STATUS
approved