perfect-number-seed-one

Status: IN

The divisor sum is seeded at 1 (since 1 is always a proper divisor for `num > 1`), and the loop starts at 2, avoiding a special case inside the loop.

Source: entries/2026/06/06/perfect-number-solution.md

JSON