Abundant odd numbers: Difference between revisions

Content added Content deleted
(→‎{{header|Pascal}}: insert PariGP section)
Line 3,938: Line 3,938:
if(tcnt==brk2,print("The 1000th odd abundant number is ",n," with sigma = ",sigma(n) );next);
if(tcnt==brk2,print("The 1000th odd abundant number is ",n," with sigma = ",sigma(n) );next);
print(n," with sigma = ",sigma(n)));}
print(n," with sigma = ",sigma(n)));}

<\pre>
'''Output:'''
{{out}}

<pre>
(11:14) gp > genit(25,1000,1000000000 )
(11:14) gp > genit(25,1000,1000000000 )
First 25 abundant odd numbers:
First 25 abundant odd numbers: