read `JPDA.txt`: N:=10000: p:=j^2+j+1: C:=5: print(`The`, C, `representation of `,N, `as a sum of distinct values of`, p, ` ofor j>=1, given by the Dangelo algorithm are `): DangeloReps(p,j,1,N,C,1000); quit: