Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. sum_n=1^infty (-1)^(n+1) n/p_n
  2.  
  3. n/p_n vs (n+1)/(p_(n+1))
  4. n/p_n vs (n+1)/(p_n+2)
  5. n/p_n vs n/(p_n+2) + 1/(p_n+2)
  6. n/p_n vs n/p_n + n/(p_n+2) - n/p_n + 1/(p_n+2)
  7. n/p_n vs n/p_n - 2n/(p_n(p_n+2)) + 1/(p_n+2)
  8. n/p_n vs n/p_n + (p_n - 2n)/(p_n(p_n+2))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement