A375098 Diagonals of a Euclidian solid such that there exists a Pythagorean quadruple d^2=a^2+b^2+c^2 that is more cube-like than any prior value of d.
Keywords
Examples
3 is in the sequence because 3^2=1^2+2^2+2^2 is the smallest Pythagorean quad, with an error of one part in 4.344. 6 is NOT in the sequence because {6,2,4,4} is the most cube-like Pythagorean quad, but only ties the previous record without breaking it. 7 is NOT in the sequence because the most cube-like quad {7,2,3,6} has an error of one part in 2.2, worse than that for d=3. 9 is in the sequence NOT because of {9,3,6,6} which ties the previous record, but because {9,4,4,7} improves on the previous record with an error of one part in 4.958.
Links
- Christian N. K. Anderson, Table of n, a(n) for n = 1..1000
- Christian N. K. Anderson, Table of most cube-like Pythagorean quadruples and the corresponding and the error quotient for d=1..10000
- Christian N. K. Anderson, Table of d, a, b, c and error quotient for n = 1..50.
- Christian N. K. Anderson, Mathematica code for generating this sequence with different amounts of rigorous error checking.
Crossrefs
Programs
-
Mathematica
(* An efficient program is provided in the links section. *)
Comments