← Back to Algorithms

Digit Sum Inequality Checker

Testing if 10·S₅(n) + 12·S₂(n) - 5·S₃(n) ≥ -12 for all n

10·S₅(n) + 12·S₂(n) - 5·S₃(n) ≥ -12
Where Sᵦ(n) = sum of digits of n in base b
Optimization: Only checks n ≡ 2 (mod 3) since other values cannot achieve minimum. Uses Web Workers for parallel computation in your browser.
Current n
-
Progress
0%
Speed
-
Workers
0
Minimum Value
-
At n =
-
Notable Values (≤ 0)
Search results will appear here...
vloading… - Client-side Web Worker computation