Advertisement
MatsGranvik

(E^-EulerGamma/EulerGamma) as limit to infinity

Aug 27th, 2022 (edited)
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. (*start*)
  2. Clear[n];
  3. (E^-EulerGamma/EulerGamma)
  4. Limit[Exp[
  5. ProductLog[
  6. n]]/((Exp[HarmonicNumber[n]]*Log[HarmonicNumber[n]] -
  7. Exp[EulerGamma]*Exp[Log[n]]*Log[Log[n]])), n -> Infinity]
  8. (*end*)
  9.  
  10.  
  11. (*start*)
  12. Clear[n];
  13. Limit[(2*Pi*Exp[1]*
  14. Exp[ProductLog[(n - 11/8)/Exp[1]]])/(((HarmonicNumber[n] +
  15. Exp[HarmonicNumber[n]]*Log[HarmonicNumber[n]]) -
  16. Exp[EulerGamma]*(Log[n] + Exp[Log[n]]*Log[Log[n]]))),
  17. n -> Infinity]
  18.  
  19.  
  20. (2 E^-EulerGamma \[Pi])/EulerGamma
  21. (*end*)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement