Tau function: Difference between revisions

m
(Add Draco)
Line 1,026:
print("Count of divisors for the first \(limit) positive integers:")
for n in 1..limit {
print(divisorCount(number: n).toStringToString().padLeftPadLeft(2, ' ') + " ", terminator: "")
print() when n % 20 == 0
}</lang>
Anonymous user