-module(t). -export([m/0]). m()->[io:format("~.*B ",[N,257])||N<-lists:seq(2,36)].