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 A026032 #15 May 10 2020 15:06:17 %S A026032 1,3,15,84,494,2988,18411,114950,724845,4606095,29451240,189264672, %T A026032 1221417360,7910510312,51388786107,334716829674,2185180379179, %U A026032 14294808917025,93680975707935,614925987859260,4042236129950970 %N A026032 a(n) = C(3n,n) - C(3n,n-4). %F A026032 G.f.: (2*g-1)*(2*g^2-2*g+1)/((3*g-1)*(g-1)^4) where g*(1-g)^2 = x. - _Mark van Hoeij_, Nov 09 2011 %t A026032 Table[Binomial[3n,n]-Binomial[3n,n-4],{n,0,20}] (* _Harvey P. Dale_, Dec 14 2012 *) %o A026032 (PARI) a(n) = binomial(3*n,n) - binomial(3*n,n-4); \\ _Michel Marcus_, May 10 2020 %Y A026032 a(n) = T(3n, n), where T is defined in A026022. %K A026032 nonn %O A026032 0,2 %A A026032 _Clark Kimberling_ %E A026032 More terms from _Ralf Stephan_, Jan 09 2005