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 A064341 #10 Jan 20 2024 18:53:06 %S A064341 1,1,6,81,1566,36126,921456,25055001,711951606,20891575566, %T A064341 628237506276,19259213633226,599654171202156,18911332670183856, %U A064341 602840023457208516,19392890824608619401,628769286622411762086 %N A064341 Generalized Catalan numbers C(3,3; n). %C A064341 See triangle A064879 with columns m built from C(m,m; n), m >= 0, also for Derrida et al. and Liggett references. %H A064341 J. Abate, W. Whitt, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL14/Whitt/whitt6.html">Brownian Motion and the Generalized Catalan Numbers</a>, J. Int. Seq. 14 (2011) # 11.2.6, corollary 6. %F A064341 a(n) = ((9^(n-1))/(n-1))*sum((m+1)*(m+2)*binomial(2*(n-2)-m, n-2-m)*((1/3)^(m+1)), m=0..n-2), n >= 2, a(0) := 1=: a(1). %F A064341 G.f.: (1-5*x*c(9*x))/(1-3*x*c(9*x))^2 = c(9*x)*(5+4*c(9*x))/(1+2*c(9*x))^2 = (5*c(9*x)*(3*x)^2+4*(1+4*x))/(2+3*x)^2 with c(x)= A(x) g.f. of Catalan numbers A000108. %F A064341 2*(-n+1)*a(n) +3*(23*n-60)*a(n-1) +54*(2*n-3)*a(n-2)=0. - _R. J. Mathar_, Aug 09 2017 %Y A064341 Cf. A064340. %K A064341 nonn,easy %O A064341 0,3 %A A064341 _Wolfdieter Lang_, Oct 12 2001