login
A051787
Expected number of spins in a 2-player Dreidel game (rounded to nearest integer) (version 1).
2
0, 2, 8, 18, 32, 51, 73, 101, 132, 169, 209, 254, 304, 358, 416, 479, 546, 618
OFFSET
1,2
COMMENTS
In this version, the "hei" move consists of taking floor(pot/2) nuts. - Sean A. Irvine, Oct 09 2021
LINKS
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
Cf. A348270.
Sequence in context: A379803 A361905 A336489 * A050804 A081324 A361903
KEYWORD
nonn,more
AUTHOR
Doron Zeilberger, Dec 09 1999
EXTENSIONS
a(16)-a(18) from Sean A. Irvine, Oct 09 2021
STATUS
approved