f(n)=n^2+2n =>x^2-Ay^2=1
- From: Vincenzo Librandi <vincenzo.librandweoz@xxxxxxxx>
- Date: Sat, 30 Jun 2007 05:56:19 EDT
If n>=2 (even and integer)
Then for all n
f(n)=n^2+2n
to produce the Pell's equation.
x^2-Ay^2=1
example:
n=2, f(n)=8, then
1^2+8=3^2; 3^2-2*2^2=1
n=4, f(n)=24, then
1^2+24=5^2; 5^2-6*2^2=1
n=6, f(n)=48, then
1^2+48=7^2; 7^2-12*2^2=1
n=8, f(n)=80, then
1^2+80=9^2; 9^2-20*2^2=1
n=10, f(n)=120, then
1^2+120=11^2; 11^2-30*2^2=1
===========================
and so on
Regards,
Vincenzo Librandi
vincenzo.librandweoz@xxxxxxxx
.
- Follow-Ups:
- Re: f(n)=n^2+2n =>x^2-Ay^2=1
- From: Mike M
- Re: f(n)=n^2+2n =>x^2-Ay^2=1
- From: tommy1729
- Re: f(n)=n^2+2n =>x^2-Ay^2=1
- Prev by Date: help with math translation from French
- Next by Date: Conway sequence and octonions
- Previous by thread: help with math translation from French
- Next by thread: Re: f(n)=n^2+2n =>x^2-Ay^2=1
- Index(es):