How to write equivalent HTML expression for following Latex:
$$\sum_{k=1}^Nk(N-k+1)
The image is:
I did like this:
∑ <sub>k=1</sub> <sup>N</sup>
but output is like this
∑ k=1 N
I am not good at HTML and I searched on web but couldn’t find answer.
Please help on this..Thanks!
If you need it for a lot of stuff in your project you’ll probably find MathJax useful. Otherwise if you need just this one formula then try this – DEMO
CSS