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 A098437 #12 Jan 10 2018 21:11:38 %S A098437 1,2,11,111,1732,41153,1361023,59661972,3400514643,244686040585, %T A098437 21672428066346,2327934086035165,299095824104595685, %U A098437 45325168774732866658,8011977427652269129031 %N A098437 Row sums in triangle of 3rd central factorial numbers (A098436). %H A098437 John Riordan, <a href="/A002720/a002720_2.pdf">Letter, Apr 28 1976.</a> %F A098437 O.g.f.: Sum_{n>=0} x^n / Product_{k=1..n+1} (1-k^3*x). [From Paul D. Hanna, Feb 15 2012] %F A098437 G.f.: (1 - G(0) )/(1-x) where G(k) =1 - 1/(1 - x*k^3)/(1-x/(x-1/G(k+1) )); (recursively defined continued fraction). - _Sergei N. Gladkovskii_, Jan 17 2013 %o A098437 (PARI) {a(n)=polcoeff(sum(m=0, n, x^m/prod(k=1,m+1,1-k^3*x +x*O(x^n))), n)} /* Paul D. Hanna, Feb 15 2012 */ %K A098437 nonn %O A098437 0,2 %A A098437 _Ralf Stephan_, Sep 08 2004