The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A350048 Decimal expansion of 3/8 - 1/e. 0
7, 1, 2, 0, 5, 5, 8, 8, 2, 8, 5, 5, 7, 6, 7, 8, 4, 0, 4, 4, 7, 6, 2, 2, 9, 8, 3, 8, 5, 3, 9, 1, 3, 2, 5, 5, 4, 1, 8, 8, 8, 6, 8, 9, 6, 8, 2, 3, 2, 1, 6, 5, 4, 9, 2, 1, 6, 3, 1, 9, 8, 3, 0, 2, 5, 3, 8, 5, 0, 4, 2, 5, 5, 1, 0, 0, 1, 9, 6, 6, 4, 2, 8, 5, 3 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
-2,1
LINKS
Michael Ian Shamos, Shamos's catalog of the real numbers, (2011).
FORMULA
Equals Sum_{k>=1} (-1)^(k+1)/(k+4)!.
EXAMPLE
0.007120558828557678404476229838539132554...
MATHEMATICA
RealDigits[3/8 - 1/E, 10, 100][[1]] (* Amiram Eldar, Dec 12 2021 *)
PROG
(PARI) 3/8 - exp(-1)
(PARI) sumalt(k=1, (-1)^(k+1)/(k+4)!) \\ Michel Marcus, Dec 12 2021
CROSSREFS
Cf. A068985 (1/e), A068996 (1 - 1/e).
Sequence in context: A174588 A366316 A199001 * A111037 A369980 A090202
KEYWORD
nonn,cons
AUTHOR
Christoph B. Kassir, Dec 11 2021
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 3 16:04 EDT 2024. Contains 373063 sequences. (Running on oeis4.)