User Portlet User Portlet

Marian Muresan
Discussions
![enter image description here][1] &[Wolfram Notebook][2] [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=10200HeroImage.png&userId=20103 [2]: https://www.wolframcloud.com/obj/e3ad395b-716c-438f-b0f2-00fbe4a91482
Hi, I do not understand why a limit of a sequence has a curious result. Please, can someone make me clear. The limit follows In[1]:= Limit[\!\( \*UnderoverscriptBox[\(\[Sum]\), \(k = 1\), \(n\)] \*SuperscriptBox[\(k\), \(p\)]\)/n^p...
Hi, I do not understand the limit given below. As far as I know the terms of sequence belong to the open interval ]0,1[  and the limit equals 1. Please let me know where I am wrong.   [mcode]Clear[n] Limit[n n! (E - Sum[1/k!, {k, 0, n}]), n ->...
Consider a real valued function defined on reals defined by -for x = 0}}] (*Plot[p[x],{x,-1,1},PlotStyle->Thick,ImageSize->150] *) Limit[p[x], x -> 0]     The result suplied is 1. I do not understand why.  Please, can someone explain me why is so....