RosettaCodeData/Task/Bell-numbers/BQN/bell-numbers.bqn
2025-02-27 18:35:13 -05:00

8 lines
172 B
BQN
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Bell {(+`´)(𝕩)1}
•Out "First 15 Bell numbers:"
•Show ¨ Bell 15
•Out ""
•Out "First 10 rows of the Bell triangle:"
•Show¨ Bell 10