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
1, 2, 5, 27, 388, 16436, 2175432, 934036488, 1336005150480, 6496133192508960, 109111368146935714560, 6414259771390908431554560, 1334245289372299128934618629120, 991211300949703256415518451506380800 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
f[k_] := (1/k) Binomial[2 k - 2, k - 1];
t[n_] := Table[f[k], {k, 1, n}]
a[n_] := SymmetricPolynomial[n - 1, t[n]]
Table[a[n], {n, 1, 14}] (* A203195 *)
CROSSREFS
Cf. A000108, A003046 (n-th elem. symm. func.), A014137 (1st elm. symm. func.).
Sequence in context: A079716 A322151 A355765 * A333120 A058182 A057438
KEYWORD
nonn
AUTHOR
Clark Kimberling, Dec 30 2011
STATUS
approved

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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)