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.

A332505 Decimal expansion of the number u in [0,2 Pi] such that snc(u) = Pi, where snc is the sine-normal-to-cosine function; see A332500.

Original entry on oeis.org

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

Views

Author

Clark Kimberling, May 05 2020

Keywords

Examples

			u = 3.620315077707734608793055034131...
		

Crossrefs

Programs

  • Mathematica
    u = u /. FindRoot[ -1 == -Pi Sec[u] + u Sec[u] + Sin[u], {u, 0}, WorkingPrecision -> 150]
    d = RealDigits[u][[1]]

Formula

u = Pi + x, where snc(x) = 0 as in A332504.