A157088
Consider all consecutive integer Pythagorean septuples (X, X+1, X+2, X+3, Z-2, Z-1, Z) ordered by increasing Z; sequence gives X values.
Original entry on oeis.org
0, 21, 312, 4365, 60816, 847077, 11798280, 164328861, 2288805792, 31878952245, 444016525656, 6184352406957, 86136917171760, 1199732487997701, 16710117914796072, 232741918319147325, 3241676738553266496, 45150732421426583637, 628868577161418904440, 8759009347838438078541
Offset: 0
a(2)=312 since 312^2 + 313^2 + 314^2 + 315^2 = 361^2 + 361^2 + 363^2.
- A. H. Beiler, Recreations in the Theory of Numbers. New York: Dover, 1964, pp. 122-125.
- L. E. Dickson, History of the Theory of Numbers, Vol. II, Diophantine Analysis. Dover Publications, Inc., Mineola, NY, 2005, pp. 181-183.
- W. Sierpinski, Pythagorean Triangles. Dover Publications, Mineola NY, 2003, pp. 16-22.
-
[Round((3^(n+1)*((1+Sqrt(4/3))^(2*n+1)+(1-Sqrt(4/3))^(2*n+1))-2*3)/4): n in [0..50]]; // G. C. Greubel, Nov 04 2017
-
CoefficientList[Series[3*x*(-7 + x)/((x - 1)*(x^2 - 14*x + 1)), {x, 0, 50}], x] (* G. C. Greubel, Nov 04 2017 *)
-
my(x='x+O('x^50)); concat([0], Vec(3*x*(-7+x)/((x-1)*(x^2-14*x+1)))) \\ G. C. Greubel, Nov 04 2017
A157085
Consider all Consecutive Integer Pythagorean quintuples (X, X+1, X+2, Z-1, Z) ordered by increasing Z; sequence gives Z values.
Original entry on oeis.org
2, 14, 134, 1322, 13082, 129494, 1281854, 12689042, 125608562, 1243396574, 12308357174, 121840175162, 1206093394442, 11939093769254, 118184844298094, 1169909349211682, 11580908647818722, 114639177128975534, 1134810862641936614, 11233469449290390602, 111199883630261969402
Offset: 0
a(3) = 134 since 108^2 + 109^2 + 110^2 = 133^2 + 134^2.
- A. H. Beiler, Recreations in the Theory of Numbers. New York: Dover, 1964, pp. 122-125.
- L. E. Dickson, History of the Theory of Numbers, Vol. II, Diophantine Analysis. Dover Publications, Inc., Mineola, NY, 2005, pp. 181-183.
- W. Sierpinski, Pythagorean Triangles. Dover Publications, Mineola NY, 2003, pp. 16-22.
-
LinearRecurrence[{11, -11, 1}, {2, 14, 134}, 25] (* Paolo Xausa, May 29 2025 *)
-
for(y=0,oo,yy=(y+2)^2+(y+1)^2;for(x=sqrtint(yy\3),ceil(sqrt(yy/3)),x^2+(x-1)^2+(x-2)^2==yy&&print1(y+2,", "))) \\ For illustrative purpose. - M. F. Hasler, Oct 04 2014
A157093
Consider all Consecutive Integer Pythagorean 9-tuples (X,X+1,X+2,X+3,X+4,Z-3,Z-2,Z-1,Z) ordered by increasing Z; sequence gives Z values.
Original entry on oeis.org
4, 44, 764, 13684, 245524, 4405724, 79057484, 1418628964, 25456263844, 456794120204, 8196837899804, 147086288076244, 2639356347472564, 47361327966429884, 849864547048265324, 15250200518902345924, 273653744793193961284, 4910517205758588957164, 88115655958861407267644
Offset: 0
a(2)=764 since 680^2 + 681^2 + 682^2 + 683^2 + 684^2 = 761^2 + 762^2 + 763^2 + 764^2.
- A. H. Beiler, Recreations in the Theory of Numbers. New York: Dover, 1964, pp. 122-125.
- L. E. Dickson, History of the Theory of Numbers, Vol. II, Diophantine Analysis. Dover Publications, Inc., Mineola, NY, 2005, pp. 181-183.
- W. Sierpinski, Pythagorean Triangles. Dover Publications, Mineola NY, 2003, pp. 16-22.
-
LinearRecurrence[{19, -19, 1}, {4, 44, 764}, 25] (* Paolo Xausa, May 29 2025 *)
A157097
Consider all Consecutive Integer Pythagorean 11-tuples (X, X+1, X+2, X+3, X+4, X+5, Z-4, Z-3, Z-2, Z-1, Z) ordered by increasing Z; sequence gives Z values.
Original entry on oeis.org
5, 65, 1385, 30365, 666605, 14634905, 321301265, 7053992885, 154866542165, 3400009934705, 74645352021305, 1638797734533965, 35978904807725885, 789897108035435465, 17341757471971854305, 380728767275345359205, 8358691122585626048165, 183510475929608427700385, 4028871779328799783360265
Offset: 0
a(2)=65 since 55^2 + 56^2 + 57^2 + 58^2 + 59^2 + 60^2 = 61^2 + 62^2 + 63^2 + 64^2 + 65^2.
- A. H. Beiler, Recreations in the Theory of Numbers. New York: Dover, 1964, pp. 122-125.
- L. E. Dickson, History of the Theory of Numbers, Vol. II, Diophantine Analysis. Dover Publications, Inc., Mineola, NY, 2005, pp. 181-183.
- W. Sierpinski, Pythagorean Triangles. Dover Publications, Mineola NY, 2003, pp. 16-22.
-
LinearRecurrence[{23, -23, 1}, {5, 65, 1385}, 25] (* Paolo Xausa, May 29 2025 *)
Showing 1-4 of 4 results.
Comments