Fact-checked by Grok 2 weeks ago

Partition of a set

In , a partition of a set S is a collection of non-empty of S that are pairwise disjoint and whose equals S. This means every element of S belongs to exactly one in the collection, ensuring a complete and non-overlapping division of the set. Partitions are intimately connected to : every on a set induces a unique where the are the equivalence classes, and conversely, every defines an by declaring elements equivalent if they lie in the same . This correspondence underpins much of their utility in and . The enumeration of set partitions is a central topic in . The total number of partitions of a with n elements is given by the n-th B_n, which counts all possible ways to divide the set into non-empty subsets regardless of the number of parts. More specifically, the number of partitions into exactly k non-empty subsets is the of the second kind S(n, k), and the Bell numbers satisfy B_n = \sum_{k=0}^n S(n, k). These numbers arise in diverse problems, such as distributing distinct objects into indistinguishable bins. Set partitions find applications across mathematics and related fields, including probabilistic models and in combinatorial optimization. They also play a role in the study of symmetric groups and representation theory, where partitions label irreducible representations.

Basic Concepts

Definition

A partition of a set S is a collection of non-empty subsets of S that are pairwise disjoint and whose union equals S. This means the subsets divide S into distinct, non-overlapping parts that together cover every element exactly once. Formally, if P = \{ A_i \mid i \in I \} is a partition of S, where I is an indexing set, then A_i \cap A_j = \emptyset for all distinct i, j \in I, \bigcup_{i \in I} A_i = S, and each A_i \neq \emptyset. The non-emptiness condition ensures that no subset is trivial or redundant in covering S, while the disjointness prevents any element from belonging to multiple subsets, and the union requirement guarantees exhaustiveness, so no element of S is omitted. The requirement for non-empty subsets arises because including the empty set would not affect the but would violate the principle of a proper division into meaningful parts; similarly, exhaustiveness ensures the fully accounts for S without gaps. This structure underpins the correspondence between partitions and equivalence relations, where each part corresponds to an .

Notation and Terminology

In standard , the collection of all partitions of a S is often denoted by \Pi(S) or P(S). For a partition P of S, the |P| represents the number of blocks in P, while the type of P is defined as the of the sizes of its blocks, providing a way to classify partitions up to the specific elements involved. The fundamental components of a partition are its blocks, which are the non-empty, pairwise disjoint subsets whose union is exactly S. A block containing a single element is termed a singleton. Partitions are partially ordered by the refinement relation: a partition P is finer than another partition Q (or equivalently, Q is coarser than P) if every block of P is a subset of some block of Q; this ordering forms the partition lattice. Given a P of S and a A \subseteq S, the restriction of P to A, denoted P \upharpoonright A or P \restriction A, is the partition of A induced by taking the non-empty intersections of the blocks of P with A. It is important to distinguish set partitions from integer partitions in combinatorics: while integer partitions represent ways of writing a positive integer n as a of positive integers (disregarding ), set partitions divide a set into unlabeled, unordered blocks without regard to the elements' labels or the blocks' arrangement, focusing instead on the grouping structure.

Examples

Simple Examples

To illustrate the concept of a set partition, consider the smallest non-trivial case: a set with two elements, such as S = \{a, b\}. There are exactly two possible partitions of this set. The first is the trivial partition consisting of a single block containing all elements: \{\{a, b\}\}. The second is the discrete partition into singletons: \{\{a\}, \{b\}\}. For a three-element set, such as S = \{1, 2, 3\}, there are five distinct partitions, reflecting the Bell number B_3 = 5, which counts the total number of partitions of a set with three elements. These are:
  • The single-block partition: \{\{1, 2, 3\}\}
  • The partitions into one doubleton and one singleton: \{\{1, 2\}, \{3\}\}, \{\{1, 3\}, \{2\}\}, and \{\{2, 3\}, \{1\}\}
  • The discrete partition into three singletons: \{\{1\}, \{2\}, \{3\}\}
A common way to visualize these partitions for \{1, 2, 3\} is through set notation or simple diagrams resembling disjoint regions. For instance, the partition \{\{1, 2\}, \{3\}\} can be represented as two disjoint blocks:
Block 1: {1, 2}
Block 2: {3}
Similarly, the full discrete partition appears as three separate singleton blocks:
Block 1: {1}
Block 2: {2}
Block 3: {3}
Such representations emphasize the disjointness and coverage of the original set without overlap. It is important to note that partitions are unordered collections of subsets; thus, the order of blocks or elements within blocks does not affect equality. For example, \{\{1, 2\}, \{3\}\} is identical to \{\{3\}, \{1, 2\}\}, and \{1, 2\} is the same block as \{2, 1\}. This unordered nature distinguishes partitions from ordered tuples or sequences.

