login
A348270
Expected number of spins in a 2-player Dreidel game (rounded to nearest integer) (version 2).
2
0, 2, 7, 16, 28, 44, 64, 88, 115, 146, 181, 220, 262, 308, 358, 412, 469, 531
OFFSET
1,2
COMMENTS
In this version, the "hei" move consists of taking ceiling(pot/2) nuts.
LINKS
Sean A. Irvine, Java program (github)
Wikipedia, Dreidel
EXAMPLE
a(2) = round(20/9) = 2,
a(3) = round(11152/1491) = 7,
a(4) = round(2153212646/133670949) = 16,
a(5) = round(13883850095507833544/489357720903462795) = 28,
a(6) = round(494264846815701973469534139628/11136797217326328847815348927) = 44.
CROSSREFS
Cf. A051787.
Sequence in context: A357577 A070169 A293410 * A162420 A130883 A375284
KEYWORD
nonn,more
AUTHOR
Sean A. Irvine, Oct 09 2021
STATUS
approved