login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096909 Primitive Pythagorean Quadruples a^2+b^2+c^2=d^2, 0<a<=b<=c<=d, gcd(a,b,c,d)=1, sorted by d, then c, then b; sequence gives c values. 11
2, 6, 7, 8, 7, 9, 12, 11, 14, 12, 12, 15, 17, 18, 16, 16, 19, 20, 18, 18, 22, 16, 20, 22, 23, 23, 25, 26, 21, 24, 24, 21, 22, 27, 30, 20, 25, 28, 28, 31, 32, 32, 26, 30, 30, 33, 27, 28, 28, 36, 26, 29, 29, 34, 34, 35, 24, 31, 32, 33, 39, 30, 30, 38, 39, 42, 42, 29, 35, 37, 40 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Pythagorean Quadruple.
MATHEMATICA
mx = 50; res = {}; Do[If[GCD[b, c, d] > 1, Continue[]]; If[IntegerQ[a = Sqrt[d^2 - b^2 - c^2]] && a > 0 && a <= b, AppendTo[res, {a, b, c, d}]], {d, mx}, {c, d}, {b, c}]; res[[All, 3]] (* Ivan Neretin, May 24 2015 *)
CROSSREFS
Sequence in context: A176017 A140132 A186504 * A073005 A091942 A047555
KEYWORD
nonn,look
AUTHOR
Ray Chandler, Aug 15 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)