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!)
A344916 Decimal expansion of Integral_{x=0..1} -x*zeta(1 - x). 0
7, 3, 6, 7, 8, 9, 9, 1, 1, 4, 1, 3, 4, 4, 8, 6, 4, 3, 9, 8, 8, 3, 7, 4, 5, 7, 5, 4, 4, 4, 3, 2, 1, 6, 9, 3, 3, 6, 5, 5, 4, 6, 5, 6, 9, 1, 1, 0, 0, 6, 1, 3, 2, 8, 5, 2, 8, 9, 1, 1, 1, 8, 7, 0, 5, 5, 9, 8, 7, 7, 0, 3, 5, 4, 0, 1, 4, 7, 4, 6, 1, 2, 9, 2, 0, 4 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
0.736789911413448643988374575444321693365546569110...
MAPLE
Digits:=100: Int(-s*Zeta(1 - s), s=0..1): evalf(%*10^90):
ListTools:-Reverse(convert(floor(%), base, 10));
MATHEMATICA
ndig = 100; RealDigits[N[-Integrate[x*Zeta[1 - x], {x, 0, 1}], ndig + 1], 10, ndig][[1]] (* Amiram Eldar, Jul 15 2021 *)
PROG
(PARI) intnum(x=0, 1, -x*zeta(1-x)) \\ Michel Marcus, Jul 15 2021
CROSSREFS
Sequence in context: A197028 A257819 A182111 * A023643 A050009 A173182
KEYWORD
nonn,cons
AUTHOR
Peter Luschny, Jul 15 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 May 21 19:35 EDT 2024. Contains 372738 sequences. (Running on oeis4.)