Bell numbers: Difference between revisions

m
added whitespace, aligned text, corrected two misspellings.
m (added whitespace and Oxford comma.)
m (added whitespace, aligned text, corrected two misspellings.)
Line 7:
 
;E.G.:
:    '''{a b}'''     is the same as   '''{b a}''',   and    and '''{a} {b}'''   is the same as   '''{b} {a}'''.
:   '''{a} {b}'''   is the same as   '''{b} {a}'''.
 
 
;So:
: &nbsp; '''B<sub>0</sub> = 1''' &nbsp; trivially. &nbsp; There is only one way to partition a set with zero elements: &nbsp; '''{ }'''
: &nbsp; '''B<sub>1</sub> = 1''' &nbsp; There is only one way to partition a set with one element: &nbsp; &nbsp; '''{a}'''
: &nbsp; '''B<sub>2</sub> = 2''' &nbsp; Two elements may be partitioned in two ways: &nbsp; &nbsp; '''{a} {b}, &nbsp; &nbsp; {a b}'''
: &nbsp; '''B<sub>3</sub> = 5''' &nbsp; Three elements may be partitioned in five ways: &nbsp; &nbsp; '''{a} {b} {c}, &nbsp; &nbsp; {a b} {c}, &nbsp; &nbsp; {a} {b c}, &nbsp; &nbsp; {a c} {b}, &nbsp; &nbsp; {a b c}'''
: &nbsp; and so on.
 
Line 30 ⟶ 31:
 
;See also:
:* &nbsp; '''[[oeisOEIS:A000110|OEIS:A000110 Bell or exponential numbers]]'''
:* &nbsp; '''[[oeisOSIS:A011971|OEIS:A011971 Aitken's array]]'''
<br><br>