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

A376621 Decimal expansion of a constant related to the asymptotics of A369557 and A376580.

Original entry on oeis.org

2, 7, 5, 1, 0, 8, 5, 0, 9, 0, 8, 8, 8, 9, 1, 9, 9, 3, 9, 4, 3, 4, 2, 0, 4, 9, 6, 2, 0, 4, 8, 9, 4, 7, 0, 3, 6, 4, 1, 8, 1, 7, 8, 6, 0, 2, 6, 3, 7, 1, 7, 5, 0, 9, 8, 2, 8, 1, 1, 3, 2, 5, 9, 3, 9, 3, 2, 9, 1, 3, 8, 2, 2, 8, 4, 0, 1, 1, 7, 9, 3, 5, 6, 5, 7, 6, 2, 5, 2, 6, 2, 6, 0, 8, 7, 8, 2, 8, 0, 4, 9, 2, 4
Offset: 1

Views

Author

Vaclav Kotesovec, Sep 30 2024

Keywords

Examples

			2.75108509088891993943420496204894703641817860263717...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[E^Sqrt[3*Log[r]^2/2 + 4*PolyLog[2, r^(1/2)] - Pi^2/3] /. r -> (-2 + ((29 - 3*Sqrt[93])/2)^(1/3) + ((29 + 3*Sqrt[93])/2)^(1/3))/3, 10, 120][[1]] (* Vaclav Kotesovec, Oct 07 2024 *)

Formula

Equals limit_{n->infinity} A369557(n)^(1/sqrt(n)).
Equals limit_{n->infinity} A376580(n)^(1/sqrt(n)).
Equals limit_{n->infinity} A376542(n)^(1/sqrt(n)).
Equals limit_{n->infinity} A376623(n)^(1/sqrt(n)).
Equals exp(sqrt(3*log(r)^2/2 + 4*polylog(2, r^(1/2)) - Pi^2/3)), where r = A088559 = 0.465571231876768026656731... is the real root of the equation r*(1+r)^2 = 1. - Vaclav Kotesovec, Oct 07 2024

A376658 Decimal expansion of a constant related to the asymptotics of A376624 and A376625.

Original entry on oeis.org

8, 4, 6, 0, 1, 8, 7, 2, 4, 4, 2, 5, 2, 9, 6, 4, 8, 0, 9, 7, 5, 2, 3, 0, 0, 0, 9, 8, 8, 8, 9, 1, 7, 5, 9, 4, 3, 3, 5, 4, 7, 0, 6, 3, 5, 9, 5, 1, 0, 1, 4, 3, 6, 7, 6, 2, 2, 8, 2, 1, 1, 5, 8, 9, 0, 4, 3, 2, 1, 4, 9, 8, 2, 7, 8, 2, 6, 0, 7, 4, 4, 5, 0, 9, 6, 6, 7, 2, 6, 4, 2, 9, 6, 3, 0, 6, 8, 0, 4, 9, 8, 4, 4, 5, 7
Offset: 1

Views

Author

Vaclav Kotesovec, Oct 01 2024

Keywords

Examples

			8.46018724425296480975230009888917594335470635951014367622821158904321498...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[E^(Sqrt[2*Log[r]^2 + 4*PolyLog[2, Sqrt[r]]]) /. r -> 1/(2*Sqrt[3/(4 + ((155 - 3*Sqrt[849])/2)^(1/3) + ((155 + 3*Sqrt[849])/2)^(1/3))]) - Sqrt[8/3 - ((155 - 3*Sqrt[849])/2)^(1/3)/3 - ((155 + 3*Sqrt[849])/2)^(1/3)/3 + 2*Sqrt[3/(4 + ((155 - 3*Sqrt[849])/2)^(1/3) + ((155 + 3*Sqrt[849])/2)^(1/3))]]/2, 10, 105][[1]]

Formula

Equals exp(sqrt(2*(log(r)^2 + 2*polylog(2, sqrt(r))))), where r = A072223 = 0.52488859865640479389948613854128391569... is the smallest real root of the equation (1 - r^2)^2 = r.
Equals limit_{n->infinity} A376624(n)^(1/sqrt(n)).
Equals limit_{n->infinity} A376625(n)^(1/sqrt(n)).
Equals limit_{n->infinity} A377075(n)^(1/sqrt(n)).
Equals exp(2*sqrt(2*log(A356032)^2 + polylog(2, A356032))).

A376580 G.f.: Sum_{k>=0} x^(k^2) * Product_{j=1..k} (1 + x^(2*j-1))^2.

Original entry on oeis.org

1, 1, 2, 1, 1, 2, 1, 2, 4, 3, 3, 3, 3, 4, 4, 5, 5, 7, 9, 7, 8, 9, 9, 10, 11, 12, 13, 14, 15, 18, 17, 19, 24, 23, 25, 27, 28, 31, 32, 33, 37, 40, 42, 44, 47, 52, 54, 59, 62, 67, 75, 75, 80, 87, 90, 95, 102, 109, 114, 119, 127, 134, 142, 150, 159, 171, 178, 187, 199, 211
Offset: 0

Views

Author

Vaclav Kotesovec, Sep 29 2024

Keywords

Crossrefs

Programs

  • Mathematica
    nmax=100; CoefficientList[Series[Sum[x^(k^2)*Product[1+x^(2*j-1), {j, 1, k}]^2, {k, 0, Sqrt[nmax]}], {x, 0, nmax}], x]

Formula

a(n) ~ c * A376621^sqrt(n) / sqrt(n), where c = 1/(2*sqrt(3 - 4*sinh(arcsinh(3^(3/2)/2) / 3) / sqrt(3))) = 0.390989767113799449629...
a(n) ~ c * A376542(n), where c = (108 + 12*sqrt(93))^(1/3)/3 - 4/(108 + 12*sqrt(93))^(1/3) = 1.364655607... is the real root of the equation c*(4 + c^2) = 8.
a(n) ~ c * A369557(n), where c = A347178 = -sinh(log((-3*sqrt(3) + sqrt(31))/2)/3) / sqrt(3) = 0.3411639019... is the real root of the equation 2*c*(1 + 4*c^2) = 1.
a(n) ~ A376631(n) * (A376621/A376660)^sqrt(n).

A376659 Decimal expansion of a constant related to the asymptotics of A376626 and A376627.

Original entry on oeis.org

3, 3, 3, 5, 2, 6, 0, 2, 0, 7, 0, 3, 7, 0, 8, 0, 8, 6, 0, 2, 9, 1, 2, 2, 4, 4, 8, 1, 5, 6, 3, 3, 5, 2, 4, 6, 7, 3, 0, 8, 8, 4, 9, 8, 7, 0, 9, 9, 2, 7, 7, 9, 6, 8, 2, 0, 6, 1, 3, 7, 0, 4, 6, 5, 3, 8, 3, 8, 2, 8, 8, 8, 1, 9, 4, 3, 7, 2, 1, 2, 0, 1, 2, 2, 7, 4, 2, 2, 8, 0, 3, 2, 7, 5, 6, 4, 1, 8, 2, 1, 6, 4, 3, 7, 3
Offset: 1

Views

Author

Vaclav Kotesovec, Oct 01 2024

Keywords

Examples

			3.33526020703708086029122448156335246730884987099277968...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[E^Sqrt[6*Log[r]^2 + 2*PolyLog[2, 1 - r^2]] /. r -> (-1 + ((25 - 3*Sqrt[69])/2)^(1/3) + ((25 + 3*Sqrt[69])/2)^(1/3))/3, 10, 105][[1]]

Formula

Equals exp(sqrt(2*(3*log(r)^2 + polylog(2, 1 - r^2)))), where r = A075778 = 0.7548776662466927600495088963585286918946... is the real root of the equation r^2*(1+r) = 1.
Equals limit_{n->infinity} A376626(n)^(1/sqrt(n)).
Equals limit_{n->infinity} A376627(n)^(1/sqrt(n)).

A376631 G.f.: Sum_{k>=0} x^(k*(k+1)/2) * Product_{j=1..k} (1 + x^(2*j)).

Original entry on oeis.org

1, 1, 0, 2, 0, 1, 1, 1, 1, 1, 2, 0, 3, 0, 2, 1, 3, 1, 3, 1, 2, 3, 2, 3, 2, 4, 1, 5, 2, 5, 2, 6, 1, 7, 2, 7, 3, 6, 4, 7, 5, 6, 7, 6, 7, 7, 9, 5, 11, 5, 12, 6, 14, 5, 15, 6, 16, 7, 17, 7, 18, 9, 18, 11, 19, 12, 20, 14, 19, 17, 19, 19, 20, 23, 18, 27, 18, 29, 20, 32, 19
Offset: 0

Views

Author

Vaclav Kotesovec, Sep 30 2024

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 100; CoefficientList[Series[Sum[x^(k*(k+1)/2)*Product[1+x^(2*j), {j, 1, k}], {k, 0, Sqrt[2*nmax]}], {x, 0, nmax}], x]
    nmax = 100; p = 1; s = 1; Do[p = Expand[p*(1 + x^(2*k))*x^k]; p = Take[p, Min[nmax + 1, Exponent[p, x] + 1, Length[p]]]; s += p;, {k, 1, Sqrt[2*nmax]}]; Take[CoefficientList[s, x], nmax + 1]

Formula

G.f.: Sum_{k>=0} Product_{j=1..k} (x^j + x^(3*j)).
a(n) ~ c * A376660^sqrt(n) / sqrt(n), where c = 1/(2*sqrt(3 - 4*sinh(arcsinh(3^(3/2)/2) / 3) / sqrt(3))) = 0.39098976711379944962936707496887239986756106886318...
a(n) ~ A376580(n) * (A376660/A376621)^sqrt(n).

A376630 G.f.: Sum_{k>=0} x^(k*(k+1)/2) * Product_{j=1..k} (1 + x^(2*j-1)).

Original entry on oeis.org

1, 1, 1, 1, 1, 0, 2, 2, 0, 1, 2, 2, 1, 1, 2, 3, 2, 1, 3, 2, 2, 3, 3, 3, 3, 4, 3, 3, 4, 4, 4, 5, 5, 5, 4, 4, 7, 7, 5, 6, 8, 7, 7, 6, 8, 10, 8, 8, 10, 11, 9, 10, 12, 12, 11, 12, 14, 14, 13, 13, 16, 17, 15, 17, 18, 18, 19, 19, 20, 21, 22, 22, 24, 24, 25, 26, 27, 28, 29, 30
Offset: 0

Views

Author

Vaclav Kotesovec, Sep 30 2024

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 100; CoefficientList[Series[Sum[x^(k*(k+1)/2)*Product[1+x^(2*j-1), {j, 1, k}], {k, 0, Sqrt[2*nmax]}], {x, 0, nmax}], x]
    nmax = 100; p = 1; s = 1; Do[p = Expand[p*(1 + x^(2*k - 1))*x^k]; p = Take[p, Min[nmax + 1, Exponent[p, x] + 1, Length[p]]]; s += p;, {k, 1, Sqrt[2*nmax]}]; Take[CoefficientList[s, x], nmax + 1]

Formula

G.f.: Sum_{k>=0} Product_{j=1..k} (x^j + x^(3*j-1)).
a(n) ~ c * A376660^sqrt(n) / sqrt(n), where c = sqrt(cosh(arccosh(sqrt(31)/2) / 3))/31^(1/4) = 0.456748282933947534736955792823221857...

A376815 Decimal expansion of a constant related to the asymptotics of A376812.

Original entry on oeis.org

4, 1, 8, 3, 6, 2, 3, 0, 8, 2, 3, 1, 5, 0, 1, 0, 3, 7, 5, 9, 2, 4, 3, 4, 2, 0, 7, 4, 7, 1, 4, 3, 6, 2, 8, 9, 8, 9, 5, 6, 3, 8, 6, 9, 7, 7, 0, 7, 0, 3, 5, 8, 8, 7, 8, 5, 7, 8, 3, 2, 7, 1, 0, 0, 2, 0, 9, 8, 1, 9, 5, 1, 5, 7, 2, 6, 9, 5, 0, 8, 1, 6, 9, 4, 1, 1, 4, 8, 1, 0, 4, 6, 8, 4, 1, 7, 7, 0, 4, 5, 4, 9, 5, 3, 2
Offset: 1

Views

Author

Vaclav Kotesovec, Oct 05 2024

Keywords

Examples

			4.18362308231501037592434207471436289895638697707035887857832710...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[E^Sqrt[3*Log[r]^2 + 8*PolyLog[2, r^(1/2)] - 2*Pi^2/3] /. r -> (-2 + ((29 - 3*Sqrt[93])/2)^(1/3) + ((29 + 3*Sqrt[93])/2)^(1/3))/3, 10, 120][[1]] (* Vaclav Kotesovec, Oct 07 2024 *)

Formula

Equals limit_{n->infinity} A376812(n)^(1/sqrt(n)).
Equals A376660^2. - Vaclav Kotesovec, Oct 06 2024
Equals exp(sqrt(3*log(r)^2 + 8*polylog(2, r^(1/2)) - 2*Pi^2/3)), where r = A088559 = 0.4655712318767680266567312252199... is the real root of the equation r*(1+r)^2 = 1. - Vaclav Kotesovec, Oct 07 2024
Showing 1-7 of 7 results.