read `VGPileGames.txt`: p:=1/5: gu:=[seq(identify(Ave1Nu({[1,p]}, {[2,1-p]},1000,i)),i=1..10)]: print(`The expected number of rounds until the first time to be in possession of >=n dollars if at each round`): print(`you lose one dollar with prob.`, p, ` and win 2 dollars with prob.`, 1-p, `for n=1 to n=`,N0): print(``): print(gu): print(``): print(`and in Maple notation `): print(``): lprint(gu): print(``): quit: