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!)
A346441 Decimal expansion of the constant Sum_{k>=0} (-1)^k/(3*k)!. 17
8, 3, 4, 7, 1, 9, 4, 6, 8, 5, 7, 7, 2, 1, 0, 9, 6, 2, 2, 1, 9, 2, 8, 3, 2, 3, 9, 2, 0, 8, 3, 3, 0, 0, 7, 0, 8, 4, 0, 3, 7, 9, 0, 5, 1, 9, 9, 8, 2, 6, 9, 7, 6, 7, 6, 2, 7, 6, 9, 5, 1, 0, 7, 9, 5, 2, 5, 9, 2, 7, 8, 4, 3, 6, 8, 7, 2, 2, 2, 2, 3, 8, 9, 7, 3, 0, 0 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
D. Bowman and J. Mc Laughlin, Polynomial continued fractions, Acta Arith. 103 (2002), no. 4, 329-342.
Michael I. Shamos, A catalog of the real numbers (2011).
FORMULA
Equals 1/(3*e) + 2*sqrt(e)*cos(sqrt(3)/2)/3. - Amiram Eldar, Jul 18 2021
Continued fraction: 1/(1 + 1/(5 + 6/(119 + 120/(503 + ... + P(n-1)/((P(n) - 1) + ... ))))), where P(n) = (3*n)*(3*n - 1)*(3*n - 2) for n >= 1. See Bowman and Mc Laughlin, Corollary 10, p. 341 with m = 1, who also show that the constant is irrational. - Peter Bala, Feb 21 2024
EXAMPLE
0.8347194685772109622192832392...
MATHEMATICA
RealDigits[Sum[(-1)^k/(3*k)!, {k, 0, Infinity}], 10, 100][[1]] (* Amiram Eldar, Jul 18 2021 *)
PROG
(PARI) sumalt(k=0, (-1)^k/(3*k)!) \\ Michel Marcus, Jul 18 2021
CROSSREFS
Sequence in context: A091895 A111436 A014549 * A334064 A021549 A013665
KEYWORD
nonn,cons
AUTHOR
Sean A. Irvine, Jul 17 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 April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)