Given a sequence $\{i\}_{i\in\mathbb{N}}$. A new sequence $\{p_n\}_{n\in\mathbb{N}}$ is obtained from $\{i\}_{i\in\mathbb{N}}$ by omitting all multiples of $3$ or $4$, but not $5$. Find $p_{2021}$.
I try as follows.
Let $S=\{1, 2, 3, ...,2021\}$.
Let $A=\{3, 6, 9, ..., 2019\}$, $B=\{4, 8, 12,..., 2020\}$, $C=\{60, 120, 180,..., 1980\}$, then
$|A|=673$, $|B|=505$. $|C|=33$
The number of omitted is $|S|-|A|-|B|+|C|=2021-673-505+33=876$ $p_{2021}=2021+|S|-|A|-|B|+|C|=2021+2021-673-505+33=2897$.
I'm very not sure with my answer. Anyone can help me?