Half Sierpinski by uru

package
main
import."bignum"func
main(){for i:=31;i>=0;i--{j,s:=0,"";for;j<=i;j++{k:=Binomial(uint(i),uint(j)).Value()&1;s+=" #"[k:k+1]}println(s)}}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page