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 A120573 #16 Aug 14 2023 12:51:43 %S A120573 6,60,330,1224,3510,8436,17850,34320,61254,103020,165066,254040, %T A120573 377910,546084,769530,1060896,1434630,1907100,2496714,3224040,4111926, %U A120573 5185620,6472890,8004144,9812550,11934156,14408010,17276280,20584374,24381060 %N A120573 a(n) = n^5 + 3n^3 + 2n = n(n^2+1)(n^2+2). %C A120573 Largest area of any triangle with integer sides a <= b <= c and inradius n. Triangle has sides (n^2+2, n^4+2n^2+1, n^4+3n^2+1). %C A120573 a(n) = A002522(n)*A054602(n). - _Zerinvary Lajos_, Apr 20 2008 %H A120573 David W. Wilson, <a href="/A120573/b120573.txt">Table of n, a(n) for n = 1..10000</a> %H A120573 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (6, -15, 20, -15, 6, -1). %p A120573 with(combinat):seq(lcm(fibonacci(4,n),fibonacci(3,n)),n=1..30); # _Zerinvary Lajos_, Apr 20 2008 %t A120573 LinearRecurrence[{6,-15,20,-15,6,-1},{6,60,330,1224,3510,8436},30] (* _Harvey P. Dale_, Aug 14 2023 *) %Y A120573 See A120062 for sequences related to integer-sided triangles with integer inradius n. %Y A120573 Cf. A002522, A054602. %K A120573 nonn,easy %O A120573 1,1 %A A120573 _David W. Wilson_, Jun 17 2006