Find all the even perfect numbers of the form $a^a +1$, where $a \in \mathbb{N}$.
Can you please provide me some hint or idea on how to find such numbers.
Find all the even perfect numbers of the form $a^a +1$, where $a \in \mathbb{N}$.
Can you please provide me some hint or idea on how to find such numbers.
Copyright © 2021 JogjaFile Inc.
The following notes are taken from the Introduction to a document sent to myself by Douglas Iannucci ("I" refers to "Iannucci"):
You can check out MAA Monthly problem $10230$ (and its solution) via JSTOR.
Now, to address your specific question:
Since the perfect number $a^a + 1$ is even, it follows that $a$ is odd. But by the Euclid-Euler Theorem on the form of even perfect numbers, we have $$2^{p-1} (2^p - 1) = a^a + 1.$$ Since $a$ is odd, the RHS factors as $$a^a + 1 = (a + 1)(a^{a-1} - a^{a-2} + \ldots - a + 1) = cd,$$ where we set $$c = a+1$$ and $$d = a^{a-1} - a^{a-2} + \ldots - a + 1.$$ Note that $\gcd(c,d)=1$. From this, and the fact that $c < d$, it follows that $$2^{p-1} = c = a + 1$$ and hence, that $$2^p - 1 = 2c - 1 = 2(a + 1) - 1 = 2a + 1.$$
It follows that $$a^a + 1 = (a+1)(2a+1) = 2a^2 + 3a + 1,$$ an equation whose only solution (over the integers) is $a = 3$.
Hence, the only even perfect number of the form $a^a + 1$ is $3^3 + 1 = 28$.