Are $0$ and $\pm1$ the only integer solutions for which both $\sqrt{24n^2+1}$ and $\sqrt{48n^2+1}$ are simultaneously integers ?
Whilst pondering upon the Biblical concept of the Jubilee year, I couldn't help but notice that a time period of $7^2=49$ years, apart from approximating half of a decimal century of $10^2=100$ years, also lies conspicuously close to a third of a duodecimal “century” of $12^2=144$ years. In other words, I was left with solving the system of Diophantine equations $$\dfrac{x^2}3+1~=~y^2~=~\dfrac{z^2}2-1,$$ which, after a bit of basic number theory, boiled down to the system of Pell equations described above. Then, a Mathematica search of depth up to $10^4$ into the $($ periodic $)$ continued fraction expansion of $~\lim\limits_{n\to\infty}\sqrt{\dfrac{48n^2+1}{24n^2+1}}~=~\sqrt2~$ failed to reveal any other solutions, save for the ones mentioned earlier, implying that any other possible values of n possess at least $3,828$ digits.
A $2007$ paper by Mihai Cipu and Maurice Mignotte shows that there might be at most one such positive solution, for $n>1.$
In the same year, the $34^{th}$ volume of the Annales Mathematicae et Informaticae, published by the Eszterhazy Karoly University of Applied Sciences, contains a relevant paper by Laszlo Szalay on the resolution of simultaneous Pell equations.
The problem is related to the Cannonball problem in Wikipedia. In more detail, the book Unsolved Problems in Number Theory Second Edition by Richard Guy in section D3 starting on page 223:
The modern treatment that Richard Guy is writing about here uses the elliptic curve with Cremona label $\texttt{"576h2"}$ or LMFDB label 576.c3 which has two $2$-torsion point generators $(0,0)$ and $(6,0)$. The point $(0,0)$ added to $(-3,9)$ is $(12,36)$ where the latter two points are infinite order generators. The other integral points are $\ (-6,0), (-2,8), (18,72), (294,5040). \ $ This is directly related to the congruent number problem. In particular, finding rational right triangles with area $6$. Read about this in, for example, Karl Rubin on Right triangles and elliptic curves. Another method is given in my work at Weierstrass Elliptic Function Polynomials.
In brief, I construct four polynomial sequences $\, (w_n,x_n,y_n,z_n) \,$ such that $\, (x_n/x_0)^2 - (y_n/y_0)^2 = (x_1^2-y_1^2) (w_n/w_1)^2, \,$ $\, (z_n/z_0)^2 - (y_n/y_0)^2 = (z_1^2-y_1^2) (w_n/w_1)^2, \,$ $\, (z_n/z_0)^2 - (z_n/z_0)^2 = (z_1^2-x_1^2) (w_n/w_1)^2 \,$ for all integer $\, n.$ They satisfy recursions such as $\, w_{n+1}w_{n-1}x_0^2 = w_n^2 x_1^2 - x_n^2 w_1^2, \,$ and $\, x_{n+1}x_{n-1}x_0^2 = x_n^2 x_1^2 - (x_1^2-y_1^2)(x_1^2-z_1^2)(w_n/w_1)^2 x_0^4. $
To get solutions of $\, j^2 = 1 + 24m^2, \, k^2 = 1 + 48m^2 \,$ we let $\, x_0 = y_0 = z_0 = w_1 = x_1 = 1 \,$ and $\, y_1 = \sqrt{2}, \, z_1 = \sqrt{3}. \,$ This is almost exactly what I used in my answer to MSE question 2556314. Let $\, t_n := w_n/\sqrt{24}. \,$ The solutions are given by $\, j = y_{2n}/x_{2n}, \, k = z_{2n}/x_{2n}, \, m = t_{2n}/x_{2n}. \,$ For $\, n=0, \,$ we have a trivial solution $\, (1)^2 = 1 + 24(0)^2, \, (1)^2 = 1 + 48(0)^2. \,$ For $\, n=1, \,$ we have a nontrivial solution $\, (-5)^2 = 1 + 24(-1)^2, \, (-7)^2 = 1 + 48(-1)^2. \,$ For $\, n=2, \,$ we have $\, (-1201/1151)^2 = 1+24(70/1151)^2, \, (-1249/1151)^2 = 1+48(70/1151)^2. \, $ For all $\, n>1 \,$ the solutions are non-integer rationals.
Now the cannonball connection is that solutions of $\, y^2 \!=\! x(x\!+\!1)(2x\!+\!1)/6 \,$ come from letting $\, x\!=\!24m^2, \, x\!+\!1\!=\!j^2, \, 2x\!+\!1\!=\!k^2, \, y \!=\! 2mjk \,$ from solutions of $\, j^2 \!=\! 1 \!+\! 24m^2, \, k^2 \!=\! 1 \!+\! 48m^2 .\,$ Thus, if only one nontrivial integer solution of this equation exists, then the cannonball problem has only one nontrivial solution and this has been proven by several authors and methods.