A098618 Products of A007482 and Catalan numbers: a(n) = A007482(n)*A000108(n).
1, 3, 22, 195, 1946, 20790, 232716, 2693691, 31979090, 387243714, 4764470932, 59391201870, 748472730628, 9520446996300, 122067269204760, 1575965219205195, 20470515781159170, 267325017886787850
Offset: 0
Keywords
Examples
Begins: {1*1, 3*1, 11*2, 39*5, 139*14, 495*42, 1763*132, 6279*429,...}.
Programs
-
PARI
{a(n)=binomial(2*n,n)/(n+1)*((3+sqrt(17))^(n+1)-(3-sqrt(17))^(n+1))/2^(n+1)/sqrt(17)}
Formula
G.f.: A(x) = sqrt((1-6*x - sqrt(1-12*x-32*x^2))/34 )/x.
n*(n+1)*a(n) -6*n*(2*n-1)*a(n-1) -8*(2*n-1)*(2*n-3)*a(n-2)=0. - R. J. Mathar, Nov 17 2018
Comments