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!)
A255272 Decimal expansion of the second smallest positive root of tan(x) = x. 0
7, 7, 2, 5, 2, 5, 1, 8, 3, 6, 9, 3, 7, 7, 0, 7, 1, 6, 4, 1, 9, 5, 0, 6, 8, 9, 3, 3, 0, 6, 2, 9, 8, 6, 6, 2, 6, 3, 7, 8, 1, 5, 9, 3, 0, 4, 6, 1, 0, 7, 9, 1, 1, 8, 6, 6, 4, 9, 3, 2, 8, 2, 1, 6, 7, 2, 9, 6, 4, 5, 0, 0, 1, 6, 8, 2, 6, 8, 8, 8, 1, 6, 1, 8, 4, 5, 0, 4, 8, 4, 5, 7, 4, 0, 6, 9, 5, 7, 8, 6, 9, 7 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This constant is quite close to 5*Pi/2 - 1/8 = 7.72898...
LINKS
Eric Weisstein's World of Mathematics, du Bois-Reymond Constants.
EXAMPLE
7.72525183693770716419506893306298662637815930461...
MATHEMATICA
xi[n_] := x /. FindRoot[Tan[x] == x, {x, n*Pi + Pi/2 - 1/(4*n)}, WorkingPrecision -> 102]; RealDigits[xi[2]] // First
PROG
(PARI) solve(x=7, 7.8, tan(x)-x) \\ Charles R Greathouse IV, Apr 20 2016
CROSSREFS
Cf. A115365 (smallest positive root), A062546 (C_2 = 2nd du Bois-Reymond constant), A224196 (C_3), A207528 (C_4), A243108 (C_5), A245333 (C_6).
Sequence in context: A113810 A002161 A083871 * A335929 A303658 A169812
KEYWORD
nonn,cons,easy
AUTHOR
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 April 24 13:56 EDT 2024. Contains 371958 sequences. (Running on oeis4.)