[go: up one dir, main page]

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!)
Search: a372392 -id:a372392
Displaying 1-1 of 1 result found. page 1
     Sort: relevance | references | number | modified | created      Format: long | short | data
A372393 Decimal expansion of Sum_{k>=0} (-1)^k / (k! + k). +10
1
6, 6, 7, 8, 0, 4, 7, 4, 1, 0, 2, 5, 9, 8, 2, 0, 7, 2, 9, 1, 7, 5, 2, 7, 1, 2, 0, 2, 2, 9, 2, 4, 0, 7, 3, 6, 1, 1, 1, 8, 5, 8, 6, 0, 3, 4, 3, 0, 8, 5, 8, 9, 4, 1, 9, 8, 4, 3, 9, 3, 9, 1, 7, 0, 7, 0, 5, 1, 6, 2, 7, 8, 4, 6, 7, 3, 9, 9, 8, 1, 1, 8, 9, 8, 1, 3 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
0.667804741025982072917527120229240736111858603430...
MATHEMATICA
s = Sum[(-1)^k/(k! + k), {k, 0, 100}];
d = N[s, 100]
First[RealDigits[d]]
PROG
(PARI) suminf(k=0, (-1)^k/(k!+k)) \\ Michel Marcus, Jun 01 2024
CROSSREFS
Cf. A372392.
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, May 31 2024
STATUS
approved
page 1

Search completed in 0.005 seconds

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 August 30 00:57 EDT 2024. Contains 375520 sequences. (Running on oeis4.)