A157096
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 X values.
Original entry on oeis.org
0, 55, 1260, 27715, 608520, 13359775, 293306580, 6439385035, 141373164240, 3103770228295, 68141571858300, 1496010810654355, 32844096262537560, 721074106965172015, 15830786256971246820, 347556223546402258075, 7630406131763878430880, 167521378675258923221335
Offset: 0
a(2)=55 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.
-
I:=[0, 55, 1260]; [n le 3 select I[n] else 23*Self(n-1) - 23*Self(n-2) + Self(n-3): n in [1..20]]; // Vincenzo Librandi, Jun 09 2012
-
CoefficientList[Series[5*x*(x-11)/((x-1)*(x^2-22*x+1)),{x,0,20}],x] (* Vincenzo Librandi, Jun 09 2012 *)
-
x='x+O('x^50); concat([0], Vec(5*x*(x-11)/((x-1)*(x^2-22*x+1)))) \\ G. C. Greubel, Nov 04 2017
A157092
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 X values.
Original entry on oeis.org
0, 36, 680, 12236, 219600, 3940596, 70711160, 1268860316, 22768774560, 408569081796, 7331474697800, 131557975478636, 2360712083917680, 42361259535039636, 760141959546795800, 13640194012307284796, 244763350261984330560, 4392100110703410665316, 78813038642399407645160
Offset: 0
a(2)=680 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.
-
[Round((4^(n+1)*((1+Sqrt(5/4))^(2*n+1) + (1-Sqrt(5/4))^(2*n+1)) - 2*4)/4): n in [0..50]]; // G. C. Greubel, Nov 04 2017
-
RecurrenceTable[{a[0]==0,a[1]==36,a[n]==18a[n-1]-a[n-2]+32},a,{n,20}] (* or *) LinearRecurrence[{19,-19,1},{0,36,680},20] (* Harvey P. Dale, Oct 09 2012 *)
-
x='x+O('x^50); concat([0], Vec(4*x*(-9+x)/((x-1)*(x^2-18*x+1)))) \\ G. C. Greubel, Nov 04 2017
A157084
Consider all consecutive integer Pythagorean quintuples (X, X+1, X+2, Z-1, Z) ordered by increasing Z; sequence gives X values.
Original entry on oeis.org
0, 10, 108, 1078, 10680, 105730, 1046628, 10360558, 102558960, 1015229050, 10049731548, 99482086438, 984771132840, 9748229241970, 96497521286868, 955226983626718, 9455772314980320
Offset: 0
a(2) = 108 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.
-
[(1/2 + Sqrt(6)/4)*(5 + 2*Sqrt(6))^n - (Sqrt(6)/4 - 1/2)*(5 - 2*Sqrt(6))^n - 1: n in [0..50]]; // G. C. Greubel, Nov 04 2017
-
CoefficientList[Series[2*x*(-5 + x)/((x - 1)*(x^2 - 10*x + 1)), {x, 0, 50}], x] (* G. C. Greubel, Nov 04 2017 *)
-
x='x+O('x^50); concat([0], Vec(2*(x - 5)/((x-1)*(x^2 - 10*x + 1)))) \\ G. C. Greubel, Nov 04 2017
A157089
Consider all consecutive integer Pythagorean septuples (X, X+1, X+2, X+3, Z-2, Z-1, Z) ordered by increasing Z; sequence gives Z values.
Original entry on oeis.org
3, 27, 363, 5043, 70227, 978123, 13623483, 189750627, 2642885283, 36810643323, 512706121227, 7141075053843, 99462344632563, 1385331749802027, 19295182152595803, 268747218386539203, 3743165875258953027
Offset: 0
a(3) = 363 since 312^2 + 313^2 + 314^2 + 315^2 = 361^2 + 362^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.
-
LinearRecurrence[{15,-15,1},{3,27,363},20] (* Harvey P. Dale, May 14 2022 *)
A261972
The first of three consecutive positive integers the sum of the squares of which is equal to the sum of the squares of four consecutive positive integers.
Original entry on oeis.org
25, 361, 5041, 70225, 978121, 13623481, 189750625, 2642885281, 36810643321, 512706121225, 7141075053841, 99462344632561, 1385331749802025, 19295182152595801, 268747218386539201, 3743165875258953025, 52135575035238803161, 726154884618084291241
Offset: 1
25 is in the sequence because 25^2 + 26^2 + 27^2 = 2030 = 21^2 + 22^2 + 23^2 + 24^2.
-
LinearRecurrence[{15,-15,1},{25,361,5041},20] (* Harvey P. Dale, Jul 16 2025 *)
-
Vec(-x*(x^2-14*x+25)/((x-1)*(x^2-14*x+1)) + O(x^40))
A261973
The first of three consecutive positive integers the sum of the squares of which is equal to the sum of the squares of eleven consecutive positive integers.
Original entry on oeis.org
137, 6341, 291593, 13406981, 616429577, 28342353605, 1303131836297, 59915722116101, 2754820085504393, 126661808211086021, 5823688357624452617, 267763002642513734405, 12311274433198007330057, 566050860924465823448261, 26026028328092229871289993
Offset: 1
137 is in the sequence because 137^2 + 138^2 + 139^2 = 57134 = 67^2 + ... + 77^2.
-
I:=[137,6341,291593]; [n le 3 select I[n] else 47*Self(n-1)-47*Self(n-2)+Self(n-3): n in [1..15]]; // Vincenzo Librandi, Sep 08 2015
-
LinearRecurrence[{47, -47, 1}, {137, 6341, 291593}, 20] (* Vincenzo Librandi, Sep 08 2015 *)
-
Vec(-x*(5*x^2-98*x+137) / ((x-1)*(x^2-46*x+1)) + O(x^40))
A261974
The first of eleven consecutive positive integers the sum of the squares of which is equal to the sum of the squares of three consecutive positive integers.
Original entry on oeis.org
67, 3307, 152275, 7001563, 321919843, 14801311435, 680538406387, 31289965382587, 1438657869192835, 66146972017488043, 3041322054935257363, 139834667555004350875, 6429353385475264883107, 295610421064307180272267, 13591650015572655027641395
Offset: 1
67 is in the sequence because 67^2 + ... + 77^2 = 57134 = 137^2 + 138^2 + 139^2.
-
LinearRecurrence[{47,-47,1},{67,3307,152275},20] (* Harvey P. Dale, Jul 02 2016 *)
-
Vec(x*(5*x^2-158*x-67)/((x-1)*(x^2-46*x+1)) + O(x^40))
Showing 1-7 of 7 results.
Comments