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.

A196767 Decimal expansion of the least x > 0 satisfying 1 = x*sin(x - Pi/2), or, equivalently, -1 = x*cos(x).

Original entry on oeis.org

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

Views

Author

Clark Kimberling, Oct 06 2011

Keywords

Examples

			2.073932809091214901167776297799360067946219531...
		

Crossrefs

Cf. A196772.

Programs

  • Mathematica
    Plot[{1/x, Sin[x], Sin[x - Pi/2], Sin[x - Pi/3], Sin[x - Pi/4]}, {x,
      0, 2 Pi}]
    t = x /. FindRoot[1/x == Sin[x], {x, 1, 1.2}, WorkingPrecision -> 100]
    RealDigits[t]  (* A133866 *)
    t = x /. FindRoot[1/x == Sin[x - Pi/2], {x, 1, 2}, WorkingPrecision -> 100]
    RealDigits[t]     (* A196767 *)
    t = x /. FindRoot[1/x == Sin[x - Pi/3], {x, 1, 2}, WorkingPrecision -> 100]
    RealDigits[t]   (* A196768 *)
    t = x /. FindRoot[1/x == Sin[x - Pi/4], {x, 1, 2}, WorkingPrecision -> 100]
    RealDigits[t]    (* A196769 *)
    t = x /. FindRoot[1/x == Sin[x - Pi/5], {x, 1, 2}, WorkingPrecision -> 100]
    RealDigits[t]   (* A196770 *)
    t = x /. FindRoot[1/x == Sin[x - Pi/6], {x, 1, 2}, WorkingPrecision -> 100]
    RealDigits[t]    (* A196771 *)
  • PARI
    solve(x=2,3, x*cos(x)+1) \\ Charles R Greathouse IV, Feb 11 2025

A196768 Decimal expansion of the least x > 0 satisfying 1 = x*sin(x - Pi/3).

Original entry on oeis.org

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

Views

Author

Clark Kimberling, Oct 06 2011

Keywords

Examples

			x=1.6833055867088961454373617589948556354513948660...
		

Crossrefs

Cf. A196772.

Programs

  • Mathematica
    Plot[{1/x, Sin[x], Sin[x - Pi/2], Sin[x - Pi/3], Sin[x - Pi/4]}, {x,
      0, 2 Pi}]
    t = x /. FindRoot[1/x == Sin[x], {x, 1, 1.2}, WorkingPrecision -> 100]
    RealDigits[t]  (* A133866 *)
    t = x /. FindRoot[1/x == Sin[x - Pi/2], {x, 1, 2}, WorkingPrecision -> 100]
    RealDigits[t]     (* A196767 *)
    t = x /. FindRoot[1/x == Sin[x - Pi/3], {x, 1, 2}, WorkingPrecision -> 100]
    RealDigits[t]   (* A196768 *)
    t = x /. FindRoot[1/x == Sin[x - Pi/4], {x, 1, 2}, WorkingPrecision -> 100]
    RealDigits[t]    (* A196769 *)
    t = x /. FindRoot[1/x == Sin[x - Pi/5], {x, 1, 2}, WorkingPrecision -> 100]
    RealDigits[t]   (* A196770 *)
    t = x /. FindRoot[1/x == Sin[x - Pi/6], {x, 1, 2}, WorkingPrecision -> 100]
    RealDigits[t]    (* A196771 *)

A196770 Decimal expansion of the least x > 0 satisfying 1 = x*sin(x - Pi/5).

Original entry on oeis.org

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

Views

Author

Clark Kimberling, Oct 06 2011

Keywords

Examples

			x=1.41392254090929674042445333303603311304090191571000...
		

Crossrefs

Cf. A196772.

Programs

  • Mathematica
    Plot[{1/x, Sin[x], Sin[x - Pi/2], Sin[x - Pi/3], Sin[x - Pi/4]}, {x,
      0, 2 Pi}]
    t = x /. FindRoot[1/x == Sin[x], {x, 1, 1.2}, WorkingPrecision -> 100]
    RealDigits[t]  (* A133866 *)
    t = x /. FindRoot[1/x == Sin[x - Pi/2], {x, 1, 2}, WorkingPrecision -> 100]
    RealDigits[t]     (* A196767 *)
    t = x /. FindRoot[1/x == Sin[x - Pi/3], {x, 1, 2}, WorkingPrecision -> 100]
    RealDigits[t]   (* A196768 *)
    t = x /. FindRoot[1/x == Sin[x - Pi/4], {x, 1, 2}, WorkingPrecision -> 100]
    RealDigits[t]    (* A196769 *)
    t = x /. FindRoot[1/x == Sin[x - Pi/5], {x, 1, 2}, WorkingPrecision -> 100]
    RealDigits[t]   (* A196770 *)
    t = x /. FindRoot[1/x == Sin[x - Pi/6], {x, 1, 2}, WorkingPrecision -> 100]
    RealDigits[t]    (* A196771 *)

A196771 Decimal expansion of the least x > 0 satisfying 1 = x*sin(x - Pi/6).

Original entry on oeis.org

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

Views

Author

Clark Kimberling, Oct 06 2011

Keywords

Examples

			x=1.354287214157721417830637161637530685977263257675514...
		

Crossrefs

Cf. A196772.

Programs

  • Mathematica
    Plot[{1/x, Sin[x], Sin[x - Pi/2], Sin[x - Pi/3], Sin[x - Pi/4]}, {x,
      0, 2 Pi}]
    t = x /. FindRoot[1/x == Sin[x], {x, 1, 1.2}, WorkingPrecision -> 100]
    RealDigits[t]  (* A133866 *)
    t = x /. FindRoot[1/x == Sin[x - Pi/2], {x, 1, 2}, WorkingPrecision -> 100]
    RealDigits[t]     (* A196767 *)
    t = x /. FindRoot[1/x == Sin[x - Pi/3], {x, 1, 2}, WorkingPrecision -> 100]
    RealDigits[t]   (* A196768 *)
    t = x /. FindRoot[1/x == Sin[x - Pi/4], {x, 1, 2}, WorkingPrecision -> 100]
    RealDigits[t]    (* A196769 *)
    t = x /. FindRoot[1/x == Sin[x - Pi/5], {x, 1, 2}, WorkingPrecision -> 100]
    RealDigits[t]   (* A196770 *)
    t = x /. FindRoot[1/x == Sin[x - Pi/6], {x, 1, 2}, WorkingPrecision -> 100]
    RealDigits[t]    (* A196771 *)
Showing 1-4 of 4 results.