Golf ball pyramid by teebee

int i;real n;for i=0to 99{input n;n=ceil(n/30.17-0.42);print n^3/3+n^2/2+n/6;}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page