login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A202392 Decimal expansion of the number x satisfying 3x=exp(-x). 2
2, 5, 7, 6, 2, 7, 6, 5, 3, 0, 4, 9, 7, 3, 6, 7, 0, 4, 2, 8, 2, 9, 1, 6, 2, 0, 1, 6, 2, 6, 0, 9, 7, 7, 9, 0, 9, 0, 9, 6, 9, 2, 6, 4, 7, 5, 0, 3, 2, 0, 4, 4, 9, 1, 5, 3, 3, 9, 5, 1, 1, 4, 4, 0, 6, 6, 3, 1, 9, 1, 2, 9, 2, 7, 5, 2, 0, 4, 3, 7, 2, 4, 5, 9, 6, 3, 9, 8, 8, 7, 9, 3, 4, 1, 0, 0, 2, 5, 0 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET

0,1

COMMENTS

See A202322 for a guide to related sequences.  The Mathematica program includes a graph.

LINKS

Table of n, a(n) for n=0..98.

EXAMPLE

x=0.257627653049736704282916201626097790909692...

MATHEMATICA

u = 3; v = 0;

f[x_] := u*x + v; g[x_] := E^-x

Plot[{f[x], g[x]}, {x, 0, 1}, {AxesOrigin -> {0, 0}}]

r = x /. FindRoot[f[x] == g[x], {x, .25, .26}, WorkingPrecision -> 110]

RealDigits[r]  (* A202392 *)

RealDigits[ ProductLog[1/3], 10, 99] // First (* Jean-François Alcover, Feb 14 2013 *)

CROSSREFS

Cf. A202322.

Sequence in context: A079378 A066035 A167554 * A078320 A141430 A021392

Adjacent sequences:  A202389 A202390 A202391 * A202393 A202394 A202395

KEYWORD

nonn,cons

AUTHOR

Clark Kimberling, Dec 18 2011

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 18 07:10 EDT 2013. Contains 225419 sequences.