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!)
A047991 Triangle formed from expansion of (x-1)(x+2)(x-3)...(x+-n). 4

%I #17 Sep 25 2021 06:51:21

%S 1,1,-1,1,1,-2,1,-2,-5,6,1,2,-13,-14,24,1,-3,-23,51,94,-120,1,3,-41,

%T -87,400,444,-720,1,-4,-62,200,1009,-2356,-3828,5040,1,4,-94,-296,

%U 2609,5716,-22676,-25584,40320,1,-5,-130,550,5273,-17765,-74120,178500,270576,-362880

%N Triangle formed from expansion of (x-1)(x+2)(x-3)...(x+-n).

%D Studied by M. Bhargava (bhargava(AT)math.Princeton.EDU) and H. S. Wilf.

%H T. D. Noe, <a href="/A047991/b047991.txt">Rows n=0..100 of triangle, flattened</a>

%e Triangle begins

%e 1;

%e 1, -1;

%e 1, 1, -2;

%e 1, -2, -5, 6;

%e 1, 2, -13, -14, 24;

%e 1, -3, -23, 51, 94, -120;

%e 1, 3, -41, -87, 400, 444, -720;

%e 1, -4, -62, 200, 1009, -2356, -3828, 5040;

%e 1, 4, -94, -296, 2609, 5716, -22676, -25584, 40320;

%t With[{nn=10},Flatten[Table[Reverse[CoefficientList[Series[Times@@ Table[x+n (-1)^n,{n,i}],{x,0,nn}],x]],{i,0,nn}]]] (* _Harvey P. Dale_, Aug 28 2012 *)

%Y A047990 gives sums of absolute values of rows.

%K sign,tabl,easy,nice

%O 0,6

%A _N. J. A. Sloane_

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 12 17:59 EDT 2024. Contains 372493 sequences. (Running on oeis4.)