cp's OEIS Frontend

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.

A116867 Convolution of generalized Catalan sequence A064063 (named C(3;n)).

Original entry on oeis.org

1, 2, 9, 58, 446, 3792, 34369, 325538, 3184206, 31917772, 326156474, 3385065348, 35585008816, 378116619692, 4054571715729, 43820012675698, 476830454211926, 5219833626494412, 57444768682580494, 635176593108262028
Offset: 0

Views

Author

Wolfdieter Lang, Mar 24 2006

Keywords

Comments

Row sums of generalized Catalan triangle A116866 (named C(1,3)).

Formula

a(n)=sum(A116866(n,m),m=0..n), n>=0.
G.f.: ((1+3*x*c(3*x)/2)/(1+x/2))^2 = (4-3*x + 15*x*c(3*x))/(2+x)^2, with the o.g.f. c(x) of A000108 (Catalan numbers).
a(n)= sum(C(3;n-k)*C(3;k),k=0..n), n>=0, with C(3;n):= A064063(n).
2*n*a(n) +(-23*n+37)*a(n-1) +6*(-2*n+1)*a(n-2)=0. - R. J. Mathar, Aug 09 2017