3

I have the following question.

Prove that $n^{30}-n^{14}-n^{18}+n^2$ is divisible by $46410$ for all positive integer $n$.

My attempt:

Firstly, notice that $$n^{30}-n^{14}-n^{18}+n^2$$

$$=n^2(n-1)^2(n+1)^2(n^2+n+1)(n^2-n+1)(n^2+1)^2(n^4-n^2+1)(n^4+1)(n^8+1).$$

Also, $$46410=2\times3\times5\times7\times13\times17$$

My first thought was to use induction, maybe substitute $n+1$ into $n$, then find terms that was already divisible by $46410$, but then I don't think this is a smart way to do it.

Are there any better ways to do it?

blastzit
  • 800

4 Answers4

3

It's easier if you factor it as $f(n)=n^2(n^{16}-1)(n^{12}-1)$ rather than doing the complete factoring.

Then it is divisible by any prime $p$ such that $p-1\mid 12$ or $p-1\mid 16$. That includes, $2,3,5,7,13,17$.

You also get that if $\phi(p^2)=p(p-1)\mid 12$ or $p(p-1)\mid 16$, then $p^2\mid f(n)$. So you actually get a stronger result, that $2^2\cdot3^2\cdot5\cdot 7\cdot 13\cdot 17\mid f(n)$ for all $n$.

Thomas Andrews
  • 177,126
2

Because it divided by $n^2-n$, by $n^3-n$, by $n^5-n$, by $n^7-n$, by $n^{13}-n$ and by $n^{17}-n$ and use the Fermat's little theorem,

which gives that $n^2-n$ divided by $2$, $n^3-n$ divided by $3$,$n^5-n$ divided by $5$,

$n^7-n$ divided by $7$, $n^{13}-n$ divided by $13$ and $n^{17}-n$ divided by $17$,

which says that our number divided by $2\cdot3\cdot5\cdot7\cdot13\cdot17=46410$

1

Let $$f(n):=n^{30}-n^{18}-n^{14}+n^2\,.$$ Thus, $$f(n)=\left(n^{13}-n\right)\,\left(n^{17}-n\right)\,.$$ Set $r(n):=n^{13}-n$ and $s(n):=n^{17}-n$.

From here, you can see that $$D(13,1)=\{3,5,7,13\}\,.$$ Thus, $$g(13,1)=2\cdot 3\cdot 5\cdot 7\cdot 13\,.$$ Therefore, $2\cdot 3\cdot 5\cdot 7\cdot 13$ is a factor of $r(n)$, whence also a factor of $f(n)$, for every integer $n$.

On the other hand, the same link gives $$D(17,1)=\{3,5,17\}\,.$$ Consequently, $$g(17,1)=2\cdot 3\cdot 5\cdot 17\,.$$ Ergo, $2\cdot 3\cdot 5\cdot 17$ is a factor of $s(n)$, whence also a factor of $f(n)$, for each $n\in\mathbb{Z}$.

As a result, $$(2\cdot 3\cdot 5\cdot 7\cdot 13)\cdot (2\cdot 3\cdot 5\cdot 17)=2^2\cdot 3^2\cdot 5^2\cdot 7\cdot 13\cdot 17=1392300=30\cdot 46410$$ is a factor of $f(n)$ for every $n\in\mathbb{Z}$. In fact, $$\underset{n\in\mathbb{Z}}{\gcd}\,f(n)=\gcd\big(f(2),f(3)\big)=2^2\cdot 3^2\cdot 5^2\cdot 7\cdot 13\cdot 17=1392300\,.$$

Batominovski
  • 49,629
0

Hint:

Consider the factors of $n^{30}-n^{18}-n^{14}+n^2$ $$(n-1)^2,n^2,(n+1)^2,\left(n^2+1\right)^2,n^2-n+1,n^2+n+1,n^4+1,n^4-n^2+1,n^8+1$$ for any $n>1$ we have an even number and a multiple of $3$ in the first three factors.

With similar arguments it can be shown that at least one of the factor is a multiple of $5,7,11,13,17$ which are the other factors of $46410$.

Raffaele
  • 26,371