// This tests factoring factorials plus or minus 1. for n = 2 to 100 println["$n\t" + factorFlat[n!+1]]