I know that n!+1 is a perfect square. But the equation below leads to that as well.
((n-1)*(n+1))+1 = n^2 is a perfect square where n=integer.
But is also works for fractions.
for example, the square root of 17 = 4.12310...,
and (3.12310... * 5.12310...)+1 = 17
Is there a proof for this?
Similarly, there is a formula for cubes that seems to work for all number, and creates a perfect cube for integers:
((n-1)n(n+1))+n = n^3
if n=integer is a perfect cube.
but works for all values of n
proof??
But is also works for fractions
$(x-1)(x+1)+1=x^2$ is an algebraic identity, and it works for all numbers. You could let $x = \pi$ and it would work as well. – dxiv Dec 02 '16 at 18:10