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!)
A110626 Denominator of b(n) = -Sum_{k=1..n} A037861(k)/((2*k)*(2*k+1)), where A037861(k) = (number of 0's) - (number of 1's) in the binary representation of k. 5
6, 6, 14, 504, 27720, 360360, 360360, 765765, 765765, 765765, 1601145, 1601145, 369495, 3061530, 94907430, 16703707680, 116925953760, 4326260289120, 1068586291412640, 43812037947918240, 1883917631760484320 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Denominators of partial sums of a series for the "alternating Euler constant" log(4/Pi) (see A094640 and Sondow 2005, 2010). Numerators are A110625.
LINKS
Jonathan Sondow, New Vacca-Type Rational Series for Euler's Constant and Its "Alternating" Analog ln(4/Pi), Additive Number Theory, Festschrift In Honor of the Sixtieth Birthday of Melvyn B. Nathanson (D. Chudnovsky and G. Chudnovsky, eds.), Springer, 2010, pp. 331-340.
FORMULA
Lim_{n -> infinity} b(n) = log 4/Pi = 0.24156...
EXAMPLE
a(3) = 14 because b(3) = 1/6 + 0 + 1/21 = 3/14.
The first few fractions b(n) are 1/6, 1/6, 3/14, 101/504, 5807/27720, 77801/360360, 82949/360360, ... = A110625/A110626. - Petros Hadjicostas, May 15 2020
PROG
(PARI) a(n) = denominator(-sum(k=1, n, (#binary(k) - 2*hammingweight(k))/(2*k*(2*k+1)))); \\ Petros Hadjicostas, May 15 2020
CROSSREFS
Sequence in context: A315806 A315807 A315808 * A339721 A341832 A072695
KEYWORD
easy,frac,nonn
AUTHOR
Jonathan Sondow, Aug 01 2005
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 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)