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.
%I A330917 #24 Feb 16 2025 08:33:59 %S A330917 3,5,5,6,5,10,10,8,13,11,15,16,15,7,15,20,11,17,20,20,19,15,25,26,22, %T A330917 25,30,29,32,25,30,25,35,25,30,39,40,39,33,34,40,45,48,38,35,51,50,53, %U A330917 41,52,34,43,29,55,50,35,39,57,60,65,55,64,51,65,65,60,68,61,70,65 %N A330917 Largest possible side length, a, of a Heronian triangle with perimeter A051518(n), such that a <= b <= c. %H A330917 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/HeronianTriangle.html">Heronian Triangle</a> %H A330917 Wikipedia, <a href="https://en.wikipedia.org/wiki/Heronian_triangle">Heronian triangle</a> %H A330917 Wikipedia, <a href="https://en.wikipedia.org/wiki/Integer_triangle">Integer Triangle</a> %e A330917 a(1) = 3; there is one Heronian triangle with perimeter A051518(1) = 12, which is [3,4,5] and its shortest side is 3. %e A330917 a(6) = 10; there are two Heronian triangles with perimeter A051518(6) = 32, [4,13,15] and [10,10,12], whose smallest side lengths are 4 and 10. The largest of these is 10. %Y A330917 Cf. A051516, A051518, A070138, A096468, A298079, A298614, A305717. %Y A330917 Cf. A330912, A330915, A330916, A330921. %Y A330917 Cf. A330923, A331199. %K A330917 nonn %O A330917 1,1 %A A330917 _Wesley Ivan Hurt_, May 03 2020