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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A124100 Sum(x^i*y^j*z^k) with i + j + k = m and (x, y, z) = the primitive pythagorean triple (8, 15, 17). 0
1, 40, 1089, 25160, 531521, 10625640, 204744769, 3844391560, 70827391041, 1286290883240, 23101397290049, 411249127989960, 7269184506192961, 127745926316548840, 2234231991096868929, 38920247688751940360 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

a(m) = (x^(m+2)*(z-y)+y^(m+2)*(x-z)+z^(m+2)*(y-x))/((x-y)*(y-z)*(z-x))

EXAMPLE

a(2) = 1089 because x^2+y^2+z^2+x*y+x*z+y*z = 8^2+15^2+17^2+8*15+8*17+15*17=1089 and x^2+y^2=z^2

MAPLE

seq(sum(8^(m-n)*sum(15^p*17^(n-p), p=0..n), n=0..m), m=0..N);

CROSSREFS

Cf. A025942 A020000 A021664 A019682 A021684 A021844 A020340 A020341 A020342 A020344 A020345 A020346 A077515.

Sequence in context: A165380 A075907 A062143 * A071952 A144914 A004385

Adjacent sequences:  A124097 A124098 A124099 * A124101 A124102 A124103

KEYWORD

nonn

AUTHOR

Giorgio Balzarotti and Paolo P. Lava (greenblue(AT)tiscali.it), Nov 26 2006

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 09:49 EST 2012. Contains 205763 sequences.