for i in `seq 1 9;seq 8 -1 1`;do printf "%$[8+$i]s\n" `seq -s '' 1 $i``seq -s '' $[$i-1] -1 1`;done