Hardy and Ramanujan provided a famous asymptotic approximation to $P(n)$ the number of partitions of an integer $n$ when $n$ gets large. I wonder if there is an asymptotic approximation to $P_{\mathbb{N} \backslash \{1,2\}}(n)$ the number of partitions of integer $n$ that do not contain neither 1 nor 2. It is easy to prove that $P_{\mathbb{N} \backslash \{1,2\}}(n)/P(n)$ converges to some constant as $n$ goes to infinity. Simulations shows that this constant lies somewhere near 0.04.
2026-03-26 11:18:33.1774523913
asymptotic approximation for number of partitions of integer that do contain 1 nor 2
172 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in NUMBER-THEORY
- Maximum number of guaranteed coins to get in a "30 coins in 3 boxes" puzzle
- Interesting number theoretical game
- Show that $(x,y,z)$ is a primitive Pythagorean triple then either $x$ or $y$ is divisible by $3$.
- About polynomial value being perfect power.
- Name of Theorem for Coloring of $\{1, \dots, n\}$
- Reciprocal-totient function, in term of the totient function?
- What is the smallest integer $N>2$, such that $x^5+y^5 = N$ has a rational solution?
- Integer from base 10 to base 2
- How do I show that any natural number of this expression is a natural linear combination?
- Counting the number of solutions of the congruence $x^k\equiv h$ (mod q)
Related Questions in ASYMPTOTICS
- Justify an approximation of $\sum_{n=1}^\infty G_n/\binom{\frac{n}{2}+\frac{1}{2}}{\frac{n}{2}}$, where $G_n$ denotes the Gregory coefficients
- How to find the asymptotic behaviour of $(y'')^2=y'+y$ as $x$ tends to $\infty$?
- Correct way to prove Big O statement
- Proving big theta notation?
- Asymptotics for partial sum of product of binomial coefficients
- Little oh notation
- Recurrence Relation for Towers of Hanoi
- proving sigma = BigTheta (BigΘ)
- What's wrong with the boundary condition of this $1$st order ODE?
- Every linearly-ordered real-parametrized family of asymptotic classes is nowhere dense?
Related Questions in INTEGER-PARTITIONS
- What form does the Law of Total Probability take if the partition you use is generated by the random variable Y?
- Permutation induced by a partition
- Number of positive integral solutions of $a+b+c+d+e=20$ such that $a<b<c<d<e$ and $(a,b,c,d,e)$ is distinct
- On a theorem (1.7) in Macdonald's Symmetric Functions and Hall Polynomials
- Asymptotic behavior of the number of ways a real plane curve of degree $n$ can intersect a real line
- Sum of the hook-lengths of a partition $\lambda$
- On an example in Macdonald's Symmetric Functions and Hall Polynomials on Paritions and their Frobenius Notation
- To show that $\sum_{x \in \lambda}(h(x)^2 - c(x)^2)=|\lambda|^2$, $h(x)$ is hook-length & $c(x)$ content of $x$, a block in the diagram of $\lambda$
- Decompose the permutation module $M^{(2, 2)}$ into irreducible representations.
- What does s(n) = s(n) mean?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Your sequence is A008483 in the OEIS: https://oeis.org/A008483 . This entry gives the formula
$$ P_{\mathbb{N} \backslash \{1,2\}}(n) \sim {\pi^2 \over 12 \sqrt{3} n^2} \exp(\pi \sqrt{2n/3}) $$
and of course there is the well-known Hardy-Ramanujan formula
$$ P(n) \sim {1 \over 4n \sqrt{3}} \exp(\pi \sqrt{2n/3}). $$
Dividing these gives
$$ {P_{\mathbb{N} \backslash \{1,2\}}(n) \over P(n)} \sim {\pi^2 \over 3n} $$
and so the probability that a partition of $n$ doesn't contain $1$ or $2$ appears to behave like $1/n$ as $n \to \infty$.
As for why this should hold, there's a model of random partitions of larger integers that's of some interest. Let a partition be denoted by $(Y_1, Y_2, Y_3, \ldots)$ where $Y_j$ is the multiplicity of $j$. Set a parameter $q$ and let $P(Y_j = k) = (1-q^j) q^{jk}$ be independent random variables. (So Y_j is a geometric random variable with mean $q^j/(1-q^j)$). Then a partition generated by this procedure, conditional on it being a partition of $n$ (i. e. $\sum_j jY_j = n$) is actually a partition of $n$ chosen uniformly at random. I learned this model from Corteel, Pittel, Savage, and Wilf (1998) although they credit it to a 1993 paper of Fristedt; this is also what's known as a "Boltzmann sampler" for partitions. Now it turns out that setting $q = e^{-\pi/{\sqrt{6n}}}$ is a nice way of generating partitions at random which have size near $n$. Then we have
$$ P(Y_1 = 0, Y_2 = 0) = (1-q) (1-q^2) $$
and since $1-q \approx \pi/\sqrt{6n}$ and $1-q^2 \approx 2\pi/\sqrt{6n}$ we get $P(Y_1 = 0, Y_2 = 0) \approx \pi^2/3n$ as desired.
More generally, by a similar argument we should get that the probability of a partition of $n$ having no parts equal to $1, 2, \ldots, m$ is asymptotically $m! \pi^{m/2} / (6n)^{m/2}$ as $n \to \infty$.