2 lines
51 B
Text
2 lines
51 B
Text
|
|
func bell(n) { sum(0..n, {|k| stirling2(n, k) }) }
|
|
|
func bell(n) { sum(0..n, {|k| stirling2(n, k) }) }
|