Help for this page

Select Code to Download


  1. or download this
    @_=(1);L:for(2..100){$i=0;while(@_>++$i){next L if!($_%$_[$i])}push@_,
    +$_}
    
  2. or download this
    @_=(1);L:for(2..100){$i=-@_;while(++$i){next L if!($_%$_[$i])}push@_,$
    +_}