Call a number $N$ perfect if $\sigma(N)=2N$ where $\sigma$ is the classical sum-of-divisors function.
If $N = q^k n^2$ is an odd perfect number, can $q = 73$ hold?
Here is my attempt:
Since $37=(q+1)/2 \mid \sigma(q^k)/2 \mid n$, it follows that $${37}^2 \mid n^2 \mid q^k n^2 = N$$ where we have used the fact that an odd perfect number only has one Euler prime.
Using factor/sigma chains, I get:
$$\sigma({37}^2) = 1407 = {3}\cdot{7}\cdot{67} \mid N$$ Again, we use the fact that none of the resulting factors from the chain are the same as the Euler prime $q = 73$: $$3^2 \mid n^2$$ $$7^2 \mid n^2$$ $${67}^2 \mid n^2$$
Again, via chaining we obtain:
$$\sigma(3^2) = 13 \Longrightarrow {13}^2 \mid n^2$$ $$\sigma(7^2) = 57 = {3}\cdot{19} \Longrightarrow {19}^2 \mid n^2$$ $$\sigma({67}^2) = 4557 = {3}\cdot{7^2}\cdot{31} \Longrightarrow {31}^2 \mid n^2$$
Estimating the abundancy of $q^k n^2$, we get:
$$2 = I(q^k)I(n^2) > I(n^2) \geq I({37}^2)\cdot{I(3^2)}\cdot{I(7^2)}\cdot{I({67}^2)}\cdot{I({13}^2)}\cdot{I({19}^2)}\cdot{I({31}^2)}$$ $$ = \frac{328939969561158501}{158894526512072169} = \frac{1453933719}{702323011} > 2.07$$
Does this conclusively prove that $q \neq 73$? If not, what else needs to be done? And what was/(were) the obstruction(s), if any?