M
Mauricio Fernández
Florian said:Small one: (two more chars)
a=[];10.times{|n|a<<1;puts"
"*(9-n)*3+"%6d"*-~n%a;n.times{|i|a[n]+=a[n-=1]}}
Another obvious one:
(|i|) DUHa=[];10.times{|n|a<<1;puts" "*(9-n)*3+"%6d"*-~n%a;n.times{a[n]+=a[n-=1]}}
We're down to 73 now.