-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproblem.tex
More file actions
21 lines (18 loc) · 792 Bytes
/
problem.tex
File metadata and controls
21 lines (18 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\documentclass[11pt]{amsart}
\begin{document}
Let $\mathbb{N} = \{0,1,2,\dots\}$.
For $k \in \mathbb N$,
let $B_{2k} \in \mathbb{Q}$ denote the $(2k)$\textsuperscript{th} Bernoulli number.
For $m \in \mathbb{N}$, we say that a prime $p$ is $m$-regular if
$p$ is odd and $p$ doesn't divide the numerator of $B_{2k}$
for each $k \in \mathbb N$ satisfying
$1 \le 2k \le \min\left( m, p-3\right)$.
Fix a real number $\alpha > 1/2$ and define
\[ M_{\alpha}(p) := \left\lfloor \frac{\sqrt{p}}{(\log p)^{\alpha}}\right\rfloor \in \mathbb{N}. \]
Prove that for real numbers $X \to +\infty$,
\[
\#\left\{ p\le X \text{ prime}: p \text{ is not $M_{\alpha}(p)$-regular} \right\}
= O\left( \frac{X}{(\log X)^{2 \alpha}} \right)
\]
where the implied constant may depend on $\alpha$.
\end{document}