A147722
Row sums of Riordan array ((1-3x)/(1-4x+x^2), x(1-x)/(1-4x+x^2)).
Original entry on oeis.org
1, 2, 8, 36, 164, 748, 3412, 15564, 70996, 323852, 1477268, 6738636, 30738644, 140215948, 639602452, 2917580364, 13308696916, 60708323852, 276924225428, 1263204479436, 5762173946324, 26284460772748, 119897955971092, 546920858309964, 2494808379607636, 11380200181418252
Offset: 0
-
CoefficientList[Series[(1 - 3x)/(1 - 5x + 2x^2) , {x, 0, 21}], x] (* Indranil Ghosh, Mar 10 2017 *)
LinearRecurrence[{5,-2},{1,2},30] (* Harvey P. Dale, Aug 26 2021 *)
-
Vec((1 - 3*x)/(1 - 5*x + 2*x^2) + O(x^22)) \\ Indranil Ghosh, Mar 10 2017
A147720
Riordan array (1, x(1-x)/(1-3x)).
Original entry on oeis.org
1, 0, 1, 0, 2, 1, 0, 6, 4, 1, 0, 18, 16, 6, 1, 0, 54, 60, 30, 8, 1, 0, 162, 216, 134, 48, 10, 1, 0, 486, 756, 558, 248, 70, 12, 1, 0, 1458, 2592, 2214, 1168, 410, 96, 14, 1, 0, 4374, 8748, 8478, 5160, 2150, 628, 126, 16
Offset: 0
Triangle begins
1;
0, 1;
0, 2, 1;
0, 6, 4, 1;
0, 18, 16, 6, 1;
0, 54, 60, 30, 8, 1;
0, 162, 216, 134, 48, 10, 1;
-
nmax=9; Flatten[CoefficientList[Series[CoefficientList[Series[(1-3*x)/(1-(3+y)*x+y*x^2), {x, 0, nmax}],x],{y,0,nmax}],y]] (* Indranil Ghosh, Mar 10 2017, after Philippe Deléham *)
A147724
a(n) = C(3,n) DELTA C(0,n).
Original entry on oeis.org
1, 1, 1, 4, 5, 1, 25, 33, 9, 1, 172, 238, 78, 13, 1, 1201, 1745, 667, 139, 17, 1, 8404, 12807, 5583, 1376, 216, 21, 1, 58825, 93841, 45822, 12950, 2429, 309, 25, 1, 411772, 686288, 370108, 117458, 25366, 3890, 418, 29, 1, 2882401, 5009889, 2951034, 1035834, 251583, 44607, 5823, 543, 33, 1
Offset: 0
Triangle begins
1;
1, 1;
4, 5, 1;
25, 33, 9, 1;
172, 238, 78, 13, 1;
-
nmax=9; Flatten[CoefficientList[Series[CoefficientList[Series[(1 - 7*x + 3*x^2)/(1 - 8*x + 7*x^2 - x*y + 4*x^2*y) , {x, 0, nmax}], x], {y, 0, nmax}], y]] (* Indranil Ghosh, Mar 10 2017 *)
A206831
Triangle T(n,k), read by rows, given by (1, -2, 1, 0, 0, 0, 0, 0, 0, 0, ...) DELTA (1, 0, 0, 0, 0, 0, 0, 0, 0, 0, ...) where DELTA is the operator defined in A084938.
Original entry on oeis.org
1, 1, 1, -1, 0, 1, -1, -3, -1, 1, 1, 0, -4, -2, 1, 1, 5, 4, -4, -3, 1, -1, 0, 9, 10, -3, -4, 1, -1, -7, -9, 9, 17, -1, -5, 1, 1, 0, -16, -28, 2, 24, 2, -6, 1, 1, 9, 16, -16, -54, -14, 30, 6, -7, 1, -1, 0, 25, 60, 10
Offset: 0
Triangle begins :
1
1, 1
-1, 0, 1
-1, -3, -1, 1
1, 0, -4, -2, 1
1, 5, 4, -4, -3, 1
-1, 0, 9, 10, -3, -4, 1
-1, -7, -9, 9, 17, -1, -5, 1
1, 0, -16, -28, 2, 24, 2, -6, 1
1, 9, 16, -16, -54, -14, 30, 6, -7, 1
-1, 0, 25, 60, 10, -80, -40, 34, 11, -8, 1
-
nmax=10; Flatten[CoefficientList[Series[CoefficientList[Series[(1 + x)/(1 - y*x + (1 + y)*x^2), {x, 0, nmax}], x], {y, 0, nmax}], y]] (* Indranil Ghosh, Mar 10 2017 *)
Showing 1-4 of 4 results.
Comments