Catalan numbers: Difference between revisions

m
Line 563:
print n, " ", c[n]
 
next n</syntaxhighlight>
{{out| Output}}<pre>0 1
 
1 1
end</syntaxhighlight>
2 2
3 5
4 14
5 42
6 132
7 429
8 1430
9 4862
10 16796
11 58786
12 208012
13 742900
14 2674440
15 9694845</pre>
 
==={{header|FreeBASIC}}===
305

edits