read `BiVariateMoms.txt`: print(`This for the set of compositions of n using {2,3} according to the random variable "number of 2's"`): print(``): Story(1/(1-w*t^2-t^3),t,w,6,n,b); print(``): print(`This for the set of compositions of n using {2,3} according to the random variable "number of 3's"`): print(``): Story(1/(1-t^2-t^3*w),t,w,6,n,b); print(``): print(`This for the set of compositions of n using {2,3,5} according to the random variable "number of 2's"`): print(``): Story(1/(1-w*t^2-t^3-t^5),t,w,6,n,b); print(``): print(`This for the set of compositions of n using {2,3,5} according to the random variable "number of 3's"`): print(``): Story(1/(1-t^2-w*t^3-t^5),t,w,6,n,b); print(``): print(`This for the set of compositions of n using {2,3,5} according to the random variable "number of 5's"`): print(``): Story(1/(1-t^2-t^3-w*t^5),t,w,6,n,b); print(``): print(`This took`, time(), `seconds. `): quit: