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-6 of 6 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 *)

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

Original entry on oeis.org

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

Views

Author

Clark Kimberling, Oct 06 2011

Keywords

Examples

			x=1.5095068322244728855653262204377685055328808170667196...
		

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 *)

A196625 Decimal expansion of the number c for which the curve y=1/x is tangent to the curve y=cos(x-c), and 0 < x < 2*Pi; c = sqrt(r) - arccsc(r), where r = (1+sqrt(5))/2 (the golden ratio).

Original entry on oeis.org

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

Views

Author

Clark Kimberling, Oct 05 2011

Keywords

Comments

Let r=(1+sqrt(5))/2, the golden ratio. Let u=sqrt(r) and v=1/x. Let c=sqrt(r)-arccsc(r). The curve y=1/x is tangent to the curve y=cos(x-c) at (u,v), and the slope of the tangent line is r-1.
Guide to constants c associated with tangencies:
A196610: 1/x and c*cos(x)
A196619: 1/x - c and cos(x)
A196774: 1/x + c and sin(x)
A196625: 1/x and cos(c-x)
A196772: 1/x and sin(x+c)
A196758: 1/x and c*sin(x)
A196765: c/x and sin(x)
A196823: 1/(1+x^2) and -c+cos(x)
A196914: 1/(1+x^2) and c*cos(x)
A196832: 1/(1+x^2) and c*sin(x)
A197016: x=0, y=0, and cos(x)

Examples

			c=0.60578021702155370914841756575969877104...
		

Crossrefs

Programs

  • Mathematica
    Plot[{1/x, Cos[x - 0.60578]}, {x, 0, 2 Pi}]
    r = GoldenRatio; xt = Sqrt[r];
    x1 = N[xt, 100]
    RealDigits[x1]     (* A139339 *)
    c = Sqrt[r] - ArcCsc[r];
    c1 = N[c, 100]
    RealDigits[c1]     (* A196625 *)
    slope = N[r - Sqrt[5], 100]
    RealDigits[slope]  (* -1+A001622; -1+golden ratio *)

Extensions

a(99) corrected by Georg Fischer, Jul 19 2021
Showing 1-6 of 6 results.