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.

A377481 Decimal expansion of sin(A377479).

Original entry on oeis.org

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

Views

Author

Stefano Spezia, Oct 29 2024

Keywords

Comments

The value of the slope of the straight line through the origin that is tangent to the cosine graph.

Examples

			0.3365084169183952916163198144073...
		

Crossrefs

Programs

  • Mathematica
    ndigits=100; First[RealDigits[Sin[First[x/.NSolve[Cos[x]+x Sin[x]==0,x,ndigits+1]]],10,ndigits]]