I know that the multiplication of four consecutive numbers plus 1 is always a square. This means that for $n,x\in\mathbb{N}$: $$(n)(n+1)(n+2)(n+3)+1=x^2$$
After this, I thought about the multiplication of three consecutive numbers plus 1, so for $n,x\in\mathbb{N}$: $$(n)(n+1)(n+2)+1=n^3+3n^2+2n+1=x^2$$ or, for $n>1\land n, x\in\mathbb{N}$ (so that an elliptic curve is obtained instead): $$(n-1)(n)(n+1)+1=n^3-n+1=x^2$$
I have found two solutions up to $2642245, 2642246, 2642247$ that were obtained with a C++ script. These are: $$2\cdot3\cdot4+1=25=5^2\\4\cdot5\cdot6+1=121={11}^2\\55\cdot56\cdot57+1=175561={419}^2$$
Are there any more solutions? Is there a finite amount of them? Thanks in advance.
.................