Ordered Bell Number Calculator

Σ C(n,k) · OB(n-k)

CalculatorsFreeNo Signup
4.6(339 reviews)
All Tools

Loading tool...

About Ordered Bell Number Calculator

An ordered Bell number calculator computing OB(n) = Σ C(n,k)·OB(n-k). Equivalent to Fubini numbers but emphasizes the composition structure: choose a non-empty subset as the 'first tier', recurse on the rest. OB(3)=13. Client-side.

Ordered Bell Number Calculator Features

  • OB(n) value
  • Recurrence
  • Tier breakdown
  • Sequence
  • Composition link
Ordered Bell numbers OB(n): count ordered set partitions of [n]. Build by choosing first tier (non-empty subset), then ordering the rest: OB(n)=Σ_{k=1}^{n}C(n,k)·OB(n-k), OB(0)=1. Same as Fubini numbers with compositional emphasis.

How to Use

Enter n:

  • OB(n): Ordered Bell
  • Recurrence: Step-by-step
  • Tiers: By tier count

Recurrence

OB(n) = Σ_{k=1}^{n} C(n,k)·OB(n-k). Choose k items for the first 'tier' in C(n,k) ways, then order the remaining n-k items into tiers in OB(n-k) ways. This compositional recurrence is elegant and efficient.

Generating Function

EGF: Σ OB(n)·x^n/n! = 1/(2-e^x). The singularity at x=ln 2 determines asymptotics. This is one of the simplest EGFs with a natural combinatorial interpretation.

Step-by-Step Instructions

  1. 1Enter n.
  2. 2Compute OB(n).
  3. 3See recurrence.
  4. 4View tiers.
  5. 5Check sequence.

Ordered Bell Number Calculator — Frequently Asked Questions

How does this differ from Bell numbers?+

Bell B(n): unordered set partitions. Ordered Bell OB(n): ordered set partitions (tiers are ranked). So OB(n) = Σ k!·S(n,k) where we multiply by k! to order the k blocks. OB(n)/B(n) grows because ordering matters more as n grows.

What's the compositional view?+

Think of ordered compositions: at each step, choose a non-empty subset for the 'current tier', remove those elements, repeat. The first tier, second tier, etc. form the ordered partition. This naturally gives the recurrence OB(n) = Σ C(n,k)·OB(n-k).

Where do ordered Bell numbers appear?+

Ranking with ties (sports). Preference profiles (economics). Faces of the permutohedron (geometry). Compositional data analysis. Chain enumeration in partition lattice. They're ubiquitous in combinatorics.

Share this tool: