Catalan numbers/Pascal's triangle: Difference between revisions

m
→‎{{header|REXX}}: spelled out the abbreviation in a REXX version (header).
(Added Algol 68)
m (→‎{{header|REXX}}: spelled out the abbreviation in a REXX version (header).)
Line 1,031:
'''output''' is the same as the 1<sup>st</sup> version.
 
===binomial coeff.coefficients, memoized===
This REXX version uses memoization for the calculation of factorials.
<lang rexx>/*REXX program obtains/displays Catalan numbers from Pascal's triangle.*/