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!)
A203194 (n-1)-st elementary symmetric function of the first n terms of (1,2,6,20,70,252,...)=A000984. 1
1, 3, 20, 412, 29080, 7344960, 6790976640, 23310543674880, 300020122552550400, 14587151144134593024000, 2695072097623041659787264000, 1901191652075515716657381408768000, 5141119908014521906432306538772430848000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
f[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}] (* A203194 *)
CROSSREFS
Cf. A000984.
Sequence in context: A203519 A003150 A326869 * A322455 A138897 A365365
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 August 11 22:08 EDT 2024. Contains 375076 sequences. (Running on oeis4.)