x=1 for n=1,400 do x=x+n..""print(x:gsub(".",function(d)return" "..(":"):rep(d)end):sub(2))end