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!)
A203903 a(n)=f(a(1),a(2),...,a(n-1)), where f=(n-2)-nd elementary symmetric function and a(1)=1, a(2)=1, a(3)=1. 1
1, 1, 1, 3, 10, 103, 10639, 113191411, 12812295557045431, 164154917441086094769014370809371, 26946836920089791747880319422619013022132207748812110372395151551 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
The same recurrence applied to initial values
a(1)=1, a(2)=1, a(3)=2 yields A057438.
The same recurrence applied to initial values
a(1)=1, a(2)=2, a(3)=3 yields A061482.
LINKS
MATHEMATICA
a[1] = 1; a[2] = 1; a[3] = 1;
t[3] = {a[1], a[2], a[3]};
a[n_] := SymmetricPolynomial[n - 2, t[n - 1]]
t[n_] := Append[t[n - 1], {a[n]}]
Flatten[Table[a[n], {n, 1, 12}]] (* A203903 *)
CROSSREFS
Sequence in context: A062013 A023372 A025541 * A173325 A233257 A261127
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jan 07 2012
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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)