Chernick's Carmichael numbers: Difference between revisions

m
Formatting.
(Added reference to library.)
m (Formatting.)
Line 846:
 
var m: Natural = 0
var incr = (if n >= 5: 5 else: 1) * Factors[n] # For n >= 5, a(n) is a multiple of 5.
 
while true:
Anonymous user