login
A133916
Decimal expansion of the smaller of the two real fixed points of the sinhc function.
2
1, 3, 1, 3, 2, 8, 3, 7, 1, 8, 3, 5, 3, 4, 8, 3, 5, 9, 4, 4, 4, 3, 6, 3, 0, 9, 4, 7, 3, 9, 7, 5, 4, 9, 1, 2, 0, 0, 7, 0, 3, 5, 7, 4, 2, 9, 1, 8, 9, 6, 5, 7, 2, 6, 3, 4, 5, 1, 7, 9, 3, 2, 3, 9, 7, 3, 3, 8, 5, 7, 0, 2, 8, 5, 4, 5, 5, 3, 8, 3, 9, 5, 9, 8, 9, 6, 2, 4, 2, 8, 9, 8, 0, 7, 2, 9, 3, 5, 7, 8, 5, 7, 3, 6, 0
OFFSET
1,2
LINKS
Eric Weisstein's World of Mathematics, Sinhc Function.
EXAMPLE
1.3132837183534835944...
MATHEMATICA
RealDigits[x /. FindRoot[Sinh[x] - x^2, {x, 1}, WorkingPrecision -> 120], 10, 100][[1]] (* Amiram Eldar, Jun 25 2021 *)
PROG
(PARI) solve(x=1, 2, sinh(x)/x - x) \\ Michel Marcus, Jun 25 2021
CROSSREFS
Cf. A133917.
Sequence in context: A305735 A354151 A248947 * A058589 A112164 A300580
KEYWORD
nonn,cons
AUTHOR
Eric W. Weisstein, Sep 28 2007
STATUS
approved