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!)
A203229 (n-1)-st elementary symmetric function of (1,16,...,n^4). 4
1, 17, 1393, 357904, 224021776, 290539581696, 697854274212096, 2859056348455305216, 18760911610508623282176, 187626456226399005573120000, 2747212346823835568109649920000, 56968733990900457398848318341120000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) ~ 2 * Pi^6 * n^(4*n+2) / (45*exp(4*n)). - Vaclav Kotesovec, Aug 27 2017
Sum_{n>=1} a(n) * x^n / (n!)^4 = polylog(4,x) / (1 - x). - Ilya Gutkovskiy, Jul 14 2020
MATHEMATICA
f[k_] := k^4; t[n_] := Table[f[k], {k, 1, n}]
a[n_] := SymmetricPolynomial[n - 1, t[n]]
Table[a[n], {n, 1, 14}] (* A203229 *)
Table[(n!)^4 * Sum[1/i^4, {i, 1, n}], {n, 1, 20}] (* Vaclav Kotesovec, Aug 27 2017 *)
CROSSREFS
Column k=4 of A291556.
Sequence in context: A219562 A183236 A007410 * A269791 A256020 A072160
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 15 10:50 EDT 2024. Contains 372540 sequences. (Running on oeis4.)