login
A383833
Area of the unique primitive Pythagorean triple whose inradius is A000217(n) and such that its long leg and its hypotenuse are consecutive natural numbers.
4
0, 6, 84, 546, 2310, 7440, 19866, 46284, 97236, 188370, 341880, 588126, 967434, 1532076, 2348430, 3499320, 5086536, 7233534, 10088316, 13826490, 18654510, 24813096, 32580834, 42277956, 54270300, 68973450, 86857056, 108449334, 134341746, 165193860, 201738390
OFFSET
0,2
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.
FORMULA
a(n) = A000217(n) * (A000217(n) + 1) * (2*A000217(n) + 1).
From Andrew Howroyd, Nov 12 2025: (Start)
a(n) = n*(n + 1)*(n^2 + n + 1)*(n^2 + n + 2)/4.
G.f.: 6*x*(1 + 3*x + x^2)*(1 + 4*x + x^2)/(1 - x)^7. (End)
EXAMPLE
For n=1, the short leg is A002061(1) = 3 and the long leg is A212135(2) = 4 so the area is then a(1) = (3 * 4 )/2 = 6.
MATHEMATICA
a=Table[(n(n+1))/2, {n, 0, 30}]; Apply[Join, Map[{#(#+1)(2#+1)}&, a]]
CROSSREFS
KEYWORD
nonn,easy
STATUS
approved