Go inside, find the one line of code, and change the variable "#cupsInBase" to whatever number (default 10)
Turn on turbo mode. Triangle numbers. Formula for calculating nth triangular number is ((n(n+1))/2) Proof: by induction 1+2+3+4... +n = (n(n+1))/2 if we can prove this is the same with n+1, it works for any number ((n(n+1))/2) + (n+1) = ((n(n+1)) + 2(n+1))/2 => ((n+2)(n+1))/2 => ((n+1)(n+2))/2 this final statement works out, if you substitute another variable for (n+1), you end up getting (p(p+1))/2 this