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!)
A202500 Decimal expansion of x satisfying x=e^(-Pi*x). 2
3, 4, 1, 7, 5, 6, 0, 1, 7, 7, 8, 5, 8, 5, 6, 3, 9, 6, 8, 3, 1, 2, 6, 7, 1, 6, 6, 7, 7, 1, 7, 0, 5, 8, 3, 5, 1, 4, 5, 1, 6, 5, 4, 7, 6, 9, 3, 8, 9, 3, 9, 4, 4, 3, 6, 7, 5, 5, 6, 9, 3, 0, 1, 3, 5, 1, 5, 8, 2, 9, 7, 2, 2, 5, 1, 1, 9, 8, 9, 1, 2, 2, 4, 6, 7, 5, 1, 3, 1, 3, 8, 5, 9, 8, 8, 1, 3, 1, 2 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
See A202348 for a guide to related sequences. The Mathematica program includes a graph.
LINKS
EXAMPLE
x=0.34175601778585639683126716677170583514516547...
MATHEMATICA
u = -Pi; v = 0;
f[x_] := x; g[x_] := E^(u*x + v)
Plot[{f[x], g[x]}, {x, -1, 1}, {AxesOrigin -> {0, 0}}]
r = x /. FindRoot[f[x] == g[x], {x, .3, .4}, WorkingPrecision -> 110]
RealDigits[r] (* A202500 *)
RealDigits[ ProductLog[Pi]/Pi, 10, 99] // First (* Jean-François Alcover, Feb 27 2013 *)
CROSSREFS
Cf. A202348.
Sequence in context: A347084 A226776 A339278 * A016607 A262216 A076446
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Dec 20 2011
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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)