A138110
Table T(d,n) read column by column: the n-th term in the sequence of the d-th differences of A138112, d=0..4.
Original entry on oeis.org
0, 0, 0, 1, -1, 0, 0, 1, 0, -1, 0, 1, 1, -1, -1, 1, 2, 0, -2, -1, 3, 2, -2, -3, 0, 5, 0, -5, -3, 3, 5, -5, -8, 0, 8, 0, -13, -8, 8, 13, -13, -21, 0, 21, 13, -34, -21, 21, 34, 0, -55, 0, 55, 34, -34, -55, 55, 89, 0, -89, 0, 144, 89, -89, -144, 144, 233, 0, -233, -144, 377, 233, -233, -377, 0, 610, 0, -610, -377, 377
Offset: 0
All 5 rows of the table T(d,n) are:
.0,.0,.0,.1,.3,.5,.5,..0,-13,-34,-55,-55,...0,.144,...
.0,.0,.1,.2,.2,.0,-5,-13,-21,-21,..0,.55,.144,.233,...
.0,.1,.1,.0,-2,-5,-8,.-8,..0,.21,.55,.89,..89,...0,...
.1,.0,-1,-2,-3,-3,.0,..8,.21,.34,.34,..0,.-89,-233,...
-1,-1,-1,-1,.0,.3,.8,.13,.13,..0,-34,-89,-144,-144,...
A140344
Catalan triangle A009766 prepended by n zeros in its n-th row.
Original entry on oeis.org
1, 0, 1, 1, 0, 0, 1, 2, 2, 0, 0, 0, 1, 3, 5, 5, 0, 0, 0, 0, 1, 4, 9, 14, 14, 0, 0, 0, 0, 0, 1, 5, 14, 28, 42, 42, 0, 0, 0, 0, 0, 0, 1, 6, 20, 48, 90, 132, 132, 0, 0, 0, 0, 0, 0, 0, 1, 7, 27, 75, 165, 297, 429, 429, 0, 0, 0, 0, 0, 0, 0, 0, 1, 8, 35, 110, 275, 572, 1001, 1430, 1430
Offset: 0
Triangle starts
1;
0,1,1;
0,0,1,2,2;
0,0,0,1,3,5,5;
0,0,0,0,1,4,9,14,14;
-
Table[Join[Array[0&, n], Table[Binomial[n+k, n]*(n-k+1)/(n+1), {k, 0, n}]], {n, 0, 8}] // Flatten (* Jean-François Alcover, Dec 16 2014 *)
A139687
Basis of degenerate cases of sequences identical to its p-th differences. Complement to A140344 which is based on natural Catalan's triangle. Triangle without first term (probable 1) on line.
Original entry on oeis.org
1, 1, 1, 2, 2, 1, 3, 5, 5, 1, 3, 6, 9, 9, 1, 4, 10, 19, 28, 28, 1, 4, 10, 20, 34, 48, 48, 1, 5, 15, 35, 69, 117, 165, 165, 1, 5, 15, 35, 70, 125, 200, 275, 275, 1, 6, 21, 56, 126, 251, 451, 726, 1001, 1001, 1, 6, 21, 56, 126, 252, 461, 780, 1209, 1638, 1638
Offset: 0
Original entry on oeis.org
-5, -1, -2, -4, -8, -16, -32, -64, -128, -256, -512, -1024, -2048, -4096, -8192, -16384, -32768, -65536, -131072, -262144, -524288, -1048576, -2097152, -4194304, -8388608, -16777216, -33554432, -67108864, -134217728, -268435456, -536870912, -1073741824
Offset: 0
Original entry on oeis.org
4, 4, 4, 4, 0, -12, -32, -52, -52, 0, 136, 356, 576, 576, 0, -1508, -3948, -6388, -6388, 0, 16724, 43784, 70844, 70844, 0, -185472, -485572, -785672, -785672, 0, 2056916, 5385076, 8713236, 8713236, 0, -22811548, -59721408, -96631268, -96631268, 0, 252983944, 662320564
Offset: 0
Showing 1-5 of 5 results.
Comments