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!)
A126388 Denominators in a series for the "alternating Euler constant" log(4/Pi). 2
2, 3, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 22, 23, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 72, 73, 78, 79, 80, 81, 86, 87, 90, 91, 92 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
COMMENTS
All n > 1 such that (# of 1's) != (# of 0's) in the base 2 expansion of floor(n/2). The numerators of the series are A126389.
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.
Eric Weisstein's MathWorld, Digit Count.
FORMULA
log(4/Pi) = 1/2 - 1/3 + 2/6 - 2/7 - 1/8 + 1/9 + 1/10 - 1/11 + 1/12 - 1/13 + 3/14 - 3/15 - 2/16 + 2/17 + 2/22 - ...
EXAMPLE
floor(13/2) = 6 = 110 base 2, which has (# of 1's) = 2 != 1 = (#
of 0's), so 13 is a member.
MATHEMATICA
b[n_] := DigitCount[n, 2, 1] - DigitCount[n, 2, 0]; L = {}; Do[If[b[Floor[n/2]] != 0, L = Append[L, n]], {n, 2, 100}]; L
CROSSREFS
Complementary to A066879.
Sequence in context: A088573 A181514 A225755 * A039247 A371292 A039189
KEYWORD
base,nonn
AUTHOR
Jonathan Sondow, Jan 01 2007
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 19 04:12 EDT 2024. Contains 371782 sequences. (Running on oeis4.)