6 lines
95 B
Text
6 lines
95 B
Text
go2 =>
|
|
foreach(N in 100..100..1000)
|
|
F = farey(N),
|
|
println(N=F.length)
|
|
end,
|
|
nl.
|