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 A024392 #19 Sep 08 2022 08:44:48 %S A024392 80,806,4040,14155,39655,95200,204036,400830,734910,1273910,2107820, %T A024392 3353441,5159245,7710640,11235640,16010940,22368396,30701910,41474720, %U A024392 55227095,72584435,94265776,121092700,153998650,194038650,242399430 %N A024392 a(n) = 3rd elementary symmetric function of the first n+2 positive integers congruent to 2 mod 3. %H A024392 Vincenzo Librandi, <a href="/A024392/b024392.txt">Table of n, a(n) for n = 1..5000</a> %H A024392 <a href="/index/Rec#order_07">Index entries for linear recurrences with constant coefficients</a>, signature (7,-21,35,-35,21,-7,1). %F A024392 a(n) = n*(n+1)*(n+2)*(3*n+7)*(9*n^2+33*n+22)/48. %F A024392 G.f.: -x*(80+246*x+78*x^2+x^3) / (x-1)^7 . - _R. J. Mathar_, Oct 08 2011 %t A024392 Table[n (n + 1) (n + 2) (3 n + 7) (9 n^2 + 33 n + 22) / 48, {n, 1, 50}] (* _Vincenzo Librandi_, Jul 07 2019 *) %o A024392 (Magma) [n*(n+1)*(n+2)*(3*n+7)*(9*n^2+33*n+22)/48: n in [1..40]]; // _Vincenzo Librandi_, Jul 07 2019 %K A024392 nonn,easy %O A024392 1,1 %A A024392 _Clark Kimberling_