A380302 Area of the unique primitive Pythagorean triple whose inradius is the n-th odd prime and whose short leg is an even number.
60, 210, 504, 1716, 2730, 5814, 7980, 13800, 26970, 32736, 54834, 74046, 85140, 110544, 157410, 215940, 238266, 314364, 373176, 405150, 511920, 592620, 728910, 941094, 1061106, 1124760, 1259604, 1330890, 1481430, 2097024, 2299836, 2627934, 2743860, 3374850, 3511656, 3944154
Offset: 0
References
- Miguel Ángel Pérez García-Ortega, José Manuel Sánchez Muñoz and José Miguel Blanco Casado, El Libro de las Ternas Pitagóricas, Preprint 2025.
Links
- Miguel-Ángel Pérez García-Ortega, El Libro de las Ternas Pitagóricas
Programs
-
Mathematica
a = Table[Prime[n], {n, 2, 42}]; Apply[Join, Map[{# (# + 1) (# + 2)} &, a]]