Fungrim home page

Fungrim entry: 66fefb

01xxdx=n=1(1)n+1nn\int_{0}^{1} {x}^{x} \, dx = \sum_{n=1}^{\infty} {\left(-1\right)}^{n + 1} {n}^{-n}
TeX:
\int_{0}^{1} {x}^{x} \, dx = \sum_{n=1}^{\infty} {\left(-1\right)}^{n + 1} {n}^{-n}
Definitions:
Fungrim symbol Notation Short description
Powab{a}^{b} Power
Infinity\infty Positive infinity
Source code for this entry:
Entry(ID("66fefb"),
    Formula(Equal(Integral(Pow(x, x), Tuple(x, 0, 1)), Sum(Mul(Pow(-1, Add(n, 1)), Pow(n, Neg(n))), Tuple(n, 1, Infinity)))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2019-06-18 07:49:59.356594 UTC