Find the smallest possible value of (larger than 1) such that is a perfect square.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Relevant wiki: Pell's Equation
We want to find positive integers n such that 6 n n ( n + 1 ) ( 2 n + 1 ) ( n + 1 ) ( 2 n + 1 ) ( 4 n + 3 ) 2 − 4 8 m 2 = m 2 = 6 m 2 = 1 for some integer m . The positive integer solutions of the equation x 2 − 4 8 y 2 = 1 are given by x + y 4 8 = ( 7 + 4 8 ) n n ∈ N The first three of these powers is 7 + 4 8 , 9 7 + 1 4 4 8 and 1 3 5 1 + 1 9 5 4 8 . The first of these gives n = 1 , so we ignore it. The second one is no good, because 9 7 ≡ 3 ( m o d 4 ) . Thus we want the third solution, with 4 n + 3 = 1 3 5 1 , and hence n = 3 3 7 . The root mean square of the first 3 3 7 squares is 1 9 5 .