The problem is that in order for a higher cost route to be eligible for unequal cost load balancing, it must be a feasible successor.
To be a feasible successor, the route must have an advertised distance which is lower than the feasible distance of the best route.
(FD/AD)
using Router A (2172416/28160)
using Router C (2684416/2172416)
Notice how the advertised distance of the Router C path is not lower (it's the same) than the feasible distance of the Router A path?
That is what's keeping it from working.
You'll either have to reduce the delay of the Router C path, make bandwidth more of a factor (raise K1 to a "2"), or just stop considering delay in the calculation.