Data update
This commit is contained in:
parent
8e4e15fa56
commit
72eb4943cb
1853 changed files with 35514 additions and 9441 deletions
|
|
@ -11,6 +11,8 @@ val listproper = fn(x) {
|
|||
writeln "The proper divisors of the following numbers are :"
|
||||
writeln listproper(10)
|
||||
|
||||
exit 0
|
||||
|
||||
var mx = 0
|
||||
var most = []
|
||||
for n in 2 .. 20_000 {
|
||||
|
|
@ -22,5 +24,5 @@ for n in 2 .. 20_000 {
|
|||
}
|
||||
}
|
||||
|
||||
writeln "The following number(s) <= 20000 have the most proper divisors ({{mx}})"
|
||||
writeln "The following number(s) <= 20000 have the most proper divisors ({{max}})"
|
||||
writeln most
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue