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!)
A234015 K' (K being A105459) = Sum_{k>=0} (Zeta(k+1/2)-1)/(2k+1), negated. 1
1, 8, 2, 6, 5, 0, 7, 8, 1, 0, 8, 5, 8, 4, 7, 8, 5, 5, 8, 8, 1, 5, 7, 6, 5, 4, 0, 6, 1, 3, 0, 3, 2, 1, 9, 7, 3, 0, 9, 9, 4, 9, 1, 4, 8, 4, 9, 4, 3, 4, 9, 0, 6, 6, 8, 3, 2, 2, 9, 0, 1, 3, 6, 3, 7, 7, 6, 4, 9, 9, 2, 7, 1, 8, 3, 8, 7, 3, 5, 8, 4, 6, 4, 7, 9, 7, 3, 1, 3, 6, 2, 1, 5, 8, 3, 2, 8, 9, 9, 4, 2, 0, 4, 7, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
David Brink, The Spiral of Theodorus and Sums of Zeta-values at the Half-Integers, The American Mathematical Monthly, Vol. 119, No. 9 (November 2012), page 785.
Steven R. Finch, Mathematical Constants II, Encyclopedia of Mathematics and Its Applications, Cambridge University Press, Cambridge, 2018, p. 663 (constant K').
EXAMPLE
1.8265078108584785588157654061303219730994914849434906683229013637764992...
MATHEMATICA
RealDigits[ Sum[ (Zeta[k + 1/2] - 1)/(2 k + 1), {k, 0, 370}], 10, 111][[1]]
PROG
(PARI) sum(k=0, 340, (zeta(k+1/2)-1)/(2*k+1))
CROSSREFS
Sequence in context: A019660 A021125 A329933 * A322129 A019635 A011468
KEYWORD
nonn,easy,cons
AUTHOR
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 8 13:24 EDT 2024. Contains 372333 sequences. (Running on oeis4.)