A113663
Self-convolution cube of A113669, where a(n) = A113669(n+1)/(n+1).
Original entry on oeis.org
1, 3, 21, 226, 3216, 56229, 1158249, 27367560, 728245038, 21531918486, 700096811670, 24826071871890, 953594302010230, 39446976470619801, 1748616265593936681, 82701936091459565976, 4157268410857737364182
Offset: 0
-
{a(n)=local(A=1+x*O(x^n));for(i=1,n, A=(1+x*deriv(x*A))^3);polcoeff(A,n,x)}
A113664
Self-convolution 4th power of A113670, where a(n) = A113670(n+1)/(n+1).
Original entry on oeis.org
1, 4, 38, 556, 10745, 254700, 7100444, 226687964, 8138624340, 324257974800, 14191562670382, 676772204063828, 34931592000218062, 1940427169943222088, 115440543670528170360, 7323969420842077029820, 493653199877341017573868
Offset: 0
-
{a(n)=local(A=1+x*O(x^n));for(i=1,n, A=(1+x*deriv(x*A))^4);polcoeff(A,n,x)}
A113665
Self-convolution 5th power of A113671, where a(n) = A113671(n+1)/(n+1).
Original entry on oeis.org
1, 5, 60, 1110, 27105, 811026, 28511130, 1146762120, 51826136580, 2597311722545, 142897603735880, 8561763675801900, 554962861232408910, 38698651781787343980, 2889100726488051970230, 229948324353525499175160
Offset: 0
-
{a(n)=local(A=1+x*O(x^n));for(i=1,n, A=(1+x*deriv(x*A))^5);polcoeff(A,n,x)}
A113666
Self-convolution 6th power of A113672, where a(n) = A113672(n+1)/(n+1).
Original entry on oeis.org
1, 6, 87, 1946, 57429, 2075376, 88058362, 4272270786, 232769956974, 14056832143770, 931523802358452, 67202173618455120, 5243275012537211083, 439986956480236610424, 39519795153012732250740
Offset: 0
-
{a(n)=local(A=1+x*O(x^n));for(i=1,n, A=(1+x*deriv(x*A))^6);polcoeff(A,n,x)}
A113667
Self-convolution 7th power of A113673, where a(n) = A113673(n+1)/(n+1).
Original entry on oeis.org
1, 7, 119, 3122, 108031, 4575543, 227428166, 12920344256, 823981508700, 58224680389435, 4513525625433076, 380801193456921958, 34738963053424196609, 3407790141561016562022, 357764735284328750251272
Offset: 0
-
{a(n)=local(A=1+x*O(x^n));for(i=1,n, A=(1+x*deriv(x*A))^7);polcoeff(A,n,x)}
A113668
Self-convolution 8th power of A113674, where a(n) = A113674(n+1)/(n+1).
Original entry on oeis.org
1, 8, 156, 4696, 186406, 9053640, 515875660, 33585910968, 2453913830097, 198609146859416, 17630476159933080, 1703025192274201272, 177846105338917975896, 19968484152350242447288
Offset: 0
-
{a(n)=local(A=1+x*O(x^n));for(i=1,n, A=(1+x*deriv(x*A))^8);polcoeff(A,n,x)}
A338377
G.f. satisfies: A(x) = (1 + x * d/dx(x*A(x)) )^n.
Original entry on oeis.org
1, 1, 9, 226, 10745, 811026, 88058362, 12920344256, 2453913830097, 584608650175630, 170543970449421371, 59769169004510011674, 24775053368568412720967, 11989194513429991057937296, 6698670769128767044654361520, 4280089524780608663200103685056, 3101341801862271814724389007080481
Offset: 0
a(2) = A113662(2) = 9
a(3) = A113663(3) = 226
a(4) = A113664(4) = 10745
a(5) = A113665(5) = 811026
a(6) = A113666(6) = 88058362
a(7) = A113667(7) = 12920344256
a(8) = A113668(8) = 2453913830097
-
{a(n)=local(A=1+x*O(x^n)); for(i=1, n, A=(1+x*deriv(x*A))^n); polcoeff(A, n, x)}
for(n=0, 20, print1(a(n), ", "))
Showing 1-7 of 7 results.
Comments