#359
The Quest for Perfect Numbers
 

Difficulty:Medium
Topics:Math and numbers


Mission: "The Quest for Perfect Numbers" menantang elo untuk menemukan semua "perfect number" hingga batas n. Sebuah "perfect number" adalah bilangan yang sama dengan jumlah dari semua pembaginya, kecuali bilangan itu sendiri.
test not run
(= (__ 10) [6]) ; 6 is the only perfect number less than 10
test not run
(= (__ 100) [6 28]) ; 6 and 28 are the perfect numbers less than 100
test not run
(= (__ 500) [6 28 496]) ; 6, 28, and 496 are the perfect numbers less than 500
test not run
(= (__ 1) []) ; No perfect numbers less than 1


Code which fills in the blank: