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 A264888 #12 Feb 24 2025 13:07:48 %S A264888 0,1,16,71,205,470,931,1666,2766,4335,6490,9361,13091,17836,23765, %T A264888 31060,39916,50541,63156,77995,95305,115346,138391,164726,194650, %U A264888 228475,266526,309141,356671,409480,467945,532456,603416,681241,766360,859215,960261,1069966 %N A264888 a(n) = n*(n + 1)*(13*n^2 + 13*n - 14)/24. %C A264888 Partial sum of centered 13-gonal (or tridecagonal) pyramidal numbers. %C A264888 This is the case k=13 of the formula n*(n + 1)*(k*n^2 + k*n - 2*k + 12)/24. %H A264888 OEIS Wiki, <a href="https://oeis.org/wiki/Figurate_numbers">Figurate numbers</a> %H A264888 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/PyramidalNumber.html">Pyramidal Number</a> %H A264888 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (5,-10,10,-5,1). %F A264888 G.f.: x*(1 + 11*x + x^2)/(1 - x)^5. %F A264888 a(n) = Sum_{k = 0..n} A062025(k). %t A264888 Table[n (n + 1) (13 n^2 + 13 n - 14)/24, {n, 0, 50}] %o A264888 (PARI) a(n)=n*(n+1)*(13*n^2+13*n-14)/24 \\ _Charles R Greathouse IV_, Jul 26 2016 %Y A264888 Cf. A062025. %Y A264888 Cf. similar sequences listed in A264854. %K A264888 nonn,easy %O A264888 0,3 %A A264888 _Ilya Gutkovskiy_, Nov 27 2015