Duffinian numbers: Difference between revisions

m
Correct spelling mistake.
(New post.)
m (Correct spelling mistake.)
Line 774:
}
// Set the divisor sumssum of non-Duffinian numbers to 0.
result[1] = 0; // 1 is not a Duffinian number.
for ( int n = 2; n < aLimit; n++ ) {
884

edits