3 lines
99 B
Text
3 lines
99 B
Text
F(n)=my(fmt=Str("%"1+#Str(n*(n+1)/2)"d"),t);for(i=1,n,for(j=1,i,printf(fmt,t++));print)
|
|
F(5)
|
|
F(14)
|