read `RPneg.txt`: N:=25: P:={[0,0],[0,1]}: print(`The first`, N, `terms of the sequence enumerating integer partitions of n avoiding the set of patterns`): print({seq([a,seq(a-add(p[j],j=1..i),i=1..nops(p))],p in P)}): print(``): print(`are `): print(``): print(xnSeqNeg(N,P)): print(``): print(`--------------------------`): print(``): print(`This took`, time(), `seconds. `): quit: