A185755
Triangle: T(n,k) equals the coefficient of x^n*y^k in the n-th iteration of x*(1+xy)/(1-x), for n>=1, 0<=k
Original entry on oeis.org
1, 2, 2, 9, 15, 6, 64, 154, 120, 30, 625, 1995, 2340, 1190, 220, 7776, 31191, 49315, 38325, 14595, 2170, 117649, 571221, 1142932, 1204588, 704102, 215950, 27076, 2097152, 11992688, 29141994, 38972388, 30945432, 14570976, 3761310, 409836
Offset: 1
Triangle begins:
1;
2, 2;
9, 15, 6;
64, 154, 120, 30;
625, 1995, 2340, 1190, 220;
7776, 31191, 49315, 38325, 14595, 2170;
117649, 571221, 1142932, 1204588, 704102, 215950, 27076;
2097152, 11992688, 29141994, 38972388, 30945432, 14570976, 3761310, 409836;
43046721, 283976517, 814059798, 1323693384, 1334427720, 853356072, 337738758, 75550188, 7303164; ...
-
{T(n,k)=local(A=x, G=x*(1+x*y)/(1-x)); for(i=1, n, A=subst(G, x, A+x*O(x^n)));polcoeff(polcoeff(A, n,x),k,y)}
Original entry on oeis.org
2, 15, 154, 1995, 31191, 571221, 11992688, 283976517, 7487521975, 217567092743, 6907888374828, 237951469523807, 8838510559556783, 352160268261051113, 14982705940607112640, 677935029521206050505, 32508195354031791206799
Offset: 1
Original entry on oeis.org
2, 15, 120, 1190, 14595, 215950, 3761310, 75550188, 1721103648, 43872089118, 1237592664451, 38282002057156, 1288537309627464, 46886217384094764, 1834003542264708444, 76744318019878844916, 3420833746251201921980
Offset: 1
-
{a(n)=local(A=x, G=x*(1+x*y)/(1-x)); for(i=1, n+1, A=subst(G, x, A+O(x^(n+2))));polcoeff(polcoeff(A, n+1,x),n-1,y)}
Original entry on oeis.org
9, 154, 2340, 38325, 704102, 14570976, 337738758, 8697532008, 246819113442, 7660379273261, 258275171344333, 9403520522325228, 367786323703199388, 15381080863799688012, 684987041358431417024, 32366520461834117146792
Offset: 1
-
{a(n)=local(A=x, G=x*(1+x*y)/(1-x)); for(i=1, n+2, A=subst(G, x, A+O(x^(n+3))));polcoeff(polcoeff(A, n+2,x),n-1,y)}
Showing 1-4 of 4 results.
Comments