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!)
A203150 (n-1)-st elementary symmetric function of the first n terms of (1,2,1,2,1,2,1,2,1,2,...)=A000034. 1
1, 3, 5, 12, 16, 36, 44, 96, 112, 240, 272, 576, 640, 1344, 1472, 3072, 3328, 6912, 7424, 15360, 16384, 33792, 35840, 73728, 77824, 159744, 167936, 344064, 360448, 737280, 770048, 1572864, 1638400, 3342336, 3473408, 7077888, 7340032 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Empirical G.f.: x*(1+3*x+x^2)/(1-4*x^2+4*x^4). - Colin Barker, Jan 03 2012
Conjecture: a(n) = (6*r*n+(1+3*(1-r)*n)*(1-(-1)^n))*r^(n-1)/8, where r=sqrt(2). - Bruno Berselli, Jan 03 2011
EXAMPLE
Let esf abbreviate "elementary symmetric function". Then
0th esf of {1}: 1
1st esf of {1,2}: 1+2=3
2nd esf of {1,2,1} is 1*2+1*1+2*1=5
MATHEMATICA
f[k_] := 1 + Mod[k + 1, 2];
t[n_] := Table[f[k], {k, 1, n}]
a[n_] := SymmetricPolynomial[n - 1, t[n]]
Table[a[n], {n, 1, 33}] (* A203150 *)
CROSSREFS
Cf. A000034, A167667 (bisection?), A053220 (bisection?)
Sequence in context: A213036 A032438 A025083 * A237351 A299490 A361274
KEYWORD
nonn,easy
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 | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 04:29 EDT 2024. Contains 371782 sequences. (Running on oeis4.)