Abundant odd numbers: Difference between revisions

(→‎{{header|Pascal}}: insert PariGP section)
Line 3,938:
if(tcnt==brk2,print("The 1000th odd abundant number is ",n," with sigma = ",sigma(n) );next);
print(n," with sigma = ",sigma(n)));}
 
<\pre>
'''Output:'''
{{out}}
 
<pre>
(11:14) gp > genit(25,1000,1000000000 )
First 25 abundant odd numbers:
23

edits