Re: a=sqrt(sqrt(b)+sqrt(k*b+1))
- From: Vincenzo Librandi <vincenzo.librandweoz@xxxxxxxx>
- Date: Tue, 31 Jul 2007 16:06:24 EDT
Vincenzo Librandi wrote:
Let a,b,k, integer,
find the solutions:
a=sqrt(sqrt(b)+sqrt(k*b+1))
of course (a,b,k)>0
b=y^2
bk+1=x^2
x+y=a^2
k*(y^2)+1=x^2
x+y=a^2
Pell's equation:
x^2-ky^2=1
for any given k and x+y=square
are infinitely many solutions.
Regards,
Vincenzo Librandi
.
- References:
- a=sqrt(sqrt(b)+sqrt(k*b+1))
- From: Vincenzo Librandi
- a=sqrt(sqrt(b)+sqrt(k*b+1))
- Prev by Date: noetherian rings redux
- Next by Date: Re: game of life question
- Previous by thread: Re: a=sqrt(sqrt(b)+sqrt(k*b+1))
- Next by thread: Re: a=sqrt(sqrt(b)+sqrt(k*b+1))
- Index(es):