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.

A334760 Perimeters of Pythagorean triangles whose shortest side length divides its perimeter.

Original entry on oeis.org

12, 24, 30, 36, 40, 48, 56, 60, 72, 80, 84, 90, 96, 108, 112, 120, 132, 144, 150, 156, 160, 168, 180, 182, 192, 200, 204, 210, 216, 220, 224, 228, 240, 252, 264, 270, 276, 280, 288, 300, 306, 312, 320, 324, 330, 336, 348, 360, 364, 372, 380, 384, 390, 392, 396, 400
Offset: 1

Views

Author

Wesley Ivan Hurt, May 10 2020

Keywords

Examples

			a(1) = 12; There is one integer-sided right triangle with perimeter 12, [3,4,5]. Since 3|12, 12 is in the sequence.
a(2) = 24; There is one integer-sided right triangle with perimeter 24, [6,8,10]. Since 6|24, 24 is in the sequence.
		

Crossrefs