login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A203195 (n-1)-st elementary symmetric function of the first n Catalan numbers (A000108). 1

%I #7 Oct 01 2016 12:15:36

%S 1,2,5,27,388,16436,2175432,934036488,1336005150480,6496133192508960,

%T 109111368146935714560,6414259771390908431554560,

%U 1334245289372299128934618629120,991211300949703256415518451506380800

%N (n-1)-st elementary symmetric function of the first n Catalan numbers (A000108).

%t f[k_] := (1/k) Binomial[2 k - 2, k - 1];

%t t[n_] := Table[f[k], {k, 1, n}]

%t a[n_] := SymmetricPolynomial[n - 1, t[n]]

%t Table[a[n], {n, 1, 14}] (* A203195 *)

%Y Cf. A000108, A003046 (n-th elem. symm. func.), A014137 (1st elm. symm. func.).

%K nonn

%O 1,2

%A _Clark Kimberling_, Dec 30 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)