A361772
Expansion of g.f. A(x) satisfying 1 = Sum_{n=-oo..+oo} x^n * (2*A(x) - (-x)^n)^(2*n-1).
Original entry on oeis.org
1, 1, 8, 61, 600, 6072, 65804, 733435, 8415694, 98529785, 1173278329, 14162417506, 172914841649, 2131621288494, 26495818020038, 331706510158239, 4178800564364333, 52935845003315662, 673878770026778330, 8616336680850069832, 110606714769468383785, 1424933340070339610543
Offset: 0
G.f.: A(x) = 1 + x + 8*x^2 + 61*x^3 + 600*x^4 + 6072*x^5 + 65804*x^6 + 733435*x^7 + 8415694*x^8 + 98529785*x^9 + 1173278329*x^10 + ...
-
{a(n) = my(A=[1]); for(i=1, n, A=concat(A, 0);
A[#A] = polcoeff( sum(m=-#A, #A, x^m * (2*Ser(A) - (-x)^m)^(2*m-1) ), #A-1)/2); A[n+1]}
for(n=0, 30, print1(a(n), ", "))
A361771
Expansion of g.f. A(x) satisfying 1 = Sum_{n=-oo..+oo} x^n * (2*A(x) - (-x)^n)^(n-1).
Original entry on oeis.org
1, 1, 1, 7, 28, 89, 421, 1898, 7912, 36412, 169960, 779139, 3668210, 17486938, 83333003, 400956919, 1943928504, 9455346485, 46225027071, 227066384875, 1119123274755, 5534782142253, 27463607765186, 136652474592260, 681728348606011, 3409395265172439, 17088672210734316
Offset: 0
G.f.: A(x) = 1 + x + x^2 + 7*x^3 + 28*x^4 + 89*x^5 + 421*x^6 + 1898*x^7 + 7912*x^8 + 36412*x^9 + 169960*x^10 + 779139*x^11 + 3668210*x^12 + ...
-
{a(n) = my(A=[1]); for(i=1, n, A=concat(A, 0);
A[#A] = polcoeff( sum(m=-#A, #A, x^m * (2*Ser(A) - (-x)^m)^(m-1) ), #A-1)/2); A[n+1]}
for(n=0, 30, print1(a(n), ", "))
A361774
Expansion of g.f. A(x) satisfying 1 = Sum_{n=-oo..+oo} x^n * (2*A(x) - (-x)^n)^(4*n-1).
Original entry on oeis.org
1, 4, 150, 7003, 380817, 22517717, 1405927141, 91215539609, 6089092570148, 415519886498886, 28855638743197866, 2032628861705203315, 144884697917577076857, 10430845410431559928714, 757390467820895322043476, 55401570124877193188443429, 4078685155312165112343519832
Offset: 0
G.f.: A(x) = 1 + 4*x + 150*x^2 + 7003*x^3 + 380817*x^4 + 22517717*x^5 + 1405927141*x^6 + 91215539609*x^7 + 6089092570148*x^8 + ...
-
{a(n) = my(A=[1]); for(i=1, n, A=concat(A, 0);
A[#A] = polcoeff( sum(m=-#A, #A, x^m * (2*Ser(A) - (-x)^m)^(4*m-1) ), #A-1)/2); A[n+1]}
for(n=0, 30, print1(a(n), ", "))
A363113
Expansion of g.f. A(x) satisfying 1 = Sum_{n=-oo..+oo} x^n * (2*A(x) - x^n)^(3*n-1).
Original entry on oeis.org
1, 2, 30, 621, 14196, 351802, 9179386, 248533626, 6917835992, 196730606200, 5691264122213, 166961281712818, 4955321842136163, 148522859439511133, 4489164688548477495, 136677755757518772050, 4187859771944659634378, 129039023692329781903247, 3995878021838502688832856
Offset: 0
G.f.: A(x) = 1 + 2*x + 30*x^2 + 621*x^3 + 14196*x^4 + 351802*x^5 + 9179386*x^6 + 248533626*x^7 + 6917835992*x^8 + 196730606200*x^9 + ...
-
{a(n) = my(A=[1]); for(i=1, n, A=concat(A, 0);
A[#A] = polcoeff(-1 + sum(m=-#A, #A, x^m * (2*Ser(A) - x^m)^(3*m-1) ), #A-1)/2); A[n+1]}
for(n=0, 30, print1(a(n), ", "))
-
{a(n) = my(A=[1]); for(i=1, n, A=concat(A, 0);
A[#A] = polcoeff(-1 + sum(m=-#A, #A, (-1)^(m+1) * x^(3*m^2)/(1 - 2*Ser(A)*x^m)^(3*m+1) ), #A-1)/2); A[n+1]}
for(n=0, 30, print1(a(n), ", "))
Showing 1-4 of 4 results.