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!)
A340315 Decimal expansion of sum of reciprocals of A000111(n) (where A000111(n) is the n-th Euler or up/down number). 1
3, 7, 8, 3, 4, 4, 0, 9, 8, 3, 5, 0, 0, 7, 9, 7, 6, 6, 6, 6, 8, 3, 6, 8, 1, 6, 3, 9, 2, 2, 7, 9, 8, 9, 1, 5, 6, 1, 0, 7, 5, 0, 8, 5, 8, 9, 8, 6, 0, 1, 1, 2, 7, 4, 3, 1, 9, 8, 1, 9, 8, 0, 6, 3, 6, 6, 9, 1, 0, 7, 1, 0, 1, 1, 2, 5, 2, 3, 2, 2, 7, 6, 3, 6, 3, 4, 2, 2, 0, 6, 6, 9, 8, 1, 1, 9, 3, 7, 1, 8, 5, 6, 3, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The series 1/1 + 1/1 + 1/1 + 1/2 + 1/5 + 1/16 + 1/61 + 1/272 + 1/1385 + 1/7936 + ... converges to 3.783440983500797666683...
LINKS
FORMULA
Equals Sum_{k>=0} 1/A000111(k).
EXAMPLE
3.783440983500797666683...
PROG
(PARI) f(n)=if(n, 2*abs(polylog(-n, I)), 1); \\ A000111
suminf(n=0, 1/f(n)) \\ Michel Marcus, Jan 04 2021
CROSSREFS
Sequence in context: A064208 A078004 A197728 * A267501 A006834 A016667
KEYWORD
nonn,cons
AUTHOR
Marco Ripà, Jan 04 2021
EXTENSIONS
More digits from Alois P. Heinz, Jan 06 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 16 12:05 EDT 2024. Contains 371711 sequences. (Running on oeis4.)