Partitions of Larger Sets

To illustrate the diversity of partitions for larger sets, consider the set S = \{a, b, c, d\}. One partition consists of all singletons: \{\{a\}, \{b\}, \{c\}, \{d\}\}, where each element forms its own block. Another type features one doubleton and two singletons, such as \{\{a, b\}, \{c\}, \{d\}\}, emphasizing how elements can be paired while leaving others isolated. A further variation includes two doubletons, like \{\{a, b\}, \{c, d\}\}, pairing all elements into equal-sized blocks. Partitions of such sets exhibit patterns based on block sizes, distinguishing balanced structures—where blocks are as equal in size as possible, such as the two doubletons example above—from unbalanced ones, like a tripleton with a singleton \{\{a, b, c\}, \{d\}\}, which creates disparity in block cardinalities. These patterns highlight the flexibility in grouping elements while maintaining disjointness and coverage. For intuition, partitions resemble dividing a of four students into groups by skill levels: all individuals working alone (singletons), two pairing up while others remain solo (one doubleton and singletons), or two pairs forming balanced teams (two doubletons), ensuring every student is assigned without overlap. The following table enumerates all partitions of \{a, b, c, d\}, grouped by block size compositions (in nonincreasing order), using set notation for clarity:
Block SizesPartitions
4\{\{a, b, c, d\}\}
3+1\{\{a, b, c\}, \{d\}\}
\{\{a, b, d\}, \{c\}\}
\{\{a, c, d\}, \{b\}\}
\{\{b, c, d\}, \{a\}\}
2+2\{\{a, b\}, \{c, d\}\}
\{\{a, c\}, \{b, d\}\}
\{\{a, d\}, \{b, c\}\}
2+1+1\{\{a, b\}, \{c\}, \{d\}\}
\{\{a, c\}, \{b\}, \{d\}\}
\{\{a, d\}, \{b\}, \{c\}\}
\{\{b, c\}, \{a\}, \{d\}\}
\{\{b, d\}, \{a\}, \{c\}\}
\{\{c, d\}, \{a\}, \{b\}\}
1+1+1+1\{\{a\}, \{b\}, \{c\}, \{d\}\}

Equivalence Relations and Partitions

The Correspondence

A fundamental connection exists between equivalence relations and partitions of a set. Given a nonempty set S and an equivalence relation \sim on S, the equivalence classes = \{ y \in S \mid y \sim x \} for each x \in S form the blocks of a partition of S. These classes are nonempty by reflexivity, disjoint by the properties of equivalence (if two classes overlapped, transitivity would merge them), and their union covers S by totality of the relation. Conversely, for any P of S, consisting of nonempty disjoint subsets whose is S, one can define an \sim_P on S by declaring x \sim_P y x and y belong to the same in P. This relation is reflexive (each element is in its own block), symmetric (blocks are undirected), and transitive (elements in the same block stay within it). These constructions establish a between the set of all equivalence relations on S and the set of all of S. The map sending an equivalence relation to its partition of equivalence classes is injective, as distinct relations yield distinct class collections (different groupings imply different relations), and surjective, as every partition arises from its induced relation. Similarly, the reverse map is bijective by construction, confirming the one-to-one correspondence. This duality underscores that equivalence relations and are theoretically interchangeable representations of the same clustering structure on S. The recognition of this bijection as a core principle in set theory developed in the early 20th century, building on Georg Cantor's foundational work on set equivalence in the 1890s, with explicit terminology and formalization appearing in modern texts from the 1930s onward, such as those standardizing "equivalence relation" around that period.

Constructing Partitions from Relations

