cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-5 of 5 results.

A196864 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, -9, -198, 1188, 30213, -220239, -5945238, 47541735, 1325876283, -11192990913, -318640183182, 2787445591416, 80483342059224, -722019579525288, -21063846331387728, 192542324985927324, 5661585516173303268, -52508399485861250604, -1553593208517770295816
Offset: 0

Views

Author

Paul D. Hanna, Oct 06 2011

Keywords

Examples

			 G.f.: A(x) = 1 + 3*x - 9*x^2 - 198*x^3 + 1188*x^4 + 30213*x^5 +...
where
A(x)^3 = 1 + 9*x - 729*x^3 + 118098*x^5 - 23914845*x^7 + 5423886846*x^9 +...
A(x)^-3 = 1 - 9*x + 81*x^2 - 6561*x^4 + 1062882*x^6 - 215233605*x^8 +...
		

Crossrefs

Programs

  • PARI
    {a(n)=local(X=x+x*O(x^n));polcoeff((2*(sqrt(1+4*3^4*X^2) + 2*3^2*x)/(sqrt(1+4*3^4*X^2) + 1) )^(1/6),n)}

Formula

G.f.: ( 2*(sqrt(1+4*3^4*x^2) + 2*3^2*x)/(sqrt(1+4*3^4*x^2) + 1) )^(1/6).

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

Views

Author

Paul D. Hanna, Oct 06 2011

Keywords

Examples

			 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 +...
		

Crossrefs

Programs

  • PARI
    {a(n)=local(X=x+x*O(x^n));polcoeff((2*(sqrt(1+4*4^4*X^2) + 2*4^2*x)/(sqrt(1+4*4^4*X^2) + 1) )^(1/8),n)}

Formula

G.f.: ( 2*(sqrt(1+4*4^4*x^2) + 2*4^2*x)/(sqrt(1+4*4^4*x^2) + 1) )^(1/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

Views

Author

Paul D. Hanna, Oct 06 2011

Keywords

Examples

			 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 +...
		

Crossrefs

Programs

  • PARI
    {a(n)=local(X=x+x*O(x^n));polcoeff(((sqrt(1+4*4^4*X^2) + 2*4^2*x)*(sqrt(1+4*4^4*X^2) + 1)/2 )^(1/8),n)}

Formula

G.f.: ( (sqrt(1+4*4^4*x^2) + 2*4^2*x)*(sqrt(1+4*4^4*x^2) + 1)/2 )^(1/8).

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

Views

Author

Paul D. Hanna, Oct 06 2011

Keywords

Examples

			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 +...
		

Crossrefs

Programs

  • PARI
    {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]}
    
  • PARI
    /* 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

Formula

From Paul D. Hanna, Apr 04 2022: (Start)
a(2*n+1) = 6 * 24^n * binomial(3*n+1,n)/(3*n+1) for n >= 0.
G.f. A(x) = Sum_{n>=0} a(n)*x^n satisfies:
(1) (A(x)^2 + A(-x)^2)/2 = 1.
(2) (A(x)^3 - A(-x)^3)/2 = 18*x.
(3) (A(x) - A(-x))/2 = 6*Series_Reversion(x - 24*x^3).
(4) (A(x) + A(-x))/2 = sqrt( (1 + A(x)*A(-x))/2 ).
(5) A(x)*A(-x) = 1 - 72*Series_Reversion(x - 24*x^3)^2.
(6) A(x) = B(x) + sqrt(1 - B(x)^2), where B(x) = 6*Series_Reversion(x - 24*x^3).
(End)

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

Views

Author

Paul D. Hanna, Oct 06 2011

Keywords

Examples

			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 +...
		

Crossrefs

Programs

  • PARI
    {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.