Let $\sigma(x)$ denote the sum of the divisors of $x \in \mathbb{N}$. Denote the abundancy index of $y \in \mathbb{N}$ by $I(y)=\sigma(y)/y$.
If $\sigma(N)=2N$, then $N$ is said to be perfect.
Euler proved that every odd perfect number has the form $q^k n^2$ where $q$ is prime (called the Euler prime) with $q \equiv k \equiv 1 \pmod 4$ and $\gcd(q,n)=1$.
If $k=1$, then since $q \geq 5$, then we have $$I(q)I(n^2)=2 \Longleftrightarrow I(n^2)=\dfrac{2q}{q+1} \geq \dfrac{5}{3}.$$
If $k>1$, then we can use the bound $$I(q^k) < \dfrac{q}{q-1} \leq \dfrac{5}{4}$$ so that $$I(n^2)=\dfrac{2}{I(q^k)} > \dfrac{2(q-1)}{q} \geq \dfrac{8}{5}.$$
Here is my question:
If $q^k n^2$ is an odd perfect number with Euler prime $q$, does $I(n^2) \geq 5/3$ imply $k=1$?