Fungrim home page

Fungrim entry: 8f10b0

ϕ ⁣(q)=k=(1)kqk(3k1)/2\phi\!\left(q\right) = \sum_{k=-\infty}^{\infty} {\left(-1\right)}^{k} {q}^{k \left(3 k - 1\right) / 2}
Assumptions:qCandq<1q \in \mathbb{C} \,\mathbin{\operatorname{and}}\, \left|q\right| \lt 1
TeX:
\phi\!\left(q\right) = \sum_{k=-\infty}^{\infty} {\left(-1\right)}^{k} {q}^{k \left(3 k - 1\right) / 2}

q \in \mathbb{C} \,\mathbin{\operatorname{and}}\, \left|q\right| \lt 1
Definitions:
Fungrim symbol Notation Short description
EulerQSeriesϕ ⁣(q)\phi\!\left(q\right) Euler's q-series
Powab{a}^{b} Power
Infinity\infty Positive infinity
CCC\mathbb{C} Complex numbers
Absz\left|z\right| Absolute value
Source code for this entry:
Entry(ID("8f10b0"),
    Formula(Equal(EulerQSeries(q), Sum(Mul(Pow(-1, k), Pow(q, Div(Mul(k, Sub(Mul(3, k), 1)), 2))), Tuple(k, Neg(Infinity), Infinity)))),
    Variables(q),
    Assumptions(And(Element(q, CC), Less(Abs(q), 1))))

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