Arakawa–Kaneko zeta function

In mathematics, the Arakawa–Kaneko zeta function is a generalisation of the Riemann zeta function which generates special values of the polylogarithm function.

Definition

The zeta function is defined by

where Lik is the k-th polylogarithm

Properties

The integral converges for and has analytic continuation to the whole complex plane as an entire function.

The special case k = 1 gives where is the Riemann zeta-function.

The special case s = 1 remarkably also gives where is the Riemann zeta-function.

The values at integers are related to multiple zeta function values by

where

gollark: And how do I make the initial `request` nonblocking?
gollark: `http_response` only appears in the code in what looks like one comment.
gollark: It doesn't seem to be.
gollark: There seems to be an `internet_ready` signal, I'll check if that's relevant to HTTP.
gollark: I have some code doing this```lualocal function fetch(url, data) local res, err = net.request(url, json.encode(data), { ["Content-Type"] = "application/json" }) if not res then error(url .. " error: " .. err) end local out = {} while true do local chunk, err = res.read() if err then error(url .. " error: " .. err) end if chunk then table.insert(out, chunk) else return table.concat(out) end endend```but it never appears to `computer.pullSignal` at all, so my accursed bare-metal multithreading thing™ doesn't work.

References

  • Kaneko, Masanobou (1997). "Poly-Bernoulli numbers". J. Théor. Nombres Bordx. 9: 221–228. Zbl 0887.11011.
  • Arakawa, Tsuneo; Kaneko, Masanobu (1999). "Multiple zeta values, poly-Bernoulli numbers, and related zeta functions". Nagoya Math. J. 153: 189–209. MR 1684557. Zbl 0932.11055.
  • Coppo, Marc-Antoine; Candelpergher, Bernard (2010). "The Arakawa–Kaneko zeta function". Ramanujan J. 22: 153–162. Zbl 1230.11106.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.