1. Joined
    28 Aug '07
    Moves
    3178
    07 Mar '08 14:43
    This is F--ing difficult, but I'll get it done.
    And for even numbers, too.
  2. Joined
    25 Aug '06
    Moves
    0
    07 Mar '08 14:52
    Originally posted by serigado
    This is F--ing difficult, but I'll get it done.
    And for even numbers, too.
    If the numerators are the number of even digits is the denominator, the sum is an ugly transcendental number.
  3. Joined
    28 Aug '07
    Moves
    3178
    07 Mar '08 15:01
    Originally posted by David113
    If the numerators are the number of even digits is the denominator, the sum is an ugly transcendental number.
    to be exact,
    -1/9+ \sum_{n=1}^{\infty} \frac { floor(n log_{10} 2)+1) }{2^n}

    We want LaTeX !!!
    Those who agree, come to the "site ideas" forum and make some pression!
  4. Joined
    28 Aug '07
    Moves
    3178
    07 Mar '08 15:18
    I got it.
    Impossible to post without LaTeX 🙂
  5. Joined
    30 Oct '04
    Moves
    7813
    07 Mar '08 15:44
    Originally posted by serigado
    I got it.
    Impossible to post without LaTeX 🙂
    Can you sketch the basic idea? I couldn't think of a good way to count the number of odd digits in the powers of 2...
  6. Joined
    28 Aug '07
    Moves
    3178
    07 Mar '08 17:04
    Originally posted by ilywrin
    Can you sketch the basic idea? I couldn't think of a good way to count the number of odd digits in the powers of 2...
    Can you do it for base 2 ? (count the 0 and 1 ? )
  7. Joined
    30 Oct '04
    Moves
    7813
    07 Mar '08 17:13
    Originally posted by serigado
    Can you do it for base 2 ? (count the 0 and 1 ? )
    I'm not sure I follow you - 2^n in binary is written as 1 followed by exactly n zeros, so this is not very informative. Are you doing some transformation, or something?
  8. Joined
    28 Aug '07
    Moves
    3178
    08 Mar '08 19:14
    You can start by considering another way to write a number.
    For example:
    0.532 = 0.5 + 0.03 + 0.002
    Any number can be written as \sum_{k=1}^{\infty} \frac{a_k}{10^k}
    For the number 0.532, a_1 =5 ; a_2=3; a_3 = 2
    So, a_k gives the k-th digit of a given number
    But there's another way to write a_k:
    a_k = floor ( 0.532*10^k ) mod(10)

    now instead, of base 10, try base 2, and find a relation between both 🙂
  9. Standard membereldragonfly
    leperchaun messiah
    thru a glass onion
    Joined
    19 Apr '03
    Moves
    16870
    24 Mar '08 18:53
    *bump*
  10. Standard memberadam warlock
    Baby Gauss
    Ceres
    Joined
    14 Oct '06
    Moves
    18375
    24 Mar '08 21:02
    Originally posted by eldragonfly
    *bump*
    Every now and then this problem comes to my mind but I can't solve it. I want to solve it in a way that I don't use the result and prove its validity. I want to really calculate the sum. 😠
  11. In Christ
    Joined
    30 Apr '07
    Moves
    172
    13 Feb '09 01:31
    So what's the proof?
  12. Joined
    25 Aug '06
    Moves
    0
    13 Feb '09 01:40
    Originally posted by Jirakon
    So what's the proof?
    Write the decimal numbers 0.1, 0.01, 0.001, 0.0001, ... in binary:

    0.1 = 0.xyz...
    0.01 = 0.abc...
    0.001 = 0.pqr...
    ...

    Then sum the binary fractions column by column, i. e. their sum is (x+a+p+...)/2+(y+b+q+...)/4+(z+c+r+...)/8+...

    Show that this last series is exactly our series.
Back to Top

Cookies help us deliver our Services. By using our Services or clicking I agree, you agree to our use of cookies. Learn More.I Agree