cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A127894 Inverse of Riordan array (1/(1-x)^3, x/(1-x)^3).

This page as a plain text file.
%I A127894 #11 Apr 30 2018 15:51:53
%S A127894 1,-3,1,12,-6,1,-55,33,-9,1,273,-182,63,-12,1,-1428,1020,-408,102,-15,
%T A127894 1,7752,-5814,2565,-760,150,-18,1,-43263,33649,-15939,5313,-1265,207,
%U A127894 -21,1,246675,-197340,98670,-35880,9750,-1950,273,-24,1
%N A127894 Inverse of Riordan array (1/(1-x)^3, x/(1-x)^3).
%C A127894 First column is (-1)^n*A001764(n+1). Row sums are (-1)^n*A006013(n). Inverse of A127893.
%H A127894 G. C. Greubel, <a href="/A127894/b127894.txt">Rows n=0..100 of triangle, flattened</a>
%e A127894 Triangle begins
%e A127894 1,
%e A127894 -3, 1,
%e A127894 12, -6, 1,
%e A127894 -55, 33, -9, 1,
%e A127894 273, -182, 63, -12, 1,
%e A127894 -1428, 1020, -408, 102, -15, 1,
%e A127894 7752, -5814, 2565, -760, 150, -18, 1,
%e A127894 -43263, 33649, -15939, 5313, -1265, 207, -21, 1,
%e A127894 246675, -197340, 98670, -35880, 9750, -1950, 273, -24, 1,
%e A127894 -1430715, 1170585, -610740, 237510, -71253, 16443, -2842, 348, -27, 1,
%e A127894 8414640, -7012200, 3786588, -1553472, 503440, -129456, 26040, -3968, 432, -30, 1
%t A127894 Table[If[k == 0, (-1)^(n-1)*Binomial[3*n, n-k]/(2*n+1), (-1)^(n-k-1)*((k + 1)/(n))*Binomial[3*n, n-k-1]], {n, 1, 100}, {k, 0, n-1}] // Flatten (* _G. C. Greubel_, Apr 29 2018 *)
%o A127894 (PARI) for(n=1,10, for(k=0,n-1, print1(if(k==0, (-1)^(n-1)*binomial(3*n, n-k)/(2*n+1), (-1)^(n-k-1)*((k+1)/n)*binomial(3*n, n-k-1)), ", "))) \\ _G. C. Greubel_, Apr 29 2018
%Y A127894 Cf. A001764, A006013, A127893.
%K A127894 sign,tabl
%O A127894 0,2
%A A127894 _Paul Barry_, Feb 04 2007
%E A127894 Terms a(39) onward added by _G. C. Greubel_, Apr 29 2018