A300590
E.g.f. A(x) satisfies: [x^n] A(x)^(n^2) = n^2 * [x^(n-1)] A(x)^(n^2) for n>=1.
Original entry on oeis.org
1, 1, 5, 175, 18385, 3759701, 1258735981, 630063839035, 445962163492385, 429694421369414185, 547875295770399220981, 903754519692129905068391, 1892423689107542226463430065, 4948056864672913520114055888445, 15922007799835205487157437619131485, 62245856465769048392433555378169339891, 292266373167286246870149657443033728860481
Offset: 0
E.g.f.: A(x) = 1 + x + 5*x^2/2! + 175*x^3/3! + 18385*x^4/4! + 3759701*x^5/5! + 1258735981*x^6/6! + 630063839035*x^7/7! + 445962163492385*x^8/8! + 429694421369414185*x^9/9! + 547875295770399220981*x^10/10! + ...
ILLUSTRATION OF DEFINITION.
The table of coefficients of x^k in A(x)^(n^2) begins:
n=1: [(1), (1), 5/2, 175/6, 18385/24, 3759701/120, 1258735981/720, ...];
n=2: [1, (4), (16), 452/3, 10448/3, 2037388/15, 333368656/45, ...];
n=3: [1, 9, (117/2), (1053/2), 79803/8, 14107743/40, 1472857749/80, ...];
n=4: [1, 16, 160, (4880/3), (78080/3), 11770672/15, 1707161056/45, ...];
n=5: [1, 25, 725/2, 27175/6, (1642225/24), (41055625/24), ...];
n=6: [1, 36, 720, 11340, 180720, (19548324/5), (703739664/5), ...];
n=7: [1, 49, 2597/2, 154399/6, 11125009/24, (1138996229/120), (205943018701/720), ...]; ...
in which the coefficients in parenthesis are related by
1 = 1*(1); 16 = 2^2*(4); 1053/2 = 3^2*(117/2); 78080/3 = 4^2*(4880/3); 41055625/24 = 5^2*(1642225/24); ...
illustrating that: [x^n] A(x)^(n^2) = n^2 * [x^(n-1)] A(x)^(n^2).
LOGARITHMIC PROPERTY.
The logarithm of the e.g.f. is the integer series:
log(A(x)) = x + 2*x^2 + 27*x^3 + 736*x^4 + 30525*x^5 + 1715454*x^6 + 123198985*x^7 + 10931897664*x^8 + 1172808994833*x^9 + 149774206572050*x^10 + ... + A300591(n)*x^n + ...
-
{a(n) = my(A=[1]); for(i=1, n+1, A=concat(A, 0); V=Vec(Ser(A)^((#A-1)^2)); A[#A] = ((#A-1)^2*V[#A-1] - V[#A])/(#A-1)^2 ); n!*A[n+1]}
for(n=0, 30, print1(a(n), ", "))
A300593
O.g.f. A(x) satisfies: [x^n] exp( n^2 * A(x) ) = n^3 * [x^(n-1)] exp( n^2 * A(x) ) for n>=1.
Original entry on oeis.org
1, 6, 216, 18016, 2718575, 667151244, 249904389518, 136335045655680, 104258627494173747, 108236370325030253850, 148475074256982964816314, 263023328027145941803648512, 590040725672004981627313856146, 1648073412972421008768279297745708, 5648002661974709728272920853918580200, 23444503972399728196572891896057248430080
Offset: 1
O.g.f.: A(x) = x + 6*x^2 + 216*x^3 + 18016*x^4 + 2718575*x^5 + 667151244*x^6 + 249904389518*x^7 + 136335045655680*x^8 + 104258627494173747*x^9 ...
where
exp(A(x)) = 1 + x + 13*x^2/2! + 1333*x^3/3! + 438073*x^4/4! + 328561681*x^5/5! + 482408372341*x^6/6! + 1262989939509733*x^7/7! + ... + A300592(n)*x^n/n! + ...
such that: [x^n] exp( n^2 * A(x) ) = n^3 * [x^(n-1)] exp( n^2 * A(x) ).
-
{a(n) = my(A=[1]); for(i=1, n+1, A=concat(A, 0); V=Vec(Ser(A)^((#A-1)^2)); A[#A] = ((#A-1)^3*V[#A-1] - V[#A])/(#A-1)^2 ); polcoeff( log(Ser(A)), n)}
for(n=1, 30, print1(a(n), ", "))
A300594
E.g.f. A(x) satisfies: [x^n] A(x)^(n^3) = n^3 * [x^(n-1)] A(x)^(n^3) for n>=1.
Original entry on oeis.org
1, 1, 9, 1483, 976825, 1507281021, 4409747597401, 21744850191313999, 167557834535988306033, 1913194223179191462419065, 31110747474489521617502800201, 698529144858380953105954686101811, 21123268203104470199318422678044241129, 842759726425517953579189712209822358428213, 43599233739340643789919321494623289001407934105
Offset: 0
E.g.f.: A(x) = 1 + x + 9*x^2/2! + 1483*x^3/3! + 976825*x^4/4! + 1507281021*x^5/5! + 4409747597401*x^6/6! + 21744850191313999*x^7/7! + 167557834535988306033*x^8/8! + 1913194223179191462419065*x^9/9! + 31110747474489521617502800201*x^10/10! + ...
ILLUSTRATION OF DEFINITION.
The table of coefficients of x^k in A(x)^(n^3) begins:
n=1: [(1), (1), 9/2, 1483/6, 976825/24, 502427007/40, 4409747597401/720, ...]
n=2: [1, (8), (64), 6856/3, 1022528/3, 1543097816/15, 2237393526784/45, ...]
n=3: [1, 27, (945/2), (25515/2), 10692675/8, 14849374869/40, 13978534445001/80, ...]
n=4: [1, 64, 2304, (226880/3), (14520320/3), 5124803136/5, 20241220116736/45, ...]
n=5: [1, 125, 16625/2, 2510375/6, (553359625/24), (69169953125/24), ...];
n=6: [1, 216, 24192, 1918728, 131302080, (56555402904/5), (12215967027264/5), ...]; ...
in which the coefficients in parenthesis are related by
1 = 1*1; 64 = 2^3*8; 25515/2 = 3^3*945/2; 14520320/3 = 4^3*226880/3; ...
illustrating that: [x^n] A(x)^(n^3) = n^3 * [x^(n-1)] A(x)^(n^3).
LOGARITHMIC PROPERTY.
The logarithm of the e.g.f. is the integer series:
log(A(x)) = x + 4*x^2 + 243*x^3 + 40448*x^4 + 12519125*x^5 + 6111917748*x^6 + 4308276119854*x^7 + 4151360558858752*x^8 + 5268077625693186225*x^9 + 8567999843251994553500*x^10 + ... + A300595(n)*x^n + ...
-
{a(n) = my(A=[1]); for(i=1, n+1, A=concat(A, 0); V=Vec(Ser(A)^((#A-1)^3)); A[#A] = ((#A-1)^3*V[#A-1] - V[#A])/(#A-1)^3 ); EGF=Ser(A); n!*A[n+1]}
for(n=0, 30, print1(a(n), ", "))
A300596
E.g.f. A(x) satisfies: [x^n] A(x)^(n^4) = n^4 * [x^(n-1)] A(x)^(n^4) for n>=1.
Original entry on oeis.org
1, 1, 17, 13171, 56479849, 738706542221, 22885801082965201, 1448479282286023114807, 169382934361790242266135761, 33954915787325983176711221469529, 10997512067125948734754888814957997361, 5482894935903399886164748355296587003210971, 4041251688669102134446309448401146782811371078137
Offset: 0
E.g.f.: A(x) = 1 + x + 17*x^2/2! + 13171*x^3/3! + 56479849*x^4/4! + 738706542221*x^5/5! + 22885801082965201*x^6/6! + 1448479282286023114807*x^7/7! + 169382934361790242266135761*x^8/8! + ...
ILLUSTRATION OF DEFINITION.
The table of coefficients of x^n in A(x)^(n^4) begins:
n=1: [(1), (1), 17/2, 13171/6, 56479849/24, 738706542221/120, ...];
n=2: [1, (16), (256), 113168/3, 114614528/3, 1486010366512/15, ...];
n=3: [1, 81, (7857/2), (636417/2), 1671341283/8, 20586397669407/40, ...];
n=4: [1, 256, 34816, (11641088/3), (2980118528/3), 26464517792512/15, ...];
n=5: [1, 625, 400625/2, 271091875/6, (232095075625/24), (145059422265625/24), ...];
n=6: [1, 1296, 850176, 379068336, 133027474176, (243163666719504/5), (315140112068477184/5), ...]; ...
in which the coefficients in parenthesis are related by
1 = 1*1; 256 = 2^4*16; 636417/2 = 3^4*7857/2; 2980118528/3 = 4^4*11641088/3; ...
illustrating that: [x^n] A(x)^(n^4) = n^4 * [x^(n-1)] A(x)^(n^4).
LOGARITHMIC PROPERTY.
The logarithm of the e.g.f. is the integer series:
log(A(x)) = x + 8*x^2 + 2187*x^3 + 2351104*x^4 + 6153518125*x^5 + 31779658925496*x^6 + 287364845865893467*x^7 + 4200677982722915635200*x^8 + ... + A300597(n)*x^n + ...
-
{a(n) = my(A=[1]); for(i=1, n+1, A=concat(A, 0); V=Vec(Ser(A)^((#A-1)^4)); A[#A] = ((#A-1)^4*V[#A-1] - V[#A])/(#A-1)^4 ); n!*A[n+1]}
for(n=0, 20, print1(a(n), ", "))
A300614
E.g.f. A(x) satisfies: [x^n] A(x)^(n^5) = n^5 * [x^(n-1)] A(x)^(n^5) for n>=1.
Original entry on oeis.org
1, 1, 33, 118195, 3419881993, 412433022394701, 152749066271797582081, 143430189975946314906194983, 297572051428536567500380512047505, 1228369468294423956894049108209998483353, 9295358239339907973775754707697954813272247041, 120806095217585335844962641542342569940874366294995451
Offset: 0
E.g.f.: A(x) = 1 + x + 33*x^2/2! + 118195*x^3/3! + 3419881993*x^4/4! + 412433022394701*x^5/5! + 152749066271797582081*x^6/6! + 143430189975946314906194983*x^7/7! + ...
ILLUSTRATION OF DEFINITION.
The table of coefficients of x^n in A(x)^(n^5) begins:
n=1: [(1), (1), 33/2, 118195/6, 3419881993/24, 137477674131567/40, ...];
n=2: [1, (32), (1024), 1955104/3, 13739402240/3, 1651861749195104/15, ...];
n=3: [1, 243, (66825/2), (16238475/2), 288411062643/8, 33749327928610701/40, ...];
n=4: [1, 1024, 540672, (647668736/3), (663212785664/3), 18460138990560256/5, ...];
n=5: [1, 3125, 9865625/2, 31824134375/6, (116555654565625/24), (364236420517578125/24), ...];
n=6: [1, 7776, 30357504, 79484677920, 158407197944832, (1433574291388125024/5), (11147473689834060186624/5), ...]; ...
in which the coefficients in parenthesis are related by
1 = 1*1; 1024 = 2^5*32; 16238475/2 = 3^5*66825/2; 663212785664/3 = 4^5*647668736/3; ...
illustrating that: [x^n] A(x)^(n^5) = n^5 * [x^(n-1)] A(x)^(n^5).
LOGARITHMIC PROPERTY.
The logarithm of the e.g.f. is the integer series:
log(A(x)) = x + 16*x^2 + 19683*x^3 + 142475264*x^4 + 3436799053125*x^5 + 212148041589128016*x^6 + 28458158819417861315152*x^7 + 7380230750280159370894934016*x^8 + ... + A300615(n)*x^n + ...
-
{a(n) = my(A=[1]); for(i=1, n+1, A=concat(A, 0); V=Vec(Ser(A)^((#A-1)^5)); A[#A] = ((#A-1)^5*V[#A-1] - V[#A])/(#A-1)^5 ); n!*A[n+1]}
for(n=0, 20, print1(a(n), ", "))
A300616
E.g.f. A(x) satisfies: [x^n] A(x)^n = n^2 * [x^(n-1)] A(x)^n for n>=1.
Original entry on oeis.org
1, 1, 7, 199, 14065, 1924201, 445859911, 161145717727, 85790577700129, 64427620614173425, 65943035132156264071, 89425725156530626400791, 156922032757769223085752337, 349233620942232034199096926489, 968890106809715834110637461124935, 3301188169350221687517822373590448111, 13634136452997022097853039839798901714241
Offset: 0
E.g.f.: A(x) = 1 + x + 7*x^2/2! + 199*x^3/3! + 14065*x^4/4! + 1924201*x^5/5! + 445859911*x^6/6! + 161145717727*x^7/7! + 85790577700129*x^8/8! + ...
ILLUSTRATION OF DEFINITION.
The table of coefficients of x^n in A(x)^n begins:
n=1: [(1), (1), 7/2, 199/6, 14065/24, 1924201/120, 445859911/720, ...];
n=2: [1, (2), (8), 220/3, 3752/3, 502114/15, 57409744/45, ...];
n=3: [1, 3, (27/2), (243/2), 16035/8, 2098161/40, 157765131/80, ...];
n=4: [1, 4, 20, (536/3), (8576/3), 1096868/15, 121987336/45, ...];
n=5: [1, 5, 55/2, 1475/6, (91825/24), (2295625/24), 503279435/144, ...];
n=6: [1, 6, 36, 324, 4920, (601074/5), (21638664/5), 7491519768/35...];
n=7: [1, 7, 91/2, 2485/6, 147721/24, 17641687/120, (3752979139/720), (183895977811/720), ...]; ...
in which the coefficients in parenthesis are related by
1 = 1*1; 8 = 2^2*2; 243/2 = 3^2*27/2; 8576/3 = 4^2*536/3; ...
illustrating that: [x^n] A(x)^n = n^2 * [x^(n-1)] A(x)^n.
LOGARITHMIC PROPERTY.
The logarithm of the e.g.f. is the integer series:
log(A(x)) = x + 3*x^2 + 30*x^3 + 550*x^4 + 15375*x^5 + 601398*x^6 + 31299268*x^7 + 2093655600*x^8 + 175312873125*x^9 + 17987972309725*x^10 + ... + A300617(n)*x^n + ...
-
{a(n) = my(A=[1]); for(i=1, n+1, A=concat(A, 0); V=Vec(Ser(A)^(#A-1)); A[#A] = ((#A-1)^2*V[#A-1] - V[#A])/(#A-1) ); n!*A[n+1]}
for(n=0, 20, print1(a(n), ", "))
A300618
E.g.f. A(x) satisfies: [x^n] A(x)^n = n^3 * [x^(n-1)] A(x)^n for n>=1.
Original entry on oeis.org
1, 1, 15, 1285, 347065, 224232501, 296201195791, 719274160258585, 2967337954539761265, 19563048191912257746505, 196302561889372679184550831, 2881342883089548932078551914861, 59862434550069057805236434063104105, 1712289828911477479390772271103153886845
Offset: 0
E.g.f.: A(x) = 1 + x + 15*x^2/2! + 1285*x^3/3! + 347065*x^4/4! + 224232501*x^5/5! + 296201195791*x^6/6! + 719274160258585*x^7/7! + 2967337954539761265*x^8/8! + ...
ILLUSTRATION OF DEFINITION.
The table of coefficients of x^n in A(x)^n begins:
n=1: [(1), (1), 15/2, 1285/6, 347065/24, 74744167/40, ...];
n=2: [1, (2), (16), 1330/3, 88220/3, 56540144/15, ...];
n=3: [1, 3, (51/2), (1377/2), 358875/8, 228121101/40, ...];
n=4: [1, 4, 36, (2852/3), (182528/3), 38352496/5, ...];
n=5: [1, 5, 95/2, 7385/6, (1857145/24), (232143125/24), ...];
n=6: [1, 6, 60, 1530, 94500, (58551624/5), (12647150784/5), ...]; ...
in which the coefficients in parenthesis are related by
1 = 1*1; 16 = 2^3*2; 1377/2 = 3^3*51/2; 182528/3 = 4^3*2852/3; ...
illustrating that: [x^n] A(x)^n = n^3 * [x^(n-1)] A(x)^n.
LOGARITHMIC PROPERTY.
The logarithm of the e.g.f. is the integer series:
log(A(x)) = x + 7*x^2 + 207*x^3 + 14226*x^4 + 1852800*x^5 + 409408077*x^6 + 142286748933*x^7 + 73448832515952*x^8 + ... + A300619(n)*x^n + ...
-
{a(n) = my(A=[1]); for(i=1, n+1, A=concat(A, 0); V=Vec(Ser(A)^(#A-1)); A[#A] = ((#A-1)^3*V[#A-1] - V[#A])/(#A-1) ); n!*A[n+1]}
for(n=0, 20, print1(a(n), ", "))
Showing 1-7 of 7 results.
Comments