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

 


(n-1)-st elementary symmetric function of {11, 12, 13, 14, ..., 10 + n}.
3

%I #12 Jan 22 2017 19:28:52

%S 1,23,431,7750,140274,2604744,50046408,998853264,20742534576,

%T 448372820160,10086271796160,235977273544320,5737221760152960,

%U 144817445022243840,3791415072241843200,102851265545431603200,2888120485072388966400

%N (n-1)-st elementary symmetric function of {11, 12, 13, 14, ..., 10 + n}.

%H G. C. Greubel, <a href="/A203147/b203147.txt">Table of n, a(n) for n = 1..440</a>

%t t[n_] := Table[k + 10, {k, 1, n}];

%t a[n_] := SymmetricPolynomial[n - 1, t[n]]; Table[a[n], {n, 1, 16}]

%Y Cf. A001705, A165675.

%K nonn

%O 1,2

%A _Clark Kimberling_, Dec 29 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 21 22:57 EDT 2024. Contains 376090 sequences. (Running on oeis4.)