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 A060100 #11 May 05 2023 10:22:41 %S A060100 1,5,19,55,140,316,660,1284,2370,4170,7062,11550,18348,28380,42900, %T A060100 63492,92235,131703,185185,256685,351208,474760,634712,839800,1100580, %U A060100 1429428,1841100,2352732,2984520,3759720,4705464,5852760,7237461,8900265,10887855 %N A060100 Fifth column (m=4) of triangle A060098. %C A060100 Partial sums of A038164. %H A060100 Colin Barker, <a href="/A060100/b060100.txt">Table of n, a(n) for n = 0..1000</a> %H A060100 Jia Huang, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL26/Huang/huang8.html">Partially Palindromic Compositions</a>, J. Int. Seq. (2023) Vol. 26, Art. 23.4.1. See pp. 4, 20. %H A060100 <a href="/index/Rec#order_13">Index entries for linear recurrences with constant coefficients</a>, signature (5,-6,-10,29,-9,-36,36,9,-29,10,6,-5,1). %F A060100 a(n)= sum(A060098(n+4, 4)). %F A060100 G.f.: 1/((1-x^2)^4*(1-x)^5) = 1/((1-x)^9*(1+x)^4). %F A060100 a(n) = (315*(3797+299*(-1)^n) + 12*(204347+4165*(-1)^n)*n + 2*(970241+4095*(-1)^n)*n^2 + 28*(28457+15*(-1)^n)*n^3 + 189168*n^4 + 26936*n^5 + 2268*n^6 + 104*n^7 + 2*n^8) / 1290240. - _Colin Barker_, Jan 17 2017 %o A060100 (PARI) Vec(1 / ((1-x)^9*(1+x)^4) + O(x^40)) \\ _Colin Barker_, Jan 17 2017 %K A060100 nonn,easy %O A060100 0,2 %A A060100 _Wolfdieter Lang_, Apr 06 2001