A346437 Decimal expansion of the constant Sum_{k>=0} (-1)^k/(7*k)!.
9, 9, 9, 8, 0, 1, 5, 8, 7, 3, 1, 3, 0, 5, 8, 0, 4, 7, 1, 6, 5, 4, 5, 8, 3, 7, 0, 9, 5, 5, 3, 2, 7, 6, 2, 7, 5, 7, 2, 1, 0, 9, 1, 8, 0, 5, 7, 4, 8, 8, 0, 9, 5, 6, 1, 4, 9, 7, 1, 2, 9, 4, 1, 3, 9, 4, 0, 9, 3, 6, 7, 6, 4, 4, 6, 9, 8, 5, 8, 1, 1, 0, 5, 7, 8, 7, 7
Offset: 0
Examples
0.99980158731305804716545837...
Links
- Michael I. Shamos, A catalog of the real numbers (2011).
Crossrefs
Programs
-
Mathematica
RealDigits[HypergeometricPFQ[{}, {1/7, 2/7, 3/7, 4/7, 5/7, 6/7}, -1/7^7], 10, 120][[1]] (* Amiram Eldar, Jun 04 2023 *)
-
PARI
sumalt(k=0, (-1)^k/(7*k)!) \\ Michel Marcus, Jul 18 2021