Given an equivalence relation \sim on a set S, the partition induced by \sim consists of the equivalence classes = \{ y \in S \mid y \sim x \} for each x \in S. To construct this partition explicitly, begin with the set S and select an arbitrary element x \in S; form the equivalence class by identifying all elements in $S$ that are related to $x$ via $\sim$ (accounting for reflexivity, symmetry, and transitivity to ensure completeness). Remove and all its elements from consideration, then repeat the process with a remaining element until S is exhausted; the resulting collection of disjoint equivalence classes forms the partition. For instance, consider S = \{1, 2, 3\} with the relation specified by $1 \sim 2 and $2 \sim 3; applying the yields $1 \sim 3, so the single {{grok:render&&&type=render_inline_citation&&&citation_id=1&&&citation_type=wikipedia}} = {{grok:render&&&type=render_inline_citation&&&citation_id=2&&&citation_type=wikipedia}} = {{grok:render&&&type=render_inline_citation&&&citation_id=3&&&citation_type=wikipedia}} = \{1, 2, 3\}, producing the \{\{1, 2, 3\}\}. In the reverse direction, starting from the P = \{\{1, 2\}, \{3\}\} on S, define the \sim_P by x \sim_P y x and y belong to the same of P. This is reflexive (each x is in its own ), symmetric (blocks are unordered), and transitive (elements in the same remain so under chaining), confirming \sim_P is an whose classes recover P. This construction establishes a between equivalence relations on S and partitions of S, as detailed in the correspondence between the two structures. Furthermore, the of all partitions of S (ordered by refinement, where finer partitions are below coarser ones) is isomorphic to the of all equivalence relations on S (or congruences), with the meet and join operations corresponding via the blocks and transitive closures, respectively.

Operations on Partitions

Refinement

In the theory of set partitions, a partition Q of a set S is a refinement of another P of S, written Q \preceq P, if every block of Q is contained as a in some block of P. This means that Q can be obtained from P by further subdividing the blocks of P, resulting in a finer grouping of the elements of S. The refinement relation defines a partial order on the set of all of S, turning it into a (poset), often called the lattice \Pi_{|S|}. The partial induced by refinement is reflexive, as every refines itself, since each of its is contained in itself. It is also transitive: if Q \preceq P and P \preceq R, then every block of Q is contained in a block of P, which in turn is contained in a block of R, so every block of Q is contained in a block of R. Additionally, the is antisymmetric, ensuring that if Q \preceq P and P \preceq Q, then Q = P. These properties make the refinement poset a structure with well-defined meets and joins corresponding to common coarsenings and refinements, respectively. In the refinement poset, the minimal element is the discrete partition, which consists of |S| singleton blocks \{\{x\} \mid x \in S\}, as no finer partition exists. The maximal element is the indiscrete partition \{\{S\}\}, the coarsest possible grouping with a single block containing all elements. For a concrete illustration, consider S = \{1,2,3,4\}, with P = \{\{1,2\}, \{3,4\}\} and Q = \{\{1\}, \{2\}, \{3,4\}\}. Here, Q \preceq P holds because \{1\} \subseteq \{1,2\}, \{2\} \subseteq \{1,2\}, and \{3,4\} = \{3,4\}, but the reverse does not, since \{1,2\} is not contained in any single block of Q. This example demonstrates how refinement captures the idea of splitting blocks to achieve greater detail in partitioning.

Coarsening

In the theory of set partitions, a partition P of a set S is a coarsening of another Q of S (denoted P \geq Q) if every of P is a of one or more blocks of Q. This operation merges blocks of Q to form larger blocks in P, reducing the number of blocks while preserving the underlying set S. Coarsening is the dual operation to refinement in the partially ordered set (poset) of all partitions of S, ordered by refinement where Q \leq P if Q refines P (every block of Q is contained in some block of P). This poset is a , with the meet of two partitions being their coarsest common refinement (the partition formed by taking all nonempty intersections of blocks from the two partitions) and the join being their finest common coarsening (the partition generated by the transitive closure of the union of the corresponding equivalence relations). For example, the partition \{\{1,2,3,4\}\} is a coarsening of \{\{1,2\}, \{3,4\}\} because the single block \{1,2,3,4\} is the union of the two blocks in the finer partition. To obtain a coarsening of a partition Q, select compatible groups of blocks from Q (subsets of blocks whose elements can be merged without violating the partition structure) and replace each group with their union, ensuring the resulting collection remains a partition of S.

Special Partitions

Noncrossing Partitions

