Fungrim home page

Fungrim entry: 6202cb

cn=1na0k=1n(3k2n)akcnk   where cn=[xn]A,an=[xn]A{c}_{n} = \frac{1}{n {a}_{0}} \sum_{k=1}^{n} \left(\frac{3 k}{2} - n\right) {a}_{k} {c}_{n - k}\; \text{ where } {c}_{n} = [{x}^{n}] \sqrt{A},\,{a}_{n} = [{x}^{n}] A
Assumptions:AC[[x]]and[x0]A0andnZ1A \in \mathbb{C}[[x]] \,\mathbin{\operatorname{and}}\, [{x}^{0}] A \ne 0 \,\mathbin{\operatorname{and}}\, n \in \mathbb{Z}_{\ge 1}
TeX:
{c}_{n} = \frac{1}{n {a}_{0}} \sum_{k=1}^{n} \left(\frac{3 k}{2} - n\right) {a}_{k} {c}_{n - k}\; \text{ where } {c}_{n} = [{x}^{n}] \sqrt{A},\,{a}_{n} = [{x}^{n}] A

A \in \mathbb{C}[[x]] \,\mathbin{\operatorname{and}}\, [{x}^{0}] A \ne 0 \,\mathbin{\operatorname{and}}\, n \in \mathbb{Z}_{\ge 1}
Definitions:
Fungrim symbol Notation Short description
Sqrtz\sqrt{z} Principal square root
FormalPowerSeriesK[[x]]K[[x]] Formal power series
CCC\mathbb{C} Complex numbers
ZZGreaterEqualZn\mathbb{Z}_{\ge n} Integers greater than or equal to n
Source code for this entry:
Entry(ID("6202cb"),
    Formula(Where(Equal(Subscript(c, n), Mul(Div(1, Mul(n, Subscript(a, 0))), Sum(Mul(Mul(Sub(Div(Mul(3, k), 2), n), Subscript(a, k)), Subscript(c, Sub(n, k))), Tuple(k, 1, n)))), Equal(Subscript(c, n), SeriesCoefficient(Sqrt(A), x, n)), Equal(Subscript(a, n), SeriesCoefficient(A, x, n)))),
    Variables(A, n),
    Assumptions(And(Element(A, FormalPowerSeries(CC, x)), Unequal(SeriesCoefficient(A, x, 0), 0), Element(n, ZZGreaterEqual(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