home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / sci / math / 10326 < prev    next >
Encoding:
Text File  |  1992-08-17  |  2.5 KB  |  79 lines

  1. Newsgroups: sci.math
  2. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!math26647.math.cwru.edu!user
  3. From: mgh3@po.cwru.edu (mike hurley)
  4. Subject: Re: Still another problem.
  5. Message-ID: <mgh3-170892130137@math26647.math.cwru.edu>
  6. Followup-To: sci.math
  7. Sender: news@usenet.ins.cwru.edu
  8. Nntp-Posting-Host: math26647.math.cwru.edu
  9. Organization: case western reserve u
  10. References: <1992Aug11.170858.275@csc.canterbury.ac.nz> <1992Aug12.075304.28486@newssrv.edvz.univie.ac.at> <1992Aug14.142149.16686@mcs.drexel.edu>
  11. Date: Mon, 17 Aug 92 17:08:24 GMT
  12. Lines:       66
  13.  
  14. In article <1992Aug14.142149.16686@mcs.drexel.edu>, dmagagno@mcs.drexel.edu
  15. (David Magagnosc) wrote:
  16. > In article <1992Aug12.075304.28486@newssrv.edvz.univie.ac.at> pm@katz.cc.univie.ac.at (Peter Marksteiner) writes:
  17. > >Bill Taylor writes:
  18. > >
  19. > >
  20. > >>Prove that
  21. > >>
  22. > >>               n     n     n    n
  23. > >>     1  /     2     3     4    5        \  
  24. > >>     - |  1 + -- +  --  + -- + -- +....  | 
  25. > >>     e  \     1!    2!    3!   4!       /   
  26. > >>
  27. > >>  is an integer for all positive integer n.
  28. > >
  29.     << text deleted >>
  30. > While we're at it, prove that the following sum is always an
  31. > integer:
  32. >      n    n    n    n
  33. >     1    2    3    4
  34. >     -- + -- + -- + -- + ...
  35. >      1    2    3    4
  36. >     2    2    2    2
  37. > and find reasonable generalizations.
  38. > D. Magagnosc
  39. > -- 
  40.  
  41.  
  42. The new problem can be solved by the same method as the original 
  43. one, namely by expanding using binomial coefficients, changing 
  44. the order of summation, and using induction to obtain a 
  45. recursive formula for the values of the sums:
  46.  
  47. Let a_n = sum_{j=1}^{infty}(j^n)/(2^j).
  48.  
  49. Clearly a_0 = 1 is an integer.
  50. Let B[n,m] denote the binomial coefficient n over m. 
  51.  
  52. We can write 
  53. a_n = (1/2)*\sum_{j=1}^{infty}(j^n)/(2^(j-1))
  54.     = (1/2)*\sum_{j=0}^{infty}((j+1)^n)/(2^j)
  55.     = (1/2)*\sum_{j=0}^{infty}\sum_{m=0}^n B[n,m](j^m)/(2^j)
  56.     = (1/2)*\sum_{m=0}^n B[n,m]\sum_{j=0}^{infty}(j^m)/(2^j).
  57. For simplicity break off the m=0 term:
  58.     = (1/2)\sum_{j=0}^{infty}(j^0)/(2^j) 
  59.         + (1/2)*\sum_{m=1}^n B[n,m]\sum_{j=1}^{infty}(j^m)/(2^j)
  60.     = 1 + (1/2)*\sum_{m=1}^n B[n,m]*a_m.
  61. Combine both the a_n terms on the left:
  62. (1/2)a_n = 1 + (1/2)*\sum_{m=1}^(n-1) B[n,m]*a_m
  63. a_n  =  2 +  \sum_{m=1}^(n-1) B[n,m]*a_m
  64.      =  1 +  \sum_{m=0}^(n-1) B[n,m]*a_m
  65. (since B[n,0]*a_0 is always 1). 
  66.  
  67. Thus by induction every a_n is an integer; the
  68. sequence begins 1,2,6,26,150,... .
  69.  
  70. mike hurley   mgh3@po.cwru.edu
  71. dept of mathematics
  72. case western reserve univ. 44106-7058
  73.