A noncrossing of a linearly ordered set S = \{1 < 2 < \dots < n\} is a where no two blocks cross, meaning there do not exist elements a < b < c < d such that either a and c are in one block and b and d are in another block, or a and d are in one block and b and c are in another block. This condition ensures that the blocks respect the linear order without interleaving. Geometrically, noncrossing partitions can be visualized by placing the elements $1 to n consecutively around a circle and connecting elements within the same block by chords; the partition is noncrossing if these chords do not intersect except possibly at the vertices. This representation highlights their combinatorial significance, as the non-intersecting chords correspond to planar embeddings, linking noncrossing partitions to other Catalan structures like polygon triangulations. For n=4, the partition \{\{1,2\}, \{3,4\}\} is noncrossing, as the blocks are contiguous and non-interleaving in the order. In contrast, \{\{1,3\}, \{2,4\}\} is crossing, since $1 < 2 < 3 < 4 with $1 \sim 3 and $2 \sim 4, violating the noncrossing condition. The number of noncrossing partitions of an n-element set is given by the n-th Catalan number C_n = \frac{1}{n+1} \binom{2n}{n}. This enumeration satisfies the recurrence relation C_n = \sum_{i=0}^{n-1} C_i C_{n-1-i}, with C_0 = 1.

Interval Partitions

In the context of set partitions, an interval partition of the linearly ordered set S = \{1 < 2 < \dots < n\} is a partition whose blocks are nonempty intervals of consecutive elements, meaning each block takes the form \{k, k+1, \dots, m\} for integers $1 \leq k \leq m \leq n. This restricts the blocks to contiguous segments, preserving the natural order of the elements. For example, with n=5, the collection \{\{1,2,3\}, \{4\}, \{5\}\} forms an interval partition, as each block consists of consecutive integers. Interval partitions correspond bijectively to the integer compositions of n, where the sizes of the blocks match the parts of the composition; for instance, the above example corresponds to the composition (3,1,1). Consequently, the total number of interval partitions of is $2^{n-1}, obtained by choosing whether to place a separator in each of the n-1 gaps between the elements. All interval partitions are noncrossing, since their disjoint consecutive blocks cannot interleave in a way that violates the noncrossing condition (no four elements i < j < k < l with i \sim l and j \sim k in different blocks). However, the reverse does not hold, as noncrossing partitions may include blocks that are non-consecutive yet non-interleaving. The collection of all interval partitions forms a sublattice of the full under the refinement order, where one partition refines another if every block of the former is contained in some block of the latter. Interval partitions find applications in areas requiring segmentation of ordered data, such as time series analysis, where partitioning a sequence into consecutive segments identifies regimes or changes in behavior. For instance, optimal algorithms for dividing data points on an interval into subintervals often rely on dynamic programming tailored to interval structures, enabling efficient computation for tasks like signal processing or forecasting.

Enumeration

Stirling Numbers of the Second Kind

The Stirling numbers of the second kind, denoted S(n,k), count the number of ways to partition a set of n elements into exactly k nonempty unlabeled subsets. These numbers satisfy the recurrence relation S(n,k) = k \cdot S(n-1,k) + S(n-1,k-1) for $1 \leq k \leq n, with boundary conditions S(n,0) = 0 for n > 0, S(0,k) = \delta_{0k} (where \delta is the ), S(n,1) = 1, and S(n,n) = 1. The values of S(n,k) for small n and k are given in the following table:
n \setminus k12345
11
211
3131
41761
511525101
For example, S(4,2) = 7. A for fixed n is \sum_{k=0}^{n} S(n,k) \frac{x^k}{k!} = \frac{(e^x - 1)^n}{n!}. For fixed k, as n \to \infty, the asymptotic approximation is S(n,k) \sim \frac{k^n}{k!}.

The B_n denotes the total number of partitions of a set with n elements and is defined as B_n = \sum_{k=0}^n S(n,k), where S(n,k) counts the partitions into exactly k nonempty subsets ( of the second kind). This summation aggregates all possible block sizes, providing the overall enumeration of set partitions. The of Bell numbers begins 1, 1, 2, 5, 15, 52, ... and grows rapidly. The values up to n=10 are presented in the following table:
nB_n
01
11
22
35
415
552
6203
7877
84140
921147
10115975
These values are listed in OEIS A000110. Bell numbers satisfy the recurrence relation B_n = \sum_{k=0}^{n-1} \binom{n-1}{k} B_k, with B_0 = 1, which arises from considering the block containing a distinguished element and partitioning the remainder. Another explicit formula is Dobiński's formula: B_n = \frac{1}{e} \sum_{k=0}^\infty \frac{k^n}{k!}, derived from properties of the exponential generating function for set partitions. The asymptotic growth of Bell numbers is captured by B_n \sim \frac{n!}{(2\pi r^2 e^r)^{1/2} r^n} e^{e^r - 1}, where r is the unique positive solution to r e^r = n (equivalent to r = W(n), with W the W-function). This formula, established by Moser and Wyman, indicates super-exponential growth dominated by the term e^{e^r - 1}, reflecting the explosive increase in partition counts as n grows, since r \sim \ln n - \ln \ln n + o(1). For computation, the recurrence enables efficient evaluation using dynamic programming in O(n^2) time, supporting calculations for n up to several hundred on modern hardware./01%3A_Fundamentals/1.05%3A_Bell_Numbers)

