Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        $n = $key +1;
    }
    print "$sum_total\n";
    
  2. or download this
    use Math::Prime::Util::GMP qw/sigma/;
    print grep( { sigma($_)>2*$_ } 12 .. 28123 )."\n";
    __END__
    6965