8 lines
172 B
BQN
8 lines
172 B
BQN
Bell ← {(+`⊢´⊸∾)⍟(↕𝕩)⋈1}
|
||
|
||
•Out "First 15 Bell numbers:"
|
||
•Show ⊑¨ Bell 15
|
||
|
||
•Out ""
|
||
•Out "First 10 rows of the Bell triangle:"
|
||
•Show¨ Bell 10
|