Catalan numbers/Pascal's triangle: Difference between revisions

m
→‎{{header|OCaml}}: missing lang tag added
(Reference to OEIS included)
m (→‎{{header|OCaml}}: missing lang tag added)
Line 1,099:
 
=={{header|OCaml}}==
<lang ocaml>
 
let catalan : int ref = ref 0 in
Printf.printf "%d ," 1 ;
Anonymous user