FF PP ZZ by yamaya

a=({0..9} {A..Z})
read n
set `seq $[n-1]`
for i;do
for j;do
printf \ ${a[i*j/n]}${a[i*j%n]}
done
echo
done|sed 's/ 0/  /g'

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page