Help for this page
Select Code to Download
Select
or
download this
perl -le 'print map {$_*2+1} 1/2..13/2'
Select
or
download this
perl -le 'print 2*$_+1 for 1/2..13/2'