I want to implement Riemann Zeta function in some programming language and I try to use algorithms from this question
Modern formula for calculating Riemann Zeta Function
I have 2 questions:
- I cannot find what does it means: $$e_{k}=\sum_{j=k}^{n}\left ( _{a}^{b} \right )$$
most probably it is my lack of math knowledge. Is it well-known polynomial or what?
- How to calculate $$\epsilon_{n}(s)$$ if they define it like this $$\left | \epsilon_{n}(s) \right |\leqslant something$$ How can I calculate it? I need exact formula for $$\epsilon_{n}(s) = something$$ I cannot use inequality and I cannot use formula for absolute value for numeric calculations.