Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You're just adding the elements of the two series pair-wise (which "works" because addition is commutative and associative).

Here are a few additional intermediate steps:

    =  (1 + -1 +  1 + -1 ...)
     + (0 +  1 + -1 +  1 ...)
    
    = (1 + 0) + (-1 + 1) + (1 + -1) + (-1 + 1) ...


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: