Catalan numbers: Difference between revisions

m
→‎{{header|Factor}}: cull redundant output
(→‎{{header|Factor}}: add the binomial coefficient method)
m (→‎{{header|Factor}}: cull redundant output)
Line 1,786:
</pre>
 
This is theThe last method, memoized by using arrays.
<lang factor>USING: kernel math prettyprint sequences ;
 
Line 1,798:
15 Catalan .</lang>
{{out}}
Similar to above.
<pre>
V{
1
1
2
5
14
42
132
429
1430
4862
16796
58786
208012
742900
2674440
}</pre>
 
=={{header|Fantom}}==
1,827

edits