superseeker fixed!

N. J. A. Sloane njas at research.att.com
Sat Apr 8 16:01:48 CEST 2000


Christian Krattenthaler found a way around the problem.
Changing
If[i <= m,mat[[i+1]] = tempvec,,];
to
If[i <= m,mat[[i+1]] = tempvec,Null,Null];
seems to have fixed it.

NJAS





More information about the SeqFan mailing list