login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A129206 First sequence in solution to congruent number 5 problem. 4
0, 1, -12, -2257, 1494696, 8914433905, -178761481355556, -62419747600438859233, -5354229862821602092291248, 1001926359199672697329083442936609, 50016678000996026579336936742637753055940 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

Let W(n)=A129206(n), X(n)=A129207(n), Y(n)=A129208(n), Z(n)=A129209(n).

FORMULA

Right triangle with sides |10*Y(n)*W(n)/ (X(n)*Z(n))|, |X(n)*Z(n)/ (Y(n)*W(n))|, |2*Y(2*n)/ W(2*n)| has area 5.

W(2*n)= (-1)^n* 2* W(n)* X(n)* Y(n)* Z(n).

a(n+2)* a(n-2)= 144* a(n+1)* a(n-1) +2257* a(n)^2. a(-n)= -a(n).

PROG

(PARI) {a(n)= local(s=sign(n)); n=abs(n); if(n<1, 0, s*if(n<5, [1, -12, -2257, 1494696][n], (144* a(n-1)* a(n-3) +2257* a(n-2)^2 )/a(n-4) ))}

CROSSREFS

Sequence in context: A204681 A205157 A205306 * A135398 A203426 A195536

Adjacent sequences:  A129203 A129204 A129205 * A129207 A129208 A129209

KEYWORD

sign

AUTHOR

Michael Somos, Apr 03 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 08:49 EST 2012. Contains 205740 sequences.