A196865
G.f. A(x) satisfies: A(x)^-3 + A(-x)^-3 = 2 and A(x)^3 - A(-x)^3 = 18*x.
Original entry on oeis.org
1, 3, 18, -117, -1971, 16119, 343278, -3036528, -71818164, 661017348, 16593480504, -156436510221, -4080815440497, 39095628518637, 1047594828442626, -10152600834566916, -277489726161424569, 2712640349690579349, 75279129630178436622, -740885355955719640809
Offset: 0
G.f.: A(x) = 1 + 3*x + 18*x^2 - 117*x^3 - 1971*x^4 + 16119*x^5 +...
where
A(x)^3 = 1 + 9*x + 81*x^2 - 6561*x^4 + 1062882*x^6 - 215233605*x^8 +...
A(x)^-3 = 1 - 9*x + 729*x^3 - 118098*x^5 + 23914845*x^7 - 5423886846*x^9 +...
-
{a(n)=local(A=[1,3]);for(k=2,n,A=concat(A,0);if(k%2==1,A[#A]=-Vec(Ser(A)^3)[#A]/3,A[#A]=Vec(Ser(A)^-3)[#A]/3));A[n+1]}
-
{a(n)=local(X=x+x*O(x^n));polcoeff(((sqrt(1+4*3^4*X^2) + 2*3^2*x)*(sqrt(1+4*3^4*X^2) + 1)/2 )^(1/6),n)}
A196866
G.f. A(x) satisfies: A(x)^4 + A(-x)^4 = 2 and A(x)^-4 - A(-x)^-4 = -32*x.
Original entry on oeis.org
1, 4, -24, -800, 9824, 381824, -5715712, -236348416, 3885237760, 166141515776, -2884493168640, -125973507063808, 2266868356071424, 100441740460359680, -1853741093854511104, -83006642599731134464, 1561071322451916750848, 70464426394180291919872
Offset: 0
G.f.: A(x) = 1 + 4*x - 24*x^2 - 800*x^3 + 9824*x^4 + 381824*x^5 +...
where
A(x)^4 = 1 + 16*x - 4096*x^3 + 2097152*x^5 - 1342177280*x^7 +...
A(x)^-4 = 1 - 16*x + 256*x^2 - 65536*x^4 + 33554432*x^6 - 21474836480*x^8 +...
A196867
G.f. A(x) satisfies: A(x)^-4 + A(-x)^-4 = 2 and A(x)^4 - A(-x)^4 = 32*x.
Original entry on oeis.org
1, 4, 40, -544, -14240, 240512, 7905536, -144081920, -5248825856, 99459618816, 3842132979712, -74547398033408, -2991092285194240, 58965437254402048, 2429529032173420544, -48445417122664284160, -2035619492638819483648, 40941665274780773253120
Offset: 0
G.f.: A(x) = 1 + 4*x + 40*x^2 - 544*x^3 - 14240*x^4 + 240512*x^5 +...
where
A(x)^4 = 1 + 16*x + 256*x^2 - 65536*x^4 + 33554432*x^6 +...
A(x)^-4 = 1 - 16*x + 4096*x^3 - 2097152*x^5 + 1342177280*x^7 +...
A196868
G.f. A(x) satisfies: A(x)^2 + A(-x)^2 = 2 and A(x)^3 - A(-x)^3 = 36*x.
Original entry on oeis.org
1, 6, -18, 144, -1026, 10368, -91044, 995328, -9630090, 109486080, -1120744188, 13042778112, -138540597588, 1637370298368, -17853248637000, 213325958873088, -2371846639850586, 28573129903177728, -322526246042905740, 3910007249908531200, -44670671340291807228
Offset: 0
G.f.: A(x) = 1 + 6*x - 18*x^2 + 144*x^3 - 1026*x^4 + 10368*x^5 +...
where
A(x)^2 = 1 + 12*x + 72*x^3 + 3240*x^5 + 229392*x^7 + 20083464*x^9 +...
A(x)^3 = 1 + 18*x + 54*x^2 + 1134*x^4 + 63180*x^6 + 4903254*x^8 +...
-
{a(n)=local(A=[1,6]);for(k=2,n,A=concat(A,0);if(k%2==0,A[#A]=-Vec(Ser(A)^2)[#A]/2,A[#A]=-Vec(Ser(A)^3)[#A]/3));A[n+1]}
-
/* Using series reversion: */
{a(n) = my(A, B = 6*serreverse(x - 24*x^3 +x^2*O(x^n)) );
A = B + sqrt(1 - B^2); polcoeff(A,n)}
for(n=0,20,print1(a(n),", ")) \\ Paul D. Hanna, Apr 04 2022
A196869
G.f. A(x) satisfies: A(x)^3 + A(-x)^3 = 2 and A(x)^2 - A(-x)^2 = 24*x.
Original entry on oeis.org
1, 6, -36, 216, -2592, 23328, -311040, 3265920, -45349632, 517321728, -7336562688, 88159684608, -1266403590144, 15771513618432, -228509902503936, 2921050338066432, -42583086769766400, 555279063084564480, -8132204141176946688, 107718176292801085440
Offset: 0
G.f.: A(x) = 1 + 6*x - 36*x^2 + 216*x^3 - 2592*x^4 + 23328*x^5 +...
where
A(x)^2 = 1 + 12*x - 36*x^2 - 1296*x^4 - 108864*x^6 - 12317184*x^8 +...
A(x)^3 = 1 + 18*x - 432*x^3 - 23328*x^5 - 2239488*x^7 - 272097792*x^9 +...
-
{a(n)=local(A=[1,6]);for(k=2,n,A=concat(A,0);if(k%2==1,A[#A]=-Vec(Ser(A)^2)[#A]/2,A[#A]=-Vec(Ser(A)^3)[#A]/3));A[n+1]}
Showing 1-5 of 5 results.