References

  1. [1]
    [PDF] Modern algebra I Lecture 2: Cardinality, partitions, binary operations
    Oct 1, 2024 · Definition 2.2. A partition of a set S is a collection of subsets of S such that every element of S is an element of exactly one of the subsets ...
  2. [2]
    [PDF] CMSC 250: Set Theory and Proofs - UMD MATH
    Mar 13, 2023 · Definition 5.0.1. A partition of a set A is a choice of dividing the elements of A into pairwise disjoint nonempty subsets whose union is A.<|control11|><|separator|>
  3. [3]
    6.2. Sets and Relations - OpenDSA
    A partition of a set S is a collection of subsets that are disjoint from each other and whose union is S. An equivalence relation on set S partitions the set ...
  4. [4]
    [PDF] 2.9. Set Decomposition: Partitions and Relations
    Feb 23, 2024 · a set determines a partition and, conversely, a partition of a set determines an equivalence relation. Definition 2.47. Let S be a nonempty set.
  5. [5]
    1.4 Bell numbers
    Definition 1.4.1 A partition of a set S is a collection of non-empty subsets Ai⊆S, 1≤i≤k (the parts of the partition), such that ⋃ki=1Ai=S and for every i≠j ...
  6. [6]
    [PDF] Lecture 4 1 Stirling Numbers
    Feb 10, 2011 · Definition 5 S(n, k), the Stirling number of the second kind, is defined to be the number of partitions of [n] into exactly k nonempty subsets.
  7. [7]
    [PDF] MATH 2420 Discrete Mathematics
    It provides the basis for constructing partitions of sets. A partition is a collection of mutually disjoint sets that when unioned together form the whole ...
  8. [8]
    [PDF] SOME PROBABILISTIC ASPECTS OF SET PARTITIONS
    Mar 11, 1996 · A random partition of Nn is a random variable with values in the set Pn of partitions of Nn. The distribution of then refers to the collection ...
  9. [9]
    [PDF] Ordered structures and partitions - MIT Mathematics
    This theory comprehends many apparently disparate topics in combi- natorial theory, including (1) ordinary partitions, (2) ordered partitions (compositions), (3) ...
  10. [10]
    Partition of a set, definition not clear - Math Stack Exchange
    Oct 22, 2012 · A partition of a set is a collection of non-empty subsets of the set (called "parts") which are exhaustive and mutually exclusive (pairwise disjoint).
  11. [11]
    [PDF] A (Leibnizian) Theory of Concepts∗ - The Metaphysics Research Lab
    mentators on Leibniz, we shall not just stipulate that individual concepts are partitioned into compossibility (equivalence) classes but rather define.
  12. [12]
    Zermelo's Axiomatization of Set Theory
    Jul 2, 2013 · The first axiomatisation of set theory was given by Zermelo in his 1908 paper “Untersuchungen über die Grundlagen der Mengenlehre, I”
  13. [13]
    [PDF] Enumerative Combinatorics Volume 1 second edition - Mathematics
    Chapter 1. What is Enumerative Combinatorics? 1.1. How to count. 9. 1.2. Sets and multisets. 23. 1.3. Cycles and inversions.
  14. [14]
    [PDF] Chapter 5: Integer Compositions and Partitions and Set Partitions
    The Bell number Bn is the total number of set partitions of [n] into any number of blocks: Bn = S(n,0) + S(n,1) + ··· + S(n,n). Total: B4 = 1 + 7 + 6 + 1 ...
  15. [15]
    [PDF] MATH315-Notes 09/25/17 - TigerWeb
    different ways, any set partition of [n] into exactly k nonempty boxes corresponds to k! ... Since the order of the boxes doesn't matter, we can just record the ...
  16. [16]
  17. [17]
    [PDF] Random permutations and partition models
    In this way, the 15 partitions of [4] may be grouped into five orbits or equivalence classes as follows: 1234, 123|4 [4], 12|34 [3], 12|3|4 [6], 1|2|3|4. Thus, ...
  18. [18]
  19. [19]
    Equivalence: an attempt at a history of the idea | Synthese
    Jan 19, 2018 · The originator of “the general technique of appealing to equivalence classes” is much disputed. Fowler's candidate is Dedekind. Dummett's choice ...
  20. [20]
  21. [21]
    (PDF) An Algorithm to Find Equivalence Classes - ResearchGate
    Aug 7, 2025 · The purpose of this algorithm is to Find the equivalence class of a particular element in a set and all disjoint classes of a set.
  22. [22]
    [PDF] arXiv:1501.05284v4 [math.RA] 14 Feb 2017
    Feb 14, 2017 · This lattice is called the partition lattice on S, and is denoted Π(S). By the standard correspondence between partitions and equivalence ...<|control11|><|separator|>
  23. [23]
    Lengyel's Constant -- from Wolfram MathWorld
    Let L denote the partition lattice of the set {1,2,...,n}. The maximum element of L is M={{1,2,...,n}} (1) and the minimum element is m={{1},{2},...,{n}}.
  24. [24]
    partitions form a lattice - PlanetMath
    Mar 22, 2013 · Let S S be a set. Let Part(S) Part ⁡ ( S ) be the set of all partitions on S S . Since each partition is a cover of S S , Part(S) Part ⁡ ( S ) ...
  25. [25]
    [PDF] Noncrossing Partitions in Surprising Locations - UCSB Math
    3. NONCROSSING PARTITIONS. We are now ready to define a noncrossing partition. Following traditional combinatorial practice we use [n] to denote the set.
  26. [26]
    [PDF] On the noncrossing partitions of a cycle
    Abstract. This article defines the paritions of a finite set structured in a cycle which possesses the property that a pair of points belonging to a class.
  27. [27]
    Relations between cumulants in noncommutative probability
    An interval partition is a partition π for which every block is an interval. ... set partition π and a linear order λ on its blocks. An ordered partition ...
  28. [28]
    [PDF] Relations between cumulants in noncommutative probability
    Aug 13, 2014 · (7) An interval partition is a partition π for which every block is an interval. The set of interval partitions of [n] is denoted by I(n) and is ...
  29. [29]
    Cumulant–Cumulant Relations in Free Probability Theory from ...
    Jun 2, 2021 · A partition consisting of interval blocks only is called an interval partition. We call \pi a non-crossing partition if for every 1\le i< j ...
  30. [30]
    [PDF] An Algorithm for Optimal Partitioning of Data on an Interval - arXiv
    As we have seen dynamic programming gives a good (polynomial) algorithm for finding an optimal partition of data on an interval for any fitness function V ...
  31. [31]
    Stirling Number of the Second Kind -- from Wolfram MathWorld
    The number of ways of partitioning a set of n elements into m nonempty sets (ie, m set blocks), also called a Stirling set number.
  32. [32]
    Stirling numbers of the second kind - PlanetMath.org
    Mar 22, 2013 · The Stirling numbers of the second kind can be characterized as the coefficients involved in the corresponding change of basis matrix.
  33. [33]
    4. Asymptotic Approximations
    Jun 1, 2022 · 4.2 Asymptotic Expansions. ; Stirling numbers of the second kind, {Nk}∼kNk!for k=O(1) ; Bernoulli numbers, B2N=(−1)N(2N)!(2π)2N(−2+O(4−N)).
  34. [34]
    Bell Number -- from Wolfram MathWorld
    The number of ways a set of n elements can be partitioned into nonempty subsets is called a Bell number and is denoted B_n.Missing: Dobinski growth
  35. [35]
    A000110 - OEIS
    ### Summary of Set Partitions for n=4 from OEIS A000110
  36. [36]
    [PDF] An asymptotic formula for the Bell numbers - OEIS
    In the present paper a complete asymptotic expansion for the Bell numbers will be obtained by an entirely different method. (2.5) F(0) = exp(Re) ine exp R.Missing: Landau | Show results with:Landau