Central binomial coefficient 2 by pooq

pull
do 15
pull x
a=1
do i=1 to x
a=a*(4-2/i)
end
say a%1
end

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

download

return to the top page