You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if n <= 2000: return literal
if n <= 2000^2: check for factor in [2, 2000], return product if found
if n <= 4000: return 2000 + (n-2000)
return result of log algorithm