13 lines
760 B
Text
13 lines
760 B
Text
;Task:
|
|
Print out the first '''15''' Catalan numbers by extracting them from Pascal's triangle.
|
|
|
|
|
|
;See:
|
|
* [https://archive.is/0IrNp Catalan Numbers and the Pascal Triangle]. <!-- Relation Pascal Triangle and the Catalan Numbers Radoslav Jovanovic --> This method enables calculation of Catalan Numbers using only addition and subtraction.
|
|
<!-- '''http://milan.milanovic.org/math/english/fibo/fibo4.html is broken. -->
|
|
* [http://mathworld.wolfram.com/CatalansTriangle.html Catalan's Triangle] for a Number Triangle that generates Catalan Numbers using only addition.
|
|
* Sequence [http://oeis.org/A000108 A000108] on OEIS has a lot of information on Catalan Numbers.
|
|
|
|
;Related Tasks:
|
|
[[Pascal's triangle]]
|
|
<br><br>
|