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 A295228 #6 Apr 03 2021 18:08:28 %S A295228 1,0,1,1,9,243,15156,1853216,393861700,133524487369,67784261131182, %T A295228 49102947079265422,48868239988727255585,64803779202807835851565, %U A295228 111657015638972745549794074,244745390650212498564219429909,670332605628298040569504378787338 %N A295228 a(n) = sum_{k=0,...,[n/2]} |s(n-k,k)|^3, s = A048994, Stirling numbers of the first kind. %H A295228 Edyta Hetmaniok, Barbara Smoleń, Roman Wituła, <a href="http://ceur-ws.org/Vol-1853/p07.pdf">The Stirling triangles</a>, Proceedings of the Symposium for Young Scientists in Technology, Engineering and Mathematics (SYSTEM 2017), Kaunas, Lithuania, April 28, 2017, p. 35-41. %t A295228 Abs[Table[Sum[StirlingS1[n-k,k]^3,{k,0,Floor[n/2]}],{n,0,20}]] (* _Harvey P. Dale_, Apr 03 2021 *) %K A295228 nonn %O A295228 0,5 %A A295228 _Eric M. Schmidt_, Nov 18 2017