The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A203232 (n-1)-st elementary symmetric function of the first n terms of the periodic sequence (2,3,2,3,2,3,...). 2
1, 5, 16, 60, 156, 540, 1296, 4320, 9936, 32400, 72576, 233280, 513216, 1632960, 3545856, 11197440, 24074496, 75582720, 161243136, 503884800, 1068235776, 3325639680, 7014076416, 21767823360, 45712429056, 141490851840 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Conjecture: a(n)=12*a(n-2)-36*a(n-4) with G.f. x*(1+x)*(4*x+1) / (-1+6*x^2)^2 . - R. J. Mathar, Oct 15 2013
MATHEMATICA
r = {2, 3, 2, 3, 2, 3};
s = Flatten[{r, r, r, r, r, r, r, r, r}];
t[n_] := Part[s, Range[n]]
a[n_] := SymmetricPolynomial[n - 1, t[n]]
Table[a[n], {n, 1, 32}] (* A203232 *)
CROSSREFS
Cf. A203233.
Sequence in context: A047103 A226897 A077235 * A098347 A203414 A189450
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 May 29 00:29 EDT 2024. Contains 372921 sequences. (Running on oeis4.)