cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Previous Showing 21-30 of 41 results. Next

A097245 Numbers k that are the hypotenuse of exactly 37 distinct integer-sided right triangles, i.e., k^2 can be written as a sum of two squares in 37 ways.

Original entry on oeis.org

71825, 93925, 122525, 143650, 156325, 173225, 187850, 209525, 215475, 223925, 244205, 245050, 257725, 267325, 273325, 281775, 287300, 296225, 308425, 312650, 346450, 357425, 367575, 375700, 376025, 382925, 409825, 419050, 426725, 430950
Offset: 1

Views

Author

James R. Buddenhagen, Sep 17 2004

Keywords

Comments

If m is a term, then 2*m and p*m are terms where p is any prime of the form 4k+3. - Ray Chandler, Dec 30 2019

Crossrefs

Cf. A004144 (0), A084645 (1), A084646 (2), A084647 (3), A084648 (4), A084649 (5), A097219 (6), A097101 (7), A290499 (8), A290500 (9), A097225 (10), A290501 (11), A097226 (12), A097102 (13), A290502 (14), A290503 (15), A097238 (16), A097239 (17), A290504 (18), A290505 (19), A097103 (22), A097244 (31), A097282 (40), A097626 (67).

Extensions

More terms from Ray Chandler, Sep 18 2004

A097282 Numbers k that are the hypotenuse of exactly 40 distinct integer-sided right triangles, i.e., k^2 can be written as a sum of two squares in 40 ways.

Original entry on oeis.org

32045, 40885, 45305, 58565, 64090, 67405, 69745, 77285, 80665, 81770, 90610, 91205, 96135, 98345, 98605, 99905, 101065, 107185, 111605, 114985, 117130, 120445, 122655, 124865, 127465, 128180, 128945, 130645, 134810, 135915, 137605
Offset: 1

Views

Author

James R. Buddenhagen, Sep 17 2004

Keywords

Comments

k^2 is always the sum of k^2 and 0^2, but no real triangle can have a zero-length side. Thus, the Mathematica program below searches for length 41 and implicitly drops the zero-squared-plus-n-squared solution. - Harvey P. Dale, Dec 09 2010
If m is a term, then 2*m and p*m are terms where p is any prime of the form 4j+3. - Ray Chandler, Dec 30 2019

Crossrefs

Cf. A004144 (0), A084645 (1), A084646 (2), A084647 (3), A084648 (4), A084649 (5), A097219 (6), A097101 (7), A290499 (8), A290500 (9), A097225 (10), A290501 (11), A097226 (12), A097102 (13), A290502 (14), A290503 (15), A097238 (16), A097239 (17), A290504 (18), A290505 (19), A097103 (22), A097244 (31), A097245 (37), A097626 (67).

