read `JPDA.txt`: K:=5000: M:=10: p:=(j+2)*(j+1)/2: L:=SmSeq((j+2)*(j+1)/2,j,M,K): print(`The first`, M+1, `terms, starting at i=0 of the sequence: Largest pos. integer NOT representable as a sum of DISTINCT values of the the polynomial in j`, p, `with j>=i, are `): print(``): lprint(L): print(``): print(`-------------------------------------`): print(``): print(`This took`, time(), `seconds. `): quit: