Abundant odd numbers: Difference between revisions

Content added Content deleted
Line 6,319: Line 6,319:
Print "\nThe one thousandth abundant odd number is: "; n
Print "\nThe one thousandth abundant odd number is: "; n
For n = 1000000001 Step 2)
For n = 1000000001 Step 2
Until n < FUNC(_SumProperDivisors(n))
Until n < FUNC(_SumProperDivisors(n))
Next
Next