Programs

  • Mathematica
    Select[Range[150000],Length[PowersRepresentations[#^2,2,2]]==41&] (* Harvey P. Dale, Dec 09 2010 *)

A097626 Numbers k that are the hypotenuse of exactly 67 distinct integer-sided right triangles, i.e., k^2 can be written as a sum of two squares in 67 ways.

Original entry on oeis.org

160225, 204425, 226525, 292825, 320450, 337025, 348725, 386425, 403325, 408850, 416585, 453050, 456025, 480675, 491725, 493025, 499525, 505325, 531505, 535925, 544765, 558025, 574925, 585650, 588965, 602225, 613275, 624325, 637325, 640900
Offset: 1

Views

Author

James R. Buddenhagen, Sep 20 2004

Keywords

Comments

If m is a term, then 2*m and p*m are terms where p is any prime of the form 4j+3. - Chai Wah Wu, Feb 29 2016

Crossrefs

Cf. A004144 (0), A084645 (1), A084646 (2), A084647 (3), A084648 (4), A084649 (5), A097219 (6), A097101 (7), A290499 (8), A290500 (9), A097225 (10), A290501 (11), A097226 (12), A097102 (13), A290502 (14), A290503 (15), A097238 (16), A097239 (17), A290504 (18), A290505 (19), A097103 (22), A097244 (31), A097245 (37), A097282 (40).

Programs

  • Mathematica
    r[a_]:={b, c}/.{ToRules[Reduce[0Vincenzo Librandi, Mar 01 2016 *)

Extensions

More terms from Ray Chandler, Sep 21 2004

A290499 Hypotenuses for which there exist exactly 8 distinct integer triangles.

Original entry on oeis.org

390625, 781250, 1171875, 1562500, 2343750, 2734375, 3125000, 3515625, 4296875, 4687500, 5468750, 6250000, 7031250, 7421875, 8203125, 8593750, 8984375, 9375000, 10546875, 10937500, 12109375, 12500000, 12890625, 14062500, 14843750, 16406250, 16796875, 17187500
Offset: 1

Views

Author

Hamdi Sahloul, Aug 04 2017

Keywords

Comments

Numbers whose square is decomposable in 8 different ways into the sum of two nonzero squares: these are those with only one prime divisor of the form 4k+1 with multiplicity eight.

Examples

			a(1) = 390625 = 5^8, a(5) = 2343750 = 2*3*5^8, a(101) = 75000000 = 2^6*3*5^8.
		

Crossrefs

Cf. A004144 (0), A084645 (1), A084646 (2), A084647 (3), A084648 (4), A084649 (5), A097219 (6), A097101 (7), A290500 (9), A097225 (10), A290501 (11), A097226 (12), A097102 (13), A290502 (14), A290503 (15), A097238 (16), A097239 (17), A290504 (18), A290505 (19), A097103 (22), A097244 (31), A097245 (37), A097282 (40), A097626 (67).

Programs

  • Mathematica
    r[a_]:={b, c}/.{ToRules[Reduce[0Vincenzo Librandi, Mar 01 2016 *)

Formula

Terms are obtained by the product A004144(k)*A002144(p)^8 for k, p > 0 ordered by increasing values.

A290500 Hypotenuses for which there exist exactly 9 distinct integer triangles.

Original entry on oeis.org

1953125, 3906250, 5859375, 7812500, 11718750, 13671875, 15625000, 17578125, 21484375, 23437500, 27343750, 31250000, 35156250, 37109375, 41015625, 42968750, 44921875, 46875000, 52734375, 54687500, 60546875, 62500000, 64453125, 70312500, 74218750, 82031250
Offset: 1

Views

Author

Hamdi Sahloul, Aug 04 2017

Keywords

Comments

Numbers whose square is decomposable in 9 different ways into the sum of two nonzero squares: these are those with only one prime divisor of the form 4k+1 with multiplicity nine.

Examples

			a(1) = 1953125 = 5^9, a(5) = 11718750 = 2*3*5^9, a(101) = 375000000 = 2^6*3*5^9.
		

Crossrefs

Cf. A004144 (0), A084645 (1), A084646 (2), A084647 (3), A084648 (4), A084649 (5), A097219 (6), A097101 (7), A290499 (8), A097225 (10), A290501 (11), A097226 (12), A097102 (13), A290502 (14), A290503 (15), A097238 (16), A097239 (17), A290504 (18), A290505 (19), A097103 (22), A097244 (31), A097245 (37), A097282 (40), A097626 (67).

Programs

  • Mathematica
    r[a_]:={b, c}/.{ToRules[Reduce[0Vincenzo Librandi, Mar 01 2016 *)

Formula

Terms are obtained by the product A004144(k)*A002144(p)^9 for k, p > 0 ordered by increasing values.

A290501 Hypotenuses for which there exist exactly 11 distinct integer triangles.

Original entry on oeis.org

48828125, 97656250, 146484375, 195312500, 292968750, 341796875, 390625000, 439453125, 537109375, 585937500, 683593750, 781250000, 878906250, 927734375, 1025390625, 1074218750, 1123046875, 1171875000, 1318359375, 1367187500, 1513671875, 1562500000, 1611328125
Offset: 1

Views

Author

Hamdi Sahloul, Aug 04 2017

Keywords

Comments

Numbers whose square is decomposable in 11 different ways into the sum of two nonzero squares: these are those with only one prime divisor of the form 4k+1 with multiplicity eleven.

Examples

			a(1) = 48828125 = 5^11, a(5) = 292968750 = 2*3*5^11, a(101) = 9375000000 = 2^6*3*5^11.
		

Crossrefs

Cf. A004144 (0), A084645 (1), A084646 (2), A084647 (3), A084648 (4), A084649 (5), A097219 (6), A097101 (7), A290499 (8), A290500 (9), A097225 (10), A097226 (12), A097102 (13), A290502 (14), A290503 (15), A097238 (16), A097239 (17), A290504 (18), A290505 (19), A097103 (22), A097244 (31), A097245 (37), A097282 (40), A097626 (67).

Programs

  • Mathematica
    r[a_]:={b, c}/.{ToRules[Reduce[0Vincenzo Librandi, Mar 01 2016 *)

Formula

Terms are obtained by the product A004144(k)*A002144(p)^11 for k, p > 0 ordered by increasing values.

A290502 Hypotenuses for which there exist exactly 14 distinct integer triangles.

Original entry on oeis.org

6103515625, 12207031250, 18310546875, 24414062500, 36621093750, 42724609375, 48828125000, 54931640625, 67138671875, 73242187500, 85449218750, 97656250000, 109863281250, 115966796875, 128173828125, 134277343750, 140380859375, 146484375000, 164794921875
Offset: 1

Views

Author

Hamdi Sahloul, Aug 04 2017

Keywords

Comments

Numbers whose square is decomposable in 14 different ways into the sum of two nonzero squares: these are those with only one prime divisor of the form 4k+1 with multiplicity fourteen.

Examples

			a(1) = 6103515625 = 5^14, a(5) = 36621093750 = 2*3*5^14, a(101) = 1171875000000 = 2^6*3*5^14.
		

Crossrefs

Cf. A004144 (0), A084645 (1), A084646 (2), A084647 (3), A084648 (4), A084649 (5), A097219 (6), A097101 (7), A290499 (8), A290500 (9), A097225 (10), A290501 (11), A097226 (12), A097102 (13), A290503 (15), A097238 (16), A097239 (17), A290504 (18), A290505 (19), A097103 (22), A097244 (31), A097245 (37), A097282 (40), A097626 (67).

Programs

  • Mathematica
    r[a_]:={b, c}/.{ToRules[Reduce[0Vincenzo Librandi, Mar 01 2016 *)

Formula

Terms are obtained by the product A004144(k)*A002144(p)^14 for k, p > 0 ordered by increasing values.

A290503 Hypotenuses for which there exist exactly 15 distinct integer triangles.

Original entry on oeis.org

30517578125, 61035156250, 91552734375, 122070312500, 183105468750, 213623046875, 244140625000, 274658203125, 335693359375, 366210937500, 427246093750, 488281250000, 549316406250, 579833984375, 640869140625, 671386718750, 701904296875, 732421875000
Offset: 1

Views

Author

Hamdi Sahloul, Aug 04 2017

Keywords

Comments

Numbers whose square is decomposable in 15 different ways into the sum of two nonzero squares: these are those with only one prime divisor of the form 4k+1 with multiplicity fifteen.

Examples

			a(1) = 30517578125 = 5^15, a(5) = 183105468750 = 2*3*5^15, a(101) = 5859375000000 = 2^6*3*5^15.
		

Crossrefs

Cf. A004144 (0), A084645 (1), A084646 (2), A084647 (3), A084648 (4), A084649 (5), A097219 (6), A097101 (7), A290499 (8), A290500 (9), A097225 (10), A290501 (11), A097226 (12), A097102 (13), A290502 (14), A097238 (16), A097239 (17), A290504 (18), A290505 (19), A097103 (22), A097244 (31), A097245 (37), A097282 (40), A097626 (67).

Programs

  • Mathematica
    r[a_]:={b, c}/.{ToRules[Reduce[0Vincenzo Librandi, Mar 01 2016 *)

Formula

Terms are obtained by the product A004144(k)*A002144(p)^15 for k, p > 0 ordered by increasing values.

A290504 Hypotenuses for which there exist exactly 18 distinct integer triangles.

Original entry on oeis.org

3814697265625, 7629394531250, 11444091796875, 15258789062500, 22888183593750, 26702880859375, 30517578125000, 34332275390625, 41961669921875, 45776367187500, 53405761718750, 61035156250000, 68664550781250, 72479248046875, 80108642578125, 83923339843750
Offset: 1

Views

Author

Hamdi Sahloul, Aug 04 2017

Keywords

Comments

Numbers whose square is decomposable in 18 different ways into the sum of two nonzero squares: these are those with only one prime divisor of the form 4k+1 with multiplicity eighteen.

Examples

			a(1) = 3814697265625 = 5^18, a(5) = 22888183593750 = 2*3*5^18, a(101) = 732421875000000 = 2^6*3*5^18.
		

Crossrefs

Cf. A004144 (0), A084645 (1), A084646 (2), A084647 (3), A084648 (4), A084649 (5), A097219 (6), A097101 (7), A290499 (8), A290500 (9), A097225 (10), A290501 (11), A097226 (12), A097102 (13), A290502 (14), A290503 (15), A097238 (16), A097239 (17), A290505 (19), A097103 (22), A097244 (31), A097245 (37), A097282 (40), A097626 (67).

Programs

  • Mathematica
    r[a_]:={b, c}/.{ToRules[Reduce[0Vincenzo Librandi, Mar 01 2016 *)

Formula

Terms are obtained by the product A004144(k)*A002144(p)^18 for k, p > 0 ordered by increasing values.

A290505 Hypotenuses for which there exist exactly 19 distinct integer triangles.

Original entry on oeis.org

203125, 265625, 406250, 453125, 531250, 578125, 609375, 640625, 796875, 812500, 828125, 906250, 953125, 1062500, 1140625, 1156250, 1218750, 1281250, 1359375, 1390625, 1421875, 1515625, 1578125, 1593750, 1625000, 1656250, 1703125, 1734375, 1765625, 1812500
Offset: 1

Views

Author

Hamdi Sahloul, Aug 04 2017

Keywords

Comments

Numbers whose square is decomposable in 19 different ways into the sum of two nonzero squares: these are those with exactly two distinct prime divisors of the form 4k+1 with one, and six respective multiplicities, or with only one prime divisor of this form with multiplicity nineteen.

Examples

			a(1) = 203125 = 5^6*13, a(5) = 531250 = 2*5^6*17, a(281) = 12796875 = 3^2*5^6*7*13.
		

Crossrefs

Cf. A004144 (0), A084645 (1), A084646 (2), A084647 (3), A084648 (4), A084649 (5), A097219 (6), A097101 (7), A290499 (8), A290500 (9), A097225 (10), A290501 (11), A097226 (12), A097102 (13), A290502 (14), A290503 (15), A097238 (16), A097239 (17), A290504 (18), A097103 (22), A097244 (31), A097245 (37), A097282 (40), A097626 (67).

Programs

  • Mathematica
    r[a_]:={b, c}/.{ToRules[Reduce[0Vincenzo Librandi, Mar 01 2016 *)

Formula

Terms are obtained by the products A004144(k)*A002144(p1)*A002144(p2)^6, or A004144(k)*A002144(p1)^19 for k, p1, p2 > 0 ordered by increasing values.
Previous Showing 21-30 of 41 results. Next