Martingale win/loss triangle, read by rows: T(n,k) = total number of dollars won (or lost) using the martingale method on all possible n trials that have exactly k losses and n-k wins, for 0 <= k <= n.
A355659
Martingale win/loss triangle, read by rows: T(n,k) = total number of dollars won (or lost) using the martingale method on all possible n trials that have exactly k losses and n-k wins, for 0 <= k <= n.
Terms
- a(0) =0a(1) =1a(2) =-1a(3) =2a(4) =1a(5) =-3a(6) =3a(7) =5a(8) =-1a(9) =-7a(10) =4a(11) =11a(12) =7a(13) =-7a(14) =-15a(15) =5a(16) =19a(17) =24a(18) =4a(19) =-21a(20) =-31a(21) =6a(22) =29a(23) =53a(24) =38a(25) =-12a(26) =-51a(27) =-63a(28) =7a(29) =41
External references
- oeis: A355659