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.

A195727 Decimal expansion of arccot(4).

Original entry on oeis.org

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

Views

Author

Clark Kimberling, Sep 23 2011

Keywords

Examples

			arccot(4) = 0.24497866312686...
		

Crossrefs

Cf. A195628.

Programs

Formula

Equals Integral_{x >= 0} exp(-4*x)*sin(x)/x dx. - Peter Bala, Nov 05 2019
Equals arcsin(1/sqrt(17)) = arccos(4/sqrt(17)) = arctan(1/4). - Amiram Eldar, Jul 11 2023

A195621 Decimal expansion of arccsc(4).

Original entry on oeis.org

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

Views

Author

Clark Kimberling, Sep 23 2011

Keywords

Comments

Archimedes's-like scheme: set p(0) = 1/sqrt(15), q(0) = 1/4; p(n+1) = 2*p(n)*q(n)/(p(n)+q(n)) (harmonic mean, i.e., 1/p(n+1) = (1/p(n) + 1/q(n))/2), q(n+1) = sqrt(p(n+1)*q(n)) (geometric mean, i.e., log(q(n+1)) = (log(p(n+1)) + log(q(n)))/2), for n >= 0. The error of p(n) and q(n) decreases by a factor of approximately 4 each iteration, i.e., approximately 2 bits are gained by each iteration. Set r(n) = (2*q(n) + p(n))/3, the error decreases by a factor of approximately 16 for each iteration, i.e., approximately 4 bits are gained by each iteration. For a similar scheme see also A244644. - A.H.M. Smeets, Jul 12 2018

Examples

			arccsc(4) = arcsin(1/4) = 0.25268025514207865...
		

References

  • Jerome Spanier and Keith B. Oldham, "Atlas of Functions", Hemisphere Publishing Corp., 1987, chapter 35, page 338.

Crossrefs

Programs

Formula

Equals arccos(sqrt(15)/4) = arctan(1/sqrt(15)). - Amiram Eldar, Jul 11 2023

A195731 Decimal expansion of arcsec(4).

Original entry on oeis.org

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

Views

Author

Clark Kimberling, Sep 23 2011

Keywords

Examples

			arcsec(4) = 1.318116071652817965...
		

Crossrefs

Cf. A195628.

Programs

  • Magma
    SetDefaultRealField(RealField(100)); Arccos(1/4); // G. C. Greubel, Aug 20 2018
  • Mathematica
    r=4;
    N[ArcSec[r], 100]
    RealDigits[%]
  • PARI
    acos(1/4) \\ G. C. Greubel, Aug 20 2018
    

Formula

Equals arcsin(sqrt(15)/4) = arccos(1/4) = arctan(sqrt(15)). - Amiram Eldar, May 24 2021

A377968 Decimal expansion of tan(arctan(4)/4).

Original entry on oeis.org

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

Views

Author

Paolo Xausa, Nov 13 2024

Keywords

Examples

			0.34415073140891080771475922788534684760565020832584...
		

Crossrefs

Programs

  • Mathematica
    First[RealDigits[Tan[ArcTan[4]/4], 10, 100]]

Formula

Equals 2*(cos(6*Pi/17) + cos(10*Pi/17)) = 2*(cos(6*A019684) + cos(10*A019684)).
Equals (sqrt(34 + 2*sqrt(17)) - sqrt(17) - 1)/4 = (sqrt(34 + 2*A010473) - A010473 - 1)/4.
Equals the root closest to 0 of x^4 + x^3 - 6*x^2 - x + 1.
Showing 1-4 of 4 results.