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!)
A288207 Irregular triangle read by rows: mean version of Girard-Waring formula A210258, for m = 5 data values. 6

%I #44 Jul 04 2017 09:35:58

%S 1,5,-4,25,-30,6,125,-200,40,40,-4,625,-1250,250,500,-25,-100,1,3125,

%T -7500,1500,4500,-150,-1200,6,-400,60,60,15625,-43750,8750,35000,-875,

%U -10500,35,-7000,700,700,1400,-14,-70

%N Irregular triangle read by rows: mean version of Girard-Waring formula A210258, for m = 5 data values.

%C Let SM_k = Sum( d_(t_1, t_2, ... , t_5)* eM_1^t_1 * eM_2^t_2 *...* eM_5^t_5) summed over all length 5 integer partitions of k, i.e., 1*t_1+2*t_2+...+5*t_5=k, where SM_k are the averaged k-th power sum symmetric polynomials in 5 data (i.e., SM_k = S_k/5 where S_k are the k-th power sum symmetric polynomials, and where eM_k are the averaged k-th elementary symmetric polynomials, eM_k = e_k/binomial(5,k) with e_k being the k-th elementary symmetric polynomials. The data d_(t_1, t_2,... , t_5) form a triangle, with one row for each k value starting with k=1; the number of terms in successive rows is nondecreasing.

%H Gregory Gerard Wojnar, <a href="/A288207/a288207.java.txt">Java program</a>

%e Triangle begins:

%e 1;

%e 5, -4;

%e 25, -30, 6;

%e 125, -200, 40, 40, -4;

%e 625, -1250, 250, 500, -100, -25, 1;

%e ...

%e Above represents:

%e SM_1 = 1*eM_1;

%e SM_2 = 5*(eM_1)^2 -4*eM_2;

%e SM_3 = 25*(eM_1)^3 - 30*eM_1*eM_2 + 6*eM_3;

%e SM_4 = 125*(eM_1)^4 - 200*(eM_1)^2*eM_2 + 40*eM_1*eM_3 + 40*(eM_2)^2 - 4*eM_4;

%e SM_5 = 625*(eM_1)^5 - 1250*(eM_1)^3*eM_2 + 250*(eM_1)^2*eM_3 + 500*eM_1*(eM_2)^2 - 100*eM_2*eM_3 - 25*eM_1*eM_4 + 1*eM_5;

%e ...

%o See Java program link.

%Y Cf. A028297 (m=2), A287768 (m=3), A288199 (m=4), A288211 (m=6), A288245 (m=7), A288188 (m=8); A210258 Girard-Waring.

%Y First column of triangle are powers of m=5, A000351.

%K sign,tabf

%O 1,2

%A _Gregory Gerard Wojnar_, Jun 06 2017

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 17 19:53 EDT 2024. Contains 372607 sequences. (Running on oeis4.)