I'll state the question here:
If "$P(n): 49^n + 16^n + k$ is divisible by $64$ for all $n \in N$" is true, then what is the least negative integral value of $k$?
This is how I tried to solve it:
$P(1): 49^1 + 16^1 + k$ is divisible by $64$ for all $n \in N$
i.e., $65 + k = 64p$, where $p \in Z$
i.e., $k = 64p - 65$
i.e., $k = -1$, for $p = 1$ since $k$ is the least negative value
This is what the answer according to my book is and this is how it was solved in the book. But how do we know that this is the correct answer? The smallest negative value of $k$ is $-1$ when I consider $P(1)$. How can I say that $k = -1$ for all natural numbers?
Is this the correct solution to the problem? Or should I replace $k$ by $-1$ in $P(n)$ and then prove it by induction (that is what the chapter in my book is about)? If I am able to prove it (that I will be since this is actually the answer) by induction, then this is the answer. Otherwise, there's some other answer.
Any help would be appreciated.