Help for this page

Select Code to Download


  1. or download this
    perl -le 'print map {$_*2+1} 1/2..13/2'
    
  2. or download this
    perl -le 'print 2*$_+1 for 1/2..13/2'