Catalan numbers/Pascal's triangle: Difference between revisions

m
added whitespace to the task's preamble.
m (added whitespace to the task's preamble.)
Line 2:
 
;Task:
Print out the first   '''15'''   Catalan numbers by extracting them from Pascal's triangle.
 
 
;See:
*   [http://milan.milanovic.org/math/english/fibo/fibo4.html Catalan Numbers and the Pascal Triangle].     This method enables calculation of Catalan Numbers using only addition and subtraction.
*   [http://mathworld.wolfram.com/CatalansTriangle.html Catalan's Triangle] for a Number Triangle that generates Catalan Numbers using only addition.
 
 
;See also:
* [http://mathworld.wolfram.com/CatalansTriangle.html Catalan's Triangle] for a Number Triangle that generates Catalan Numbers using only addition.