login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A173201 Iteration x := x - (sin(x) - cos(x)*x - Pi/2)/(sin(x)*x). 3
1, 9, 0, 5, 6, 9, 5, 7, 2, 9, 3, 0, 9, 8, 8, 3, 8, 9, 4, 8, 8, 2, 6, 6, 6, 4, 3, 7, 1, 6, 0, 9, 6, 6, 7, 0, 3, 4, 9, 5, 0, 4, 3, 1, 2, 1, 6, 1, 2, 8, 0, 3, 2, 1, 2, 1, 9, 3, 5, 6, 4, 5, 5, 9, 9, 9, 4, 5, 4, 4, 2, 4, 0, 9, 9, 5, 7, 9, 5, 0, 2, 2, 7, 5, 7, 1, 6, 1, 6, 6, 3, 4, 6, 4, 6, 3, 0, 3, 9, 7, 1, 5, 3, 9, 8 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Decimal expansion of psi, the unique solution on (0,Pi) of sin(psi) - psi*cos(psi) = Pi/2, an auxiliary constant used in the Hall-Tenenbaum inequality applied to real multiplicative functions. - Jean-François Alcover, Sep 05 2014
LINKS
M. Fraser, A tale of two goats, Math. Mag., 55 (1982), 221-227.
Gerd Lamprecht, 10000 digits
Gerd Lamprecht, Zahlenfolgen (sequence)
FORMULA
x := x - (sin(x) - cos(x)*x - Pi/2)/(sin(x)*x).
Equals 2*arccos(A133731/2).
EXAMPLE
A133731 = cos(1.9056957293.../2)*2.
MATHEMATICA
psi = x /. FindRoot[Sin[x] - x*Cos[x] == Pi/2, {x, 2}, WorkingPrecision -> 102]; RealDigits[psi] // First (* Jean-François Alcover, Sep 05 2014 *)
PROG
(Other) Gerd Lamprecht Iterationsrechner: #(sin(x)-cos(x)*x-PI/2)/(sin(x)*x)@Na=2; @Nb=a; a=a-Fx(a); @N@Aa-b)%3C%204e-16@N0@N1@Nc=cos(a/2)*2;
(PARI) solve(x=1, 2, sin(x)-x*cos(x)-Pi/2) \\ Charles R Greathouse IV, Mar 03 2021
CROSSREFS
Sequence in context: A195483 A093070 A010533 * A345158 A019740 A372270
KEYWORD
cons,nonn
AUTHOR
Gerd Lamprecht (gerdlamprecht(AT)googlemail.com), Feb 12 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 27 00:54 EDT 2024. Contains 373723 sequences. (Running on oeis4.)