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-4 of 4 results.

A370430 Expansion of e.g.f. C(x,k) satisfying C(x,k) = cosh( x*cosh(k*x*C(x,k)) ), as a triangle read by rows.

Original entry on oeis.org

1, 1, 0, 1, 12, 0, 1, 420, 120, 0, 1, 10248, 36400, 896, 0, 1, 196920, 4858560, 2170560, 5760, 0, 1, 3247860, 461126160, 1127738304, 102960000, 33792, 0, 1, 48361404, 35248293080, 340884800256, 187282263168, 4083183104, 186368, 0, 1, 669616080, 2290777550880, 76526954183680, 153279541958400, 25081621813248, 141360128000, 983040, 0
Offset: 0

Views

Author

Paul D. Hanna, Feb 19 2024

Keywords

Comments

The row sums equal A143601, the number of labeled odd degree trees with 2n+1 nodes.
Unsigned version of triangle A370330.
A row reversal of triangle A370432.

Examples

			E.g.f.: C(x,k) = 1 + (1)*x^2/2! + (1 + 12*k^2)*x^4/4! + (1 + 420*k^2 + 120*k^4)*x^6/6! + (1 + 10248*k^2 + 36400*k^4 + 896*k^6)*x^8/8! + (1 + 196920*k^2 + 4858560*k^4 + 2170560*k^6 + 5760*k^8)*x^10/10! + (1 + 3247860*k^2 + 461126160*k^4 + 1127738304*k^6 + 102960000*k^8 + 33792*k^10)*x^12/12! + (1 + 48361404*k^2 + 35248293080*k^4 + 340884800256*k^6 + 187282263168*k^8 + 4083183104*k^10 + 186368*k^12)*x^14/14! + ...
where C(x,k) = cosh( x*cosh(k*x*C(x,k)) ).
This triangle of coefficients a(n,j) of x^(2*n)*k^(2*j)/(2*n)! in C(x,k) begins
 1;
 1, 0;
 1, 12, 0;
 1, 420, 120, 0;
 1, 10248, 36400, 896, 0;
 1, 196920, 4858560, 2170560, 5760, 0;
 1, 3247860, 461126160, 1127738304, 102960000, 33792, 0;
 1, 48361404, 35248293080, 340884800256, 187282263168, 4083183104, 186368, 0;
 1, 669616080, 2290777550880, 76526954183680, 153279541958400, 25081621813248, 141360128000, 983040, 0;
 1, 8781531696, 131249560881600, 14052066349007232, 83205186217021440, 51607880705931264, 2855197025501184, 4416170065920, 5013504, 0; ...
		

Crossrefs

Cf. A370431 (S), A370432 (D), A370433 (T), A143601 (row sums).
Cf. A370330.

Programs

  • PARI
    {a(n, j) = my(C=1, S=x, D=1, T=x, Ox=x*O(x^(2*n)));
    for(i=1, 2*n,
    C = cosh( x*cosh(k*x*C +Ox) );
    S = sinh( x*cosh(k*x*sqrt(1 + S^2 +Ox)) );
    D = cosh( k*x*cosh(x*D +Ox));
    T = (1/k)*sinh( k*x*cosh(x*sqrt(1 + k^2*T^2 +Ox))););
    (2*n)! * polcoeff(polcoeff(C, 2*n, x), 2*j, k)}
    for(n=0, 10, for(j=0, n, print1( a(n, j), ", ")); print(""))

Formula

E.g.f.: C(x,k) = Sum_{n>=0} Sum_{j=0..n} a(n,j) * x^(2*n)*k^(2*j)/(2*n)! along with the related functions C = C(x,k), S = S(x,k), D = D(x,k), and T = T(x,k) satisfy the following formulas.
Definition.
(1.a) (C + S) = exp(x*D).
(1.b) (D + k*T) = exp(k*x*C).
(2.a) C^2 - S^2 = 1.
(2.b) D^2 - k^2*T^2 = 1.
Hyperbolic functions.
(3.a) C = cosh(x*D).
(3.b) S = sinh(x*D).
(3.c) D = cosh(k*x*C).
(3.d) T = (1/k) * sinh(k*x*C).
(4.a) C = cosh( x*cosh(k*x*C) ).
(4.b) S = sinh( x*cosh(k*x*sqrt(1 + S^2)) ).
(4.c) D = cosh( k*x*cosh(x*D) ).
(4.d) T = (1/k) * sinh( k*x*cosh(x*sqrt(1 + k^2*T^2)) ).
(5.a) (C*D + k*S*T) = cosh(x*D + k*x*C).
(5.b) (S*D + k*C*T) = sinh(x*D + k*x*C).
Transformations.
(6.a) C(x, 1/k) = D(x/k, k).
(6.b) D(x, 1/k) = C(x/k, k).
(6.c) S(x, 1/k) = k * T(x/k, k).
(6.d) T(x, 1/k) = k * S(x/k, k).
(6.e) D(x, k) = C(k*x, 1/k).
(6.f) C(x, k) = D(k*x, 1/k).
(6.g) T(x, k) = (1/k) * S(k*x, 1/k).
(6.h) S(x, k) = (1/k) * T(k*x, 1/k).
Integrals.
(7.a) C = 1 + Integral S*D + x*S*D' dx.
(7.b) S = Integral C*D + x*C*D' dx.
(7.c) D = 1 + k^2 * Integral T*C + x*T*C' dx.
(7.d) T = Integral D*C + x*D*C' dx.
Derivatives (d/dx).
(8.a) C*C' = S*S'.
(8.b) D*D' = k^2*T*T'.
(9.a) C' = S * (D + x*D').
(9.b) S' = C * (D + x*D').
(9.c) D' = k^2 * T * (C + x*C').
(9.d) T' = D * (C + x*C').
(10.a) C' = S * (D + k^2*x*T*C) / (1 - k^2*x^2*S*T).
(10.b) S' = C * (D + k^2*x*T*C) / (1 - k^2*x^2*S*T).
(10.c) D' = k^2 * T * (C + x*S*D) / (1 - k^2*x^2*S*T).
(10.d) T' = D * (C + x*S*D) / (1 - k^2*x^2*S*T).
(11.a) (C + x*C') = (C + x*S*D) / (1 - k^2*x^2*S*T).
(11.b) (D + x*D') = (D + k^2*x*T*C) / (1 - k^2*x^2*S*T).
Logarithms.
(12.a) D = log(C + sqrt(C^2 - 1)) / x.
(12.b) C = log(D + sqrt(D^2 - 1)) / (k*x).
(12.c) T = sqrt(log(S + sqrt(1 + S^2))^2 - x^2) / (k*x).
(12.d) S = sqrt(log(k*T + sqrt(1 + k^2*T^2))^2 - k^2*x^2) / (k*x).

A370331 Expansion of e.g.f. S(x,k) satisfying S(x,k) = sin( x*cos(k*x*sqrt(1 - S(x,k)^2)) ), as a triangle read by rows.

Original entry on oeis.org

1, -1, -3, 1, 90, 5, -1, -2205, -3675, -7, 1, 46116, 532350, 107604, 9, -1, -812295, -52887450, -74042430, -2436885, -11, 1, 12666654, 4257556875, 24609789204, 7663602375, 46444398, 13, -1, -181355265, -292686719325, -5841878527485, -7510986678195, -643910782515, -785872815, -15
Offset: 0

Views

Author

Paul D. Hanna, Feb 19 2024

Keywords

Comments

The unsigned row sums equal A007106.
Signed version of triangle A370431.
A row reversal of triangle A370333.

Examples

			E.g.f.: S(x,k) = x - (1 + 3*k^2)*x^3/3! + (1 + 90*k^2 + 5*k^4)*x^5/5! - (1 + 2205*k^2 + 3675*k^4 + 7*k^6)*x^7/7! + (1 + 46116*k^2 + 532350*k^4 + 107604*k^6 + 9*k^8)*x^9/9! - (1 + 812295*k^2 + 52887450*k^4 + 74042430*k^6 + 2436885*k^8 + 11*k^10)*x^11/11! + (1 + 12666654*k^2 + 4257556875*k^4 + 24609789204*k^6 + 7663602375*k^8 + 46444398*k^10 + 13*k^12)*x^13/13! + ...
where S(x,k) = sin( x*cos(k*x*sqrt(1 - S(x,k)^2)) ).
This triangle of coefficients a(n,j) of x^(2*n+1)*k^(2*j)/(2*n+1)! in S(x,k) begins
 1;
 -1, -3;
 1, 90, 5;
 -1, -2205, -3675, -7;
 1, 46116, 532350, 107604, 9;
 -1, -812295, -52887450, -74042430, -2436885, -11;
 1, 12666654, 4257556875, 24609789204, 7663602375, 46444398, 13;
 -1, -181355265, -292686719325, -5841878527485, -7510986678195, -643910782515, -785872815, -15;
 1, 2439315720, 17658076954700, 1124109212938712, 4451226370197750, 1766457334617976, 45911000082220, 12196578600, 17; ...
		

Crossrefs

Cf. A370330 (C), A370332 (D), A370333 (T).
Cf. A370431.

Programs

  • PARI
    {a(n, j) = my(C=1, S=x, D=1, T=x, Ox=x*O(x^(2*n+1)));
    for(i=1, 2*n+1,
    C = cos( x*cos(k*x*C +Ox) );
    S = sin( x*cos(k*x*sqrt(1 - S^2 +Ox)) );
    D = cos( k*x*cos(x*D +Ox));
    T = (1/k)*sin( k*x*cos(x*sqrt(1 - k^2*T^2 +Ox))););
    (2*n+1)! *polcoeff(polcoeff(S, 2*n+1, x), 2*j, k)}
    for(n=0, 10, for(k=0, n, print1( a(n, k), ", ")); print(""))

Formula

E.g.f.: S(x,k) = Sum_{n>=0} Sum_{j=0..n} a(n,j) * x^(2*n+1)*k^(2*j)/(2*n+1)! along with the related functions C = C(x,k), S = S(x,k), D = D(x,k), and T = T(x,k) satisfy the following formulas.
Definition.
(1.a) (C + i*S) = exp(i*x*D).
(1.b) (D + i*k*T) = exp(i*k*x*C).
(2.a) C^2 + S^2 = 1.
(2.b) D^2 + k^2*T^2 = 1.
Circular functions.
(3.a) C = cos(x*D).
(3.b) S = sin(x*D).
(3.c) D = cos(k*x*C).
(3.d) T = (1/k) * sin(k*x*C).
(4.a) C = cos( x*cos(k*x*C) ).
(4.b) S = sin( x*cos(k*x*sqrt(1 - S^2)) ).
(4.c) D = cos( k*x*cos(x*D) ).
(4.d) T = (1/k) * sin( k*x*cos(x*sqrt(1 - k^2*T^2)) ).
(5.a) (C*D - k*S*T) = cos(x*D + k*x*C).
(5.b) (S*D + k*C*T) = sin(x*D + k*x*C).
Transformations.
(6.a) C(x, 1/k) = D(x/k, k).
(6.b) D(x, 1/k) = C(x/k, k).
(6.c) S(x, 1/k) = k * T(x/k, k).
(6.d) T(x, 1/k) = k * S(x/k, k).
(6.e) D(x, k) = C(k*x, 1/k).
(6.f) C(x, k) = D(k*x, 1/k).
(6.g) T(x, k) = (1/k) * S(k*x, 1/k).
(6.h) S(x, k) = (1/k) * T(k*x, 1/k).
Integrals.
(7.a) C = 1 - Integral S*D + x*S*D' dx.
(7.b) S = Integral C*D + x*C*D' dx.
(7.c) D = 1 - k^2 * Integral T*C + x*T*C' dx.
(7.d) T = Integral D*C + x*D*C' dx.
Derivatives (d/dx).
(8.a) C*C' = -S*S'.
(8.b) D*D' = -k^2*T*T'.
(9.a) C' = -S * (D + x*D').
(9.b) S' = C * (D + x*D').
(9.c) D' = -k^2 * T * (C + x*C').
(9.d) T' = D * (C + x*C').
(10.a) C' = -S * (D - k^2*x*T*C) / (1 - k^2*x^2*S*T).
(10.b) S' = C * (D - k^2*x*T*C) / (1 - k^2*x^2*S*T).
(10.c) D' = -k^2 * T * (C - x*S*D) / (1 - k^2*x^2*S*T).
(10.d) T' = D * (C - x*S*D) / (1 - k^2*x^2*S*T).
(11.a) (C + x*C') = (C - x*S*D) / (1 - k^2*x^2*S*T).
(11.b) (D + x*D') = (D - k^2*x*T*C) / (1 - k^2*x^2*S*T).

A370332 Expansion of e.g.f. D(x,k) satisfying D(x,k) = cos( k*x*cos(x*D(x,k)) ), as a triangle read by rows.

Original entry on oeis.org

1, 0, -1, 0, 12, 1, 0, -120, -420, -1, 0, 896, 36400, 10248, 1, 0, -5760, -2170560, -4858560, -196920, -1, 0, 33792, 102960000, 1127738304, 461126160, 3247860, 1, 0, -186368, -4083183104, -187282263168, -340884800256, -35248293080, -48361404, -1, 0, 983040, 141360128000, 25081621813248, 153279541958400, 76526954183680, 2290777550880, 669616080, 1
Offset: 0

Views

Author

Paul D. Hanna, Feb 19 2024

Keywords

Comments

The unsigned row sums equal A143601.
Signed version of triangle A370432.
A row reversal of triangle A370330.

Examples

			E.g.f.: D(x,k) = 1 - (k^2)*x^2/2! + (12*k^2 + k^4)*x^4/4! - (120*k^2 + 420*k^4 + k^6)*x^6/6! + (896*k^2 + 36400*k^4 + 10248*k^6 + k^8)*x^8/8! - (5760*k^2 + 2170560*k^4 + 4858560*k^6 + 196920*k^8 + k^10)*x^10/10! + (33792*k^2 + 102960000*k^4 + 1127738304*k^6 + 461126160*k^8 + 3247860*k^10 + k^12)*x^12/12! - (186368*k^2 + 4083183104*k^4 + 187282263168*k^6 + 340884800256*k^8 + 35248293080*k^10 + 48361404*k^12 + k^14)*x^14/14! + ...
where D(x,k) = cos( k*x*cos(x*D(x,k)) ).
This triangle of coefficients a(n,j) of x^(2*n)*k^(2*j)/(2*n)! in D(x,k) begins
 1;
 0, -1;
 0, 12, 1;
 0, -120, -420, -1;
 0, 896, 36400, 10248, 1;
 0, -5760, -2170560, -4858560, -196920, -1;
 0, 33792, 102960000, 1127738304, 461126160, 3247860, 1;
 0, -186368, -4083183104, -187282263168, -340884800256, -35248293080, -48361404, -1;
 0, 983040, 141360128000, 25081621813248, 153279541958400, 76526954183680, 2290777550880, 669616080, 1; ...
		

Crossrefs

Cf. A370330 (C), A370331 (S), A370333 (T).
Cf. A370432.

Programs

  • PARI
    {a(n, j) = my(C=1, S=x, D=1, T=x, Ox=x*O(x^(2*n)));
    for(i=1, 2*n,
    C = cos( x*cos(k*x*C +Ox) );
    S = sin( x*cos(k*x*sqrt(1 - S^2 +Ox)) );
    D = cos( k*x*cos(x*D +Ox));
    T = (1/k)*sin( k*x*cos(x*sqrt(1 - k^2*T^2 +Ox))););
    (2*n)! * polcoeff(polcoeff(D, 2*n, x), 2*j, k)}
    for(n=0, 10, for(j=0, n, print1( a(n, j), ", ")); print(""))

Formula

E.g.f.: D(x,k) = Sum_{n>=0} Sum_{j=0..n} a(n,j) * x^(2*n)*k^(2*j)/(2*n)! along with the related functions C = C(x,k), S = S(x,k), D = D(x,k), and T = T(x,k) satisfy the following formulas.
Definition.
(1.a) (C + i*S) = exp(i*x*D).
(1.b) (D + i*k*T) = exp(i*k*x*C).
(2.a) C^2 + S^2 = 1.
(2.b) D^2 + k^2*T^2 = 1.
Circular functions.
(3.a) C = cos(x*D).
(3.b) S = sin(x*D).
(3.c) D = cos(k*x*C).
(3.d) T = (1/k) * sin(k*x*C).
(4.a) C = cos( x*cos(k*x*C) ).
(4.b) S = sin( x*cos(k*x*sqrt(1 - S^2)) ).
(4.c) D = cos( k*x*cos(x*D) ).
(4.d) T = (1/k) * sin( k*x*cos(x*sqrt(1 - k^2*T^2)) ).
(5.a) (C*D - k*S*T) = cos(x*D + k*x*C).
(5.b) (S*D + k*C*T) = sin(x*D + k*x*C).
Transformations.
(6.a) C(x, 1/k) = D(x/k, k).
(6.b) D(x, 1/k) = C(x/k, k).
(6.c) S(x, 1/k) = k * T(x/k, k).
(6.d) T(x, 1/k) = k * S(x/k, k).
(6.e) D(x, k) = C(k*x, 1/k).
(6.f) C(x, k) = D(k*x, 1/k).
(6.g) T(x, k) = (1/k) * S(k*x, 1/k).
(6.h) S(x, k) = (1/k) * T(k*x, 1/k).
Integrals.
(7.a) C = 1 - Integral S*D + x*S*D' dx.
(7.b) S = Integral C*D + x*C*D' dx.
(7.c) D = 1 - k^2 * Integral T*C + x*T*C' dx.
(7.d) T = Integral D*C + x*D*C' dx.
Derivatives (d/dx).
(8.a) C*C' = -S*S'.
(8.b) D*D' = -k^2*T*T'.
(9.a) C' = -S * (D + x*D').
(9.b) S' = C * (D + x*D').
(9.c) D' = -k^2 * T * (C + x*C').
(9.d) T' = D * (C + x*C').
(10.a) C' = -S * (D - k^2*x*T*C) / (1 - k^2*x^2*S*T).
(10.b) S' = C * (D - k^2*x*T*C) / (1 - k^2*x^2*S*T).
(10.c) D' = -k^2 * T * (C - x*S*D) / (1 - k^2*x^2*S*T).
(10.d) T' = D * (C - x*S*D) / (1 - k^2*x^2*S*T).
(11.a) (C + x*C') = (C - x*S*D) / (1 - k^2*x^2*S*T).
(11.b) (D + x*D') = (D - k^2*x*T*C) / (1 - k^2*x^2*S*T).

A370333 Expansion of e.g.f. T(x,k) satisfying T(x,k) = (1/k) * sin( k*x*cos(x*sqrt(1 - k^2*T(x,k)^2)) ), as a triangle read by rows.

Original entry on oeis.org

1, -3, -1, 5, 90, 1, -7, -3675, -2205, -1, 9, 107604, 532350, 46116, 1, -11, -2436885, -74042430, -52887450, -812295, -1, 13, 46444398, 7663602375, 24609789204, 4257556875, 12666654, 1, -15, -785872815, -643910782515, -7510986678195, -5841878527485, -292686719325, -181355265, -1
Offset: 0

Views

Author

Paul D. Hanna, Feb 19 2024

Keywords

Comments

Unsigned row sums equal A007106.
Signed version of triangle A370433.
A row reversal of triangle A370331.

Examples

			E.g.f.: T(x,k) = x - (3 + k^2)*x^3/3! + (5 + 90*k^2 + k^4)*x^5/5! - (7 + 3675*k^2 + 2205*k^4 + k^6)*x^7/7! + (9 + 107604*k^2 + 532350*k^4 + 46116*k^6 + k^8)*x^9/9! - (11 + 2436885*k^2 + 74042430*k^4 + 52887450*k^6 + 812295*k^8 + k^10)*x^11/11! + (13 + 46444398*k^2 + 7663602375*k^4 + 24609789204*k^6 + 4257556875*k^8 + 12666654*k^10 + k^12)*x^13/13! + ...
where T(x,k) = (1/k) * sin( k*x*cos(x*sqrt(1 - k^2*T(x,k)^2)) ).
This triangle of coefficients a(n,j) of x^(2*n+1)*k^(2*j)/(2*n+1)! in T(x,k) begins
 1;
 -3, -1;
 5, 90, 1;
 -7, -3675, -2205, -1;
 9, 107604, 532350, 46116, 1;
 -11, -2436885, -74042430, -52887450, -812295, -1;
 13, 46444398, 7663602375, 24609789204, 4257556875, 12666654, 1;
 -15, -785872815, -643910782515, -7510986678195, -5841878527485, -292686719325, -181355265, -1;
 17, 12196578600, 45911000082220, 1766457334617976, 4451226370197750, 1124109212938712, 17658076954700, 2439315720, 1; ...
		

Crossrefs

Cf. A370330 (C), A370331 (S), A370332 (D).
Cf. A370433.

Programs

  • PARI
    {a(n, j) = my(C=1, S=x, D=1, T=x, Ox=x*O(x^(2*n+1)));
    for(i=1, 2*n+1,
    C = cos( x*cos(k*x*C +Ox) );
    S = sin( x*cos(k*x*sqrt(1 - S^2 +Ox)) );
    D = cos( k*x*cos(x*D +Ox));
    T = (1/k)*sin( k*x*cos(x*sqrt(1 - k^2*T^2 +Ox))););
    (2*n+1)! *polcoeff(polcoeff(T, 2*n+1, x), 2*j, k)}
    for(n=0, 10, for(k=0, n, print1( a(n, k), ", ")); print(""))

Formula

E.g.f.: T(x,k) = Sum_{n>=0} Sum_{j=0..n} a(n,j) * x^(2*n+1)*k^(2*j)/(2*n+1)! along with the related functions C = C(x,k), S = S(x,k), D = D(x,k), and T = T(x,k) satisfy the following formulas.
Definition.
(1.a) (C + i*S) = exp(i*x*D).
(1.b) (D + i*k*T) = exp(i*k*x*C).
(2.a) C^2 + S^2 = 1.
(2.b) D^2 + k^2*T^2 = 1.
Circular functions.
(3.a) C = cos(x*D).
(3.b) S = sin(x*D).
(3.c) D = cos(k*x*C).
(3.d) T = (1/k) * sin(k*x*C).
(4.a) C = cos( x*cos(k*x*C) ).
(4.b) S = sin( x*cos(k*x*sqrt(1 - S^2)) ).
(4.c) D = cos( k*x*cos(x*D) ).
(4.d) T = (1/k) * sin( k*x*cos(x*sqrt(1 - k^2*T^2)) ).
(5.a) (C*D - k*S*T) = cos(x*D + k*x*C).
(5.b) (S*D + k*C*T) = sin(x*D + k*x*C).
Transformations.
(6.a) C(x, 1/k) = D(x/k, k).
(6.b) D(x, 1/k) = C(x/k, k).
(6.c) S(x, 1/k) = k * T(x/k, k).
(6.d) T(x, 1/k) = k * S(x/k, k).
(6.e) D(x, k) = C(k*x, 1/k).
(6.f) C(x, k) = D(k*x, 1/k).
(6.g) T(x, k) = (1/k) * S(k*x, 1/k).
(6.h) S(x, k) = (1/k) * T(k*x, 1/k).
Integrals.
(7.a) C = 1 - Integral S*D + x*S*D' dx.
(7.b) S = Integral C*D + x*C*D' dx.
(7.c) D = 1 - k^2 * Integral T*C + x*T*C' dx.
(7.d) T = Integral D*C + x*D*C' dx.
Derivatives (d/dx).
(8.a) C*C' = -S*S'.
(8.b) D*D' = -k^2*T*T'.
(9.a) C' = -S * (D + x*D').
(9.b) S' = C * (D + x*D').
(9.c) D' = -k^2 * T * (C + x*C').
(9.d) T' = D * (C + x*C').
(10.a) C' = -S * (D - k^2*x*T*C) / (1 - k^2*x^2*S*T).
(10.b) S' = C * (D - k^2*x*T*C) / (1 - k^2*x^2*S*T).
(10.c) D' = -k^2 * T * (C - x*S*D) / (1 - k^2*x^2*S*T).
(10.d) T' = D * (C - x*S*D) / (1 - k^2*x^2*S*T).
(11.a) (C + x*C') = (C - x*S*D) / (1 - k^2*x^2*S*T).
(11.b) (D + x*D') = (D - k^2*x*T*C) / (1 - k^2*x^2*S*T).
Showing 1-4 of 4 results.