Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A060569
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A060569 Consider Pythagorean triples which satisfy X^2+(X+7)^2=Z^2; sequence gives increasing values of Z. +0
2
13, 17, 73, 97, 425, 565, 2477, 3293, 14437, 19193, 84145, 111865, 490433, 651997, 2858453, 3800117, 16660285, 22148705, 97103257, 129092113, 565959257, 752403973, 3298652285, 4385331725, 19225954453, 25559586377, 112057074433, 148972186537, 653116492145 (list; graph; listen)
OFFSET

1,1

COMMENT

The sequence gives the values of Z in X^2 + Y^2 = Z^2 where Y = X + 7 and gcd(X,Y,Z)=1. The values of X are given by the formula: X(1)=5, X(2)=8, X(3)=48, X(4)=65, X(n) = 6*X(n-2) - X(n-4) + 14 for n >= 5 - see A117474. Also, Y - X = 7, which is the second term in A058529. We have Z(1)=13, Z(2)=17, Z(3)=73, Z(4)=97, Z(n)=6*Z(n-2) - Z(n-4) for n >= 5. - Andras Erszegi (erszegi.andras(AT)chello.hu), Mar 19 2006

MAPLE

f:=proc(n) option remember; if n=1 then RETURN(13) fi; if n=2 then RETURN(17) fi; if n=3 then RETURN(73) fi; if n=4 then RETURN(97) fi; 6*f(n-2)-f(n-4); end;

CROSSREFS

Sequence in context: A140533 A076789 A089577 this_sequence A108265 A069853 A123909

Adjacent sequences: A060566 A060567 A060568 this_sequence A060570 A060571 A060572

KEYWORD

nonn

AUTHOR

Sebastiao Antonio da Silva (silseb(AT)ig.com.br), Apr 12 2001

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Oct 06 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 27 14:50 EST 2009. Contains 167570 sequences.


AT&T Labs Research