Central binomial coefficient 2 by pooq

input""b
for j=1to b
input""c
a=1
for i=1to c
a=a*4-a*2/i
next
?a
next

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

download

return to the top page