Non-decimal radices/Output

for i in (0 .. 33) {
    printf(" %6b %3o %2d %2X\n", ([i]*4)...)
}