login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A203151 (n-1)-st elementary symmetric function of {1,1,2,2,3,3,4,4,5,5,...,Floor[(n+1)/2]}. 1
1, 2, 5, 12, 40, 132, 564, 2400, 12576, 65760, 408960, 2540160, 18299520, 131725440, 1079205120, 8836853760, 81157386240, 745047797760, 7582159872000, 77138417664000, 861690783744000, 9623448705024000, 117074735382528000 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

LINKS

Table of n, a(n) for n=1..23.

EXAMPLE

Let esf abbreviate "elementary symmetric function".  Then

0th esf of {2}:  1

1st esf of {1,1}:  1+1=2

2nd efs of {1,1,2} is 1*1+1*2+1*2=5

MATHEMATICA

f[k_] := Floor[(k + 1)/2]; t[n_] := Table[f[k], {k, 1, n}]

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

Table[a[n], {n, 1, 22}] (* A203151 *)

CROSSREFS

Cf. A203152.

Sequence in context: A050258 A051436 A054581 * A140440 A005664 A009739

Adjacent sequences:  A203148 A203149 A203150 * A203152 A203153 A203154

KEYWORD

nonn

AUTHOR

Clark Kimberling, Dec 29 2011

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified June 19 19:03 EDT 2013. Contains 226416 sequences.