|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/01.20.21.3033.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Integrate[z^n E^(p z^2) Cosh[b z^2]^m Cosh[c z]^v, z] ==
(-2^(-1 - m - v)) z^(1 + n) ((-p) z^2)^((1/2) (-1 - n)) Binomial[m, m/2]
Binomial[v, v/2] Gamma[(1 + n)/2, (-p) z^2] (1 - Mod[m, 2])
(1 - Mod[v, 2]) - 2^(-1 - m - v) z^(1 + n) Binomial[v, v/2]
(1 - Mod[v, 2]) Sum[Binomial[m, k]
(((-2 b k + b m - p) z^2)^((1/2) (-1 - n)) Gamma[(1 + n)/2,
(-2 b k + b m - p) z^2] + (((-b) (-2 k + m) - p) z^2)^
((1/2) (-1 - n)) Gamma[(1 + n)/2, ((-b) (-2 k + m) - p) z^2]),
{k, 0, Floor[(1/2) (-1 + m)]}] - 2^(-1 - m - v) p^(-1 - n)
Binomial[m, m/2] (1 - Mod[m, 2])
Sum[Binomial[v, k] (Sum[2^(h - n) (c (-2 k + v))^(-h + n)
((-c) (-2 k + v) + 2 p z)^(1 + h)
(-(((-c) (-2 k + v) + 2 p z)^2/p))^((1/2) (-1 - h)) Binomial[n, h]
Gamma[(1 + h)/2, -(((-c) (-2 k + v) + 2 p z)^2/(4 p))], {h, 0, n}]/
E^((c^2 (-2 k + v)^2)/(4 p)) +
Sum[2^(h - n) ((-c) (-2 k + v))^(-h + n) (c (-2 k + v) + 2 p z)^
(1 + h) (-((c (-2 k + v) + 2 p z)^2/p))^((1/2) (-1 - h))
Binomial[n, h] Gamma[(1 + h)/2, -((c (-2 k + v) + 2 p z)^2/(4 p))],
{h, 0, n}]/E^((c^2 (-2 k + v)^2)/(4 p))),
{k, 0, Floor[(1/2) (-1 + v)]}] - 2^(-1 - m - v)
Sum[Binomial[m, k] Sum[Binomial[v, j]
((((-b) (-2 k + m) + p)^(-1 - n) Sum[2^(h - n) (c (-2 j + v))^
(-h + n) ((-c) (-2 j + v) + 2 ((-b) (-2 k + m) + p) z)^(1 + h)
(-(((-c) (-2 j + v) + 2 ((-b) (-2 k + m) + p) z)^2/
((-b) (-2 k + m) + p)))^((1/2) (-1 - h)) Binomial[n, h]
Gamma[(1 + h)/2, -(((-c) (-2 j + v) + 2 ((-b) (-2 k + m) + p) z)^
2/(4 ((-b) (-2 k + m) + p)))], {h, 0, n}])/
E^((c^2 (-2 j + v)^2)/(4 ((-b) (-2 k + m) + p))) +
(((-b) (-2 k + m) + p)^(-1 - n) Sum[2^(h - n) ((-c) (-2 j + v))^
(-h + n) (c (-2 j + v) + 2 ((-b) (-2 k + m) + p) z)^(1 + h)
(-((c (-2 j + v) + 2 ((-b) (-2 k + m) + p) z)^2/
((-b) (-2 k + m) + p)))^((1/2) (-1 - h)) Binomial[n, h]
Gamma[(1 + h)/2, -((c (-2 j + v) + 2 ((-b) (-2 k + m) + p) z)^2/
(4 ((-b) (-2 k + m) + p)))], {h, 0, n}])/
E^((c^2 (-2 j + v)^2)/(4 ((-b) (-2 k + m) + p))) +
((b (-2 k + m) + p)^(-1 - n) Sum[2^(h - n) (c (-2 j + v))^(-h + n)
((-c) (-2 j + v) + 2 (b (-2 k + m) + p) z)^(1 + h)
(-(((-c) (-2 j + v) + 2 (b (-2 k + m) + p) z)^2/(b (-2 k + m) +
p)))^((1/2) (-1 - h)) Binomial[n, h] Gamma[(1 + h)/2,
-(((-c) (-2 j + v) + 2 (b (-2 k + m) + p) z)^2/
(4 (b (-2 k + m) + p)))], {h, 0, n}])/
E^((c^2 (-2 j + v)^2)/(4 (b (-2 k + m) + p))) +
((b (-2 k + m) + p)^(-1 - n) Sum[2^(h - n) ((-c) (-2 j + v))^
(-h + n) (c (-2 j + v) + 2 (b (-2 k + m) + p) z)^(1 + h)
(-((c (-2 j + v) + 2 (b (-2 k + m) + p) z)^2/(b (-2 k + m) +
p)))^((1/2) (-1 - h)) Binomial[n, h] Gamma[(1 + h)/2,
-((c (-2 j + v) + 2 (b (-2 k + m) + p) z)^2/(4 (b (-2 k + m) +
p)))], {h, 0, n}])/E^((c^2 (-2 j + v)^2)/
(4 (b (-2 k + m) + p)))), {j, 0, Floor[(1/2) (-1 + v)]}],
{k, 0, Floor[(1/2) (-1 + m)]}] /; Element[m, Integers] && m > 0 &&
Element[v, Integers] && v > 0 && Element[n, Integers] && n >= 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["\[Integral]", RowBox[List[SuperscriptBox["z", "n"], SuperscriptBox["\[ExponentialE]", RowBox[List["p", " ", SuperscriptBox["z", "2"]]]], " ", SuperscriptBox[RowBox[List["Cosh", "[", RowBox[List["b", " ", SuperscriptBox["z", "2"]]], "]"]], "m"], " ", SuperscriptBox[RowBox[List["Cosh", "[", RowBox[List["c", " ", "z"]], "]"]], "v"], RowBox[List["\[DifferentialD]", "z"]]]]]], "\[Equal]", RowBox[List[RowBox[List[RowBox[List["-", SuperscriptBox["2", RowBox[List[RowBox[List["-", "1"]], "-", "m", "-", "v"]]]]], " ", SuperscriptBox["z", RowBox[List["1", "+", "n"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["-", "p"]], " ", SuperscriptBox["z", "2"]]], ")"]], RowBox[List[FractionBox["1", "2"], " ", RowBox[List["(", RowBox[List[RowBox[List["-", "1"]], "-", "n"]], ")"]]]]], " ", RowBox[List["Binomial", "[", RowBox[List["m", ",", FractionBox["m", "2"]]], "]"]], " ", RowBox[List["Binomial", "[", RowBox[List["v", ",", FractionBox["v", "2"]]], "]"]], " ", RowBox[List["Gamma", "[", RowBox[List[FractionBox[RowBox[List["1", "+", "n"]], "2"], ",", RowBox[List[RowBox[List["-", "p"]], " ", SuperscriptBox["z", "2"]]]]], "]"]], " ", RowBox[List["(", RowBox[List["1", "-", RowBox[List["Mod", "[", RowBox[List["m", ",", "2"]], "]"]]]], ")"]], " ", RowBox[List["(", RowBox[List["1", "-", RowBox[List["Mod", "[", RowBox[List["v", ",", "2"]], "]"]]]], ")"]]]], "-", RowBox[List[SuperscriptBox["2", RowBox[List[RowBox[List["-", "1"]], "-", "m", "-", "v"]]], " ", SuperscriptBox["z", RowBox[List["1", "+", "n"]]], " ", RowBox[List["Binomial", "[", RowBox[List["v", ",", FractionBox["v", "2"]]], "]"]], " ", RowBox[List["(", RowBox[List["1", "-", RowBox[List["Mod", "[", RowBox[List["v", ",", "2"]], "]"]]]], ")"]], " ", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["k", "=", "0"]], RowBox[List["Floor", "[", RowBox[List[FractionBox["1", "2"], RowBox[List["(", RowBox[List[RowBox[List["-", "1"]], "+", "m"]], ")"]]]], "]"]]], RowBox[List[RowBox[List["Binomial", "[", RowBox[List["m", ",", "k"]], "]"]], " ", RowBox[List["(", RowBox[List[RowBox[List[SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "b", " ", "k"]], "+", RowBox[List["b", " ", "m"]], "-", "p"]], ")"]], " ", SuperscriptBox["z", "2"]]], ")"]], RowBox[List[FractionBox["1", "2"], " ", RowBox[List["(", RowBox[List[RowBox[List["-", "1"]], "-", "n"]], ")"]]]]], " ", RowBox[List["Gamma", "[", RowBox[List[FractionBox[RowBox[List["1", "+", "n"]], "2"], ",", RowBox[List[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "b", " ", "k"]], "+", RowBox[List["b", " ", "m"]], "-", "p"]], ")"]], " ", SuperscriptBox["z", "2"]]]]], "]"]]]], "+", RowBox[List[SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "-", "p"]], ")"]], " ", SuperscriptBox["z", "2"]]], ")"]], RowBox[List[FractionBox["1", "2"], " ", RowBox[List["(", RowBox[List[RowBox[List["-", "1"]], "-", "n"]], ")"]]]]], " ", RowBox[List["Gamma", "[", RowBox[List[FractionBox[RowBox[List["1", "+", "n"]], "2"], ",", RowBox[List[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "-", "p"]], ")"]], " ", SuperscriptBox["z", "2"]]]]], "]"]]]]]], ")"]]]]]]]], "-", RowBox[List[SuperscriptBox["2", RowBox[List[RowBox[List["-", "1"]], "-", "m", "-", "v"]]], " ", SuperscriptBox["p", RowBox[List[RowBox[List["-", "1"]], "-", "n"]]], " ", RowBox[List["Binomial", "[", RowBox[List["m", ",", FractionBox["m", "2"]]], "]"]], " ", RowBox[List["(", RowBox[List["1", "-", RowBox[List["Mod", "[", RowBox[List["m", ",", "2"]], "]"]]]], ")"]], " ", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["k", "=", "0"]], RowBox[List["Floor", "[", RowBox[List[FractionBox["1", "2"], RowBox[List["(", RowBox[List[RowBox[List["-", "1"]], "+", "v"]], ")"]]]], "]"]]], RowBox[List[RowBox[List["Binomial", "[", RowBox[List["v", ",", "k"]], "]"]], " ", RowBox[List["(", RowBox[List[RowBox[List[SuperscriptBox["\[ExponentialE]", RowBox[List["-", FractionBox[RowBox[List[SuperscriptBox["c", "2"], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "v"]], ")"]], "2"]]], RowBox[List["4", " ", "p"]]]]]], " ", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["h", "=", "0"]], "n"], RowBox[List[SuperscriptBox["2", RowBox[List["h", "-", "n"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List["c", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "v"]], ")"]]]], ")"]], RowBox[List[RowBox[List["-", "h"]], "+", "n"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "c"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", "p", " ", "z"]]]], ")"]], RowBox[List["1", "+", "h"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List["-", FractionBox[SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "c"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", "p", " ", "z"]]]], ")"]], "2"], "p"]]], ")"]], RowBox[List[FractionBox["1", "2"], " ", RowBox[List["(", RowBox[List[RowBox[List["-", "1"]], "-", "h"]], ")"]]]]], " ", RowBox[List["Binomial", "[", RowBox[List["n", ",", "h"]], "]"]], " ", RowBox[List["Gamma", "[", RowBox[List[FractionBox[RowBox[List["1", "+", "h"]], "2"], ",", RowBox[List["-", FractionBox[SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "c"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", "p", " ", "z"]]]], ")"]], "2"], RowBox[List["4", " ", "p"]]]]]]], "]"]]]]]]]], "+", RowBox[List[SuperscriptBox["\[ExponentialE]", RowBox[List["-", FractionBox[RowBox[List[SuperscriptBox["c", "2"], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "v"]], ")"]], "2"]]], RowBox[List["4", " ", "p"]]]]]], " ", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["h", "=", "0"]], "n"], RowBox[List[SuperscriptBox["2", RowBox[List["h", "-", "n"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["-", "c"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "v"]], ")"]]]], ")"]], RowBox[List[RowBox[List["-", "h"]], "+", "n"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["c", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", "p", " ", "z"]]]], ")"]], RowBox[List["1", "+", "h"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List["-", FractionBox[SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["c", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", "p", " ", "z"]]]], ")"]], "2"], "p"]]], ")"]], RowBox[List[FractionBox["1", "2"], " ", RowBox[List["(", RowBox[List[RowBox[List["-", "1"]], "-", "h"]], ")"]]]]], " ", RowBox[List["Binomial", "[", RowBox[List["n", ",", "h"]], "]"]], " ", RowBox[List["Gamma", "[", RowBox[List[FractionBox[RowBox[List["1", "+", "h"]], "2"], ",", RowBox[List["-", FractionBox[SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["c", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", "p", " ", "z"]]]], ")"]], "2"], RowBox[List["4", " ", "p"]]]]]]], "]"]]]]]]]]]], ")"]]]]]]]], "-", RowBox[List[SuperscriptBox["2", RowBox[List[RowBox[List["-", "1"]], "-", "m", "-", "v"]]], " ", RowBox[List["Sum", "[", " ", RowBox[List[RowBox[List[RowBox[List["Binomial", "[", RowBox[List["m", ",", "k"]], "]"]], " ", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["j", "=", "0"]], RowBox[List["Floor", "[", RowBox[List[FractionBox["1", "2"], RowBox[List["(", RowBox[List[RowBox[List["-", "1"]], "+", "v"]], ")"]]]], "]"]]], RowBox[List[RowBox[List["Binomial", "[", RowBox[List["v", ",", "j"]], "]"]], " ", RowBox[List["(", RowBox[List[RowBox[List[SuperscriptBox["\[ExponentialE]", RowBox[List["-", FractionBox[RowBox[List[SuperscriptBox["c", "2"], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]], "2"]]], RowBox[List["4", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]]]]]]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], RowBox[List[RowBox[List["-", "1"]], "-", "n"]]], " ", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["h", "=", "0"]], "n"], RowBox[List[SuperscriptBox["2", RowBox[List["h", "-", "n"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List["c", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], ")"]], RowBox[List[RowBox[List["-", "h"]], "+", "n"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "c"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], " ", "z"]]]], ")"]], RowBox[List["1", "+", "h"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List["-", FractionBox[SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "c"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], " ", "z"]]]], ")"]], "2"], RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]]]]], ")"]], RowBox[List[FractionBox["1", "2"], " ", RowBox[List["(", RowBox[List[RowBox[List["-", "1"]], "-", "h"]], ")"]]]]], " ", RowBox[List["Binomial", "[", RowBox[List["n", ",", "h"]], "]"]], " ", RowBox[List["Gamma", "[", RowBox[List[FractionBox[RowBox[List["1", "+", "h"]], "2"], ",", RowBox[List["-", FractionBox[SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "c"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], " ", "z"]]]], ")"]], "2"], RowBox[List["4", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]]]]]]]]], "]"]]]]]]]], "+", RowBox[List[SuperscriptBox["\[ExponentialE]", RowBox[List["-", FractionBox[RowBox[List[SuperscriptBox["c", "2"], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]], "2"]]], RowBox[List["4", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]]]]]]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], RowBox[List[RowBox[List["-", "1"]], "-", "n"]]], " ", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["h", "=", "0"]], "n"], RowBox[List[SuperscriptBox["2", RowBox[List["h", "-", "n"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["-", "c"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], ")"]], RowBox[List[RowBox[List["-", "h"]], "+", "n"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["c", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], " ", "z"]]]], ")"]], RowBox[List["1", "+", "h"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List["-", FractionBox[SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["c", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], " ", "z"]]]], ")"]], "2"], RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]]]]], ")"]], RowBox[List[FractionBox["1", "2"], " ", RowBox[List["(", RowBox[List[RowBox[List["-", "1"]], "-", "h"]], ")"]]]]], " ", RowBox[List["Binomial", "[", RowBox[List["n", ",", "h"]], "]"]], " ", RowBox[List["Gamma", "[", RowBox[List[FractionBox[RowBox[List["1", "+", "h"]], "2"], ",", RowBox[List["-", FractionBox[SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["c", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], " ", "z"]]]], ")"]], "2"], RowBox[List["4", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]]]]]]]]], "]"]]]]]]]], "+", RowBox[List[SuperscriptBox["\[ExponentialE]", RowBox[List["-", FractionBox[RowBox[List[SuperscriptBox["c", "2"], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]], "2"]]], RowBox[List["4", " ", RowBox[List["(", RowBox[List[RowBox[List["b", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]]]]]]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["b", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], RowBox[List[RowBox[List["-", "1"]], "-", "n"]]], " ", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["h", "=", "0"]], "n"], RowBox[List[SuperscriptBox["2", RowBox[List["h", "-", "n"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List["c", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], ")"]], RowBox[List[RowBox[List["-", "h"]], "+", "n"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "c"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", RowBox[List["(", RowBox[List[RowBox[List["b", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], " ", "z"]]]], ")"]], RowBox[List["1", "+", "h"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List["-", FractionBox[SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "c"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", RowBox[List["(", RowBox[List[RowBox[List["b", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], " ", "z"]]]], ")"]], "2"], RowBox[List[RowBox[List["b", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]]]]], ")"]], RowBox[List[FractionBox["1", "2"], " ", RowBox[List["(", RowBox[List[RowBox[List["-", "1"]], "-", "h"]], ")"]]]]], " ", RowBox[List["Binomial", "[", RowBox[List["n", ",", "h"]], "]"]], " ", RowBox[List["Gamma", "[", RowBox[List[FractionBox[RowBox[List["1", "+", "h"]], "2"], ",", RowBox[List["-", FractionBox[SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "c"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", RowBox[List["(", RowBox[List[RowBox[List["b", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], " ", "z"]]]], ")"]], "2"], RowBox[List["4", " ", RowBox[List["(", RowBox[List[RowBox[List["b", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]]]]]]]]], "]"]]]]]]]], "+", RowBox[List[SuperscriptBox["\[ExponentialE]", RowBox[List["-", FractionBox[RowBox[List[SuperscriptBox["c", "2"], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]], "2"]]], RowBox[List["4", " ", RowBox[List["(", RowBox[List[RowBox[List["b", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]]]]]]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["b", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], RowBox[List[RowBox[List["-", "1"]], "-", "n"]]], " ", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["h", "=", "0"]], "n"], RowBox[List[SuperscriptBox["2", RowBox[List["h", "-", "n"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["-", "c"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], ")"]], RowBox[List[RowBox[List["-", "h"]], "+", "n"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["c", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", RowBox[List["(", RowBox[List[RowBox[List["b", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], " ", "z"]]]], ")"]], RowBox[List["1", "+", "h"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List["-", FractionBox[SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["c", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", RowBox[List["(", RowBox[List[RowBox[List["b", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], " ", "z"]]]], ")"]], "2"], RowBox[List[RowBox[List["b", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]]]]], ")"]], RowBox[List[FractionBox["1", "2"], " ", RowBox[List["(", RowBox[List[RowBox[List["-", "1"]], "-", "h"]], ")"]]]]], " ", RowBox[List["Binomial", "[", RowBox[List["n", ",", "h"]], "]"]], " ", RowBox[List["Gamma", "[", RowBox[List[FractionBox[RowBox[List["1", "+", "h"]], "2"], ",", RowBox[List["-", FractionBox[SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["c", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", RowBox[List["(", RowBox[List[RowBox[List["b", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], " ", "z"]]]], ")"]], "2"], RowBox[List["4", " ", RowBox[List["(", RowBox[List[RowBox[List["b", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]]]]]]]]], "]"]]]]]]]]]], ")"]]]]]]]], ",", RowBox[List["{", RowBox[List["k", ",", "0", ",", RowBox[List["Floor", "[", RowBox[List[FractionBox["1", "2"], " ", RowBox[List["(", RowBox[List[RowBox[List["-", "1"]], "+", "m"]], ")"]]]], "]"]]]], "}"]]]], "]"]]]]]]]], "/;", RowBox[List[RowBox[List["m", "\[Element]", "Integers"]], "\[And]", RowBox[List["m", ">", "0"]], "\[And]", RowBox[List["v", "\[Element]", "Integers"]], "\[And]", RowBox[List["v", ">", "0"]], "\[And]", RowBox[List["n", "\[Element]", "Integers"]], "\[And]", RowBox[List["n", "\[GreaterEqual]", "0"]]]]]]]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<math xmlns='http://www.w3.org/1998/Math/MathML' mathematica:form='TraditionalForm' xmlns:mathematica='http://www.wolfram.com/XML/'> <semantics> <mrow> <mrow> <mrow> <mo> ∫ </mo> <mrow> <mrow> <msup> <mi> z </mi> <mi> n </mi> </msup> <mo> ⁢ </mo> <msup> <mi> ⅇ </mi> <mrow> <mi> p </mi> <mo> ⁢ </mo> <msup> <mi> z </mi> <mn> 2 </mn> </msup> </mrow> </msup> <mo> ⁢ </mo> <mrow> <msup> <mi> cosh </mi> <mi> m </mi> </msup> <mo> ( </mo> <mrow> <mi> b </mi> <mo> ⁢ </mo> <msup> <mi> z </mi> <mn> 2 </mn> </msup> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mrow> <msup> <mi> cosh </mi> <mi> v </mi> </msup> <mo> ( </mo> <mrow> <mi> c </mi> <mo> ⁢ </mo> <mi> z </mi> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> ⁢ </mo> <mrow> <mo> ⅆ </mo> <mi> z </mi> </mrow> </mrow> </mrow> <mo> ⩵ </mo> <mrow> <mrow> <mrow> <mo> - </mo> <msup> <mn> 2 </mn> <mrow> <mrow> <mo> - </mo> <mi> m </mi> </mrow> <mo> - </mo> <mi> v </mi> <mo> - </mo> <mn> 1 </mn> </mrow> </msup> </mrow> <mo> ⁢ </mo> <semantics> <mrow> <mo> ( </mo> <mtable> <mtr> <mtd> <mi> m </mi> </mtd> </mtr> <mtr> <mtd> <mfrac> <mi> m </mi> <mn> 2 </mn> </mfrac> </mtd> </mtr> </mtable> <mo> ) </mo> </mrow> <annotation encoding='Mathematica'> TagBox[RowBox[List["(", GridBox[List[List[TagBox["m", Identity]], List[TagBox[FractionBox["m", "2"], Identity]]]], ")"]], InterpretTemplate[Function[Binomial[Slot[1], Slot[2]]]]] </annotation> </semantics> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mn> 1 </mn> <mo> - </mo> <semantics> <mrow> <mi> m </mi> <mo> ⁢ </mo> <mi> mod </mi> <mo> ⁢ </mo> <mn> 2 </mn> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <rem /> <ci> $CellContext`m </ci> <cn type='integer'> 2 </cn> </apply> </annotation-xml> </semantics> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <munderover> <mo> ∑ </mo> <mrow> <mi> k </mi> <mo> = </mo> <mn> 0 </mn> </mrow> <mrow> <mo> ⌊ </mo> <mfrac> <mrow> <mi> v </mi> <mo> - </mo> <mn> 1 </mn> </mrow> <mn> 2 </mn> </mfrac> <mo> ⌋ </mo> </mrow> </munderover> <mrow> <semantics> <mrow> <mo> ( </mo> <mtable> <mtr> <mtd> <mi> v </mi> </mtd> </mtr> <mtr> <mtd> <mi> k </mi> </mtd> </mtr> </mtable> <mo> ) </mo> </mrow> <annotation encoding='Mathematica'> TagBox[RowBox[List["(", GridBox[List[List[TagBox["v", Identity]], List[TagBox["k", Identity]]]], ")"]], InterpretTemplate[Function[Binomial[Slot[1], Slot[2]]]]] </annotation> </semantics> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mrow> <msup> <mi> ⅇ </mi> <mrow> <mo> - </mo> <mfrac> <mrow> <msup> <mi> c </mi> <mn> 2 </mn> </msup> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mi> v </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> <mn> 2 </mn> </msup> </mrow> <mrow> <mn> 4 </mn> <mo> ⁢ </mo> <mi> p </mi> </mrow> </mfrac> </mrow> </msup> <mo> ⁢ </mo> <mrow> <munderover> <mo> ∑ </mo> <mrow> <mi> h </mi> <mo> = </mo> <mn> 0 </mn> </mrow> <mi> n </mi> </munderover> <mrow> <msup> <mn> 2 </mn> <mrow> <mi> h </mi> <mo> - </mo> <mi> n </mi> </mrow> </msup> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mi> c </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> v </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> ) </mo> </mrow> <mrow> <mi> n </mi> <mo> - </mo> <mi> h </mi> </mrow> </msup> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> p </mi> <mo> ⁢ </mo> <mi> z </mi> </mrow> <mo> - </mo> <mrow> <mi> c </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> v </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> ) </mo> </mrow> <mrow> <mi> h </mi> <mo> + </mo> <mn> 1 </mn> </mrow> </msup> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mo> - </mo> <mfrac> <msup> <mrow> <mo> ( </mo> <mrow> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> p </mi> <mo> ⁢ </mo> <mi> z </mi> </mrow> <mo> - </mo> <mrow> <mi> c </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> v </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> ) </mo> </mrow> <mn> 2 </mn> </msup> <mi> p </mi> </mfrac> </mrow> <mo> ) </mo> </mrow> <mrow> <mfrac> <mn> 1 </mn> <mn> 2 </mn> </mfrac> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mrow> <mo> - </mo> <mi> h </mi> </mrow> <mo> - </mo> <mn> 1 </mn> </mrow> <mo> ) </mo> </mrow> </mrow> </msup> <mo> ⁢ </mo> <semantics> <mrow> <mo> ( </mo> <mtable> <mtr> <mtd> <mi> n </mi> </mtd> </mtr> <mtr> <mtd> <mi> h </mi> </mtd> </mtr> </mtable> <mo> ) </mo> </mrow> <annotation encoding='Mathematica'> TagBox[RowBox[List["(", GridBox[List[List[TagBox["n", Identity]], List[TagBox["h", Identity]]]], ")"]], InterpretTemplate[Function[Binomial[Slot[1], Slot[2]]]]] </annotation> </semantics> <mo> ⁢ </mo> <mrow> <mi> Γ </mi> <mo> ⁡ </mo> <mo> ( </mo> <mrow> <mfrac> <mrow> <mi> h </mi> <mo> + </mo> <mn> 1 </mn> </mrow> <mn> 2 </mn> </mfrac> <mo> , </mo> <mrow> <mo> - </mo> <mfrac> <msup> <mrow> <mo> ( </mo> <mrow> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> p </mi> <mo> ⁢ </mo> <mi> z </mi> </mrow> <mo> - </mo> <mrow> <mi> c </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> v </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> ) </mo> </mrow> <mn> 2 </mn> </msup> <mrow> <mn> 4 </mn> <mo> ⁢ </mo> <mi> p </mi> </mrow> </mfrac> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> </mrow> <mo> + </mo> <mrow> <msup> <mi> ⅇ </mi> <mrow> <mo> - </mo> <mfrac> <mrow> <msup> <mi> c </mi> <mn> 2 </mn> </msup> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mi> v </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> <mn> 2 </mn> </msup> </mrow> <mrow> <mn> 4 </mn> <mo> ⁢ </mo> <mi> p </mi> </mrow> </mfrac> </mrow> </msup> <mo> ⁢ </mo> <mrow> <munderover> <mo> ∑ </mo> <mrow> <mi> h </mi> <mo> = </mo> <mn> 0 </mn> </mrow> <mi> n </mi> </munderover> <mrow> <msup> <mn> 2 </mn> <mrow> <mi> h </mi> <mo> - </mo> <mi> n </mi> </mrow> </msup> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mrow> <mo> - </mo> <mi> c </mi> </mrow> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> v </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> ) </mo> </mrow> <mrow> <mi> n </mi> <mo> - </mo> <mi> h </mi> </mrow> </msup> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mrow> <mi> c </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> v </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> + </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> p </mi> <mo> ⁢ </mo> <mi> z </mi> </mrow> </mrow> <mo> ) </mo> </mrow> <mrow> <mi> h </mi> <mo> + </mo> <mn> 1 </mn> </mrow> </msup> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mo> - </mo> <mfrac> <msup> <mrow> <mo> ( </mo> <mrow> <mrow> <mi> c </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> v </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> + </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> p </mi> <mo> ⁢ </mo> <mi> z </mi> </mrow> </mrow> <mo> ) </mo> </mrow> <mn> 2 </mn> </msup> <mi> p </mi> </mfrac> </mrow> <mo> ) </mo> </mrow> <mrow> <mfrac> <mn> 1 </mn> <mn> 2 </mn> </mfrac> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mrow> <mo> - </mo> <mi> h </mi> </mrow> <mo> - </mo> <mn> 1 </mn> </mrow> <mo> ) </mo> </mrow> </mrow> </msup> <mo> ⁢ </mo> <semantics> <mrow> <mo> ( </mo> <mtable> <mtr> <mtd> <mi> n </mi> </mtd> </mtr> <mtr> <mtd> <mi> h </mi> </mtd> </mtr> </mtable> <mo> ) </mo> </mrow> <annotation encoding='Mathematica'> TagBox[RowBox[List["(", GridBox[List[List[TagBox["n", Identity]], List[TagBox["h", Identity]]]], ")"]], InterpretTemplate[Function[Binomial[Slot[1], Slot[2]]]]] </annotation> </semantics> <mo> ⁢ </mo> <mrow> <mi> Γ </mi> <mo> ⁡ </mo> <mo> ( </mo> <mrow> <mfrac> <mrow> <mi> h </mi> <mo> + </mo> <mn> 1 </mn> </mrow> <mn> 2 </mn> </mfrac> <mo> , </mo> <mrow> <mo> - </mo> <mfrac> <msup> <mrow> <mo> ( </mo> <mrow> <mrow> <mi> c </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> v </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> + </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> p </mi> <mo> ⁢ </mo> <mi> z </mi> </mrow> </mrow> <mo> ) </mo> </mrow> <mn> 2 </mn> </msup> <mrow> <mn> 4 </mn> <mo> ⁢ </mo> <mi> p </mi> </mrow> </mfrac> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <msup> <mi> p </mi> <mrow> <mrow> <mo> - </mo> <mi> n </mi> </mrow> <mo> - </mo> <mn> 1 </mn> </mrow> </msup> </mrow> <mo> - </mo> <mrow> <msup> <mn> 2 </mn> <mrow> <mrow> <mo> - </mo> <mi> m </mi> </mrow> <mo> - </mo> <mi> v </mi> <mo> - </mo> <mn> 1 </mn> </mrow> </msup> <mo> ⁢ </mo> <msup> <mi> z </mi> <mrow> <mi> n </mi> <mo> + </mo> <mn> 1 </mn> </mrow> </msup> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mrow> <mo> - </mo> <mi> p </mi> </mrow> <mo> ⁢ </mo> <msup> <mi> z </mi> <mn> 2 </mn> </msup> </mrow> <mo> ) </mo> </mrow> <mrow> <mfrac> <mn> 1 </mn> <mn> 2 </mn> </mfrac> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mrow> <mo> - </mo> <mi> n </mi> </mrow> <mo> - </mo> <mn> 1 </mn> </mrow> <mo> ) </mo> </mrow> </mrow> </msup> <mo> ⁢ </mo> <semantics> <mrow> <mo> ( </mo> <mtable> <mtr> <mtd> <mi> m </mi> </mtd> </mtr> <mtr> <mtd> <mfrac> <mi> m </mi> <mn> 2 </mn> </mfrac> </mtd> </mtr> </mtable> <mo> ) </mo> </mrow> <annotation encoding='Mathematica'> TagBox[RowBox[List["(", GridBox[List[List[TagBox["m", Identity]], List[TagBox[FractionBox["m", "2"], Identity]]]], ")"]], InterpretTemplate[Function[Binomial[Slot[1], Slot[2]]]]] </annotation> </semantics> <mo> ⁢ </mo> <semantics> <mrow> <mo> ( </mo> <mtable> <mtr> <mtd> <mi> v </mi> </mtd> </mtr> <mtr> <mtd> <mfrac> <mi> v </mi> <mn> 2 </mn> </mfrac> </mtd> </mtr> </mtable> <mo> ) </mo> </mrow> <annotation encoding='Mathematica'> TagBox[RowBox[List["(", GridBox[List[List[TagBox["v", Identity]], List[TagBox[FractionBox["v", "2"], Identity]]]], ")"]], InterpretTemplate[Function[Binomial[Slot[1], Slot[2]]]]] </annotation> </semantics> <mo> ⁢ </mo> <mrow> <mi> Γ </mi> <mo> ⁡ </mo> <mo> ( </mo> <mrow> <mfrac> <mrow> <mi> n </mi> <mo> + </mo> <mn> 1 </mn> </mrow> <mn> 2 </mn> </mfrac> <mo> , </mo> <mrow> <mrow> <mo> - </mo> <mi> p </mi> </mrow> <mo> ⁢ </mo> <msup> <mi> z </mi> <mn> 2 </mn> </msup> </mrow> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mn> 1 </mn> <mo> - </mo> <semantics> <mrow> <mi> m </mi> <mo> ⁢ </mo> <mi> mod </mi> <mo> ⁢ </mo> <mn> 2 </mn> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <rem /> <ci> $CellContext`m </ci> <cn type='integer'> 2 </cn> </apply> </annotation-xml> </semantics> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mn> 1 </mn> <mo> - </mo> <semantics> <mrow> <mi> v </mi> <mo> ⁢ </mo> <mi> mod </mi> <mo> ⁢ </mo> <mn> 2 </mn> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <rem /> <ci> $CellContext`v </ci> <cn type='integer'> 2 </cn> </apply> </annotation-xml> </semantics> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> - </mo> <mrow> <msup> <mn> 2 </mn> <mrow> <mrow> <mo> - </mo> <mi> m </mi> </mrow> <mo> - </mo> <mi> v </mi> <mo> - </mo> <mn> 1 </mn> </mrow> </msup> <mo> ⁢ </mo> <msup> <mi> z </mi> <mrow> <mi> n </mi> <mo> + </mo> <mn> 1 </mn> </mrow> </msup> <mo> ⁢ </mo> <semantics> <mrow> <mo> ( </mo> <mtable> <mtr> <mtd> <mi> v </mi> </mtd> </mtr> <mtr> <mtd> <mfrac> <mi> v </mi> <mn> 2 </mn> </mfrac> </mtd> </mtr> </mtable> <mo> ) </mo> </mrow> <annotation encoding='Mathematica'> TagBox[RowBox[List["(", GridBox[List[List[TagBox["v", Identity]], List[TagBox[FractionBox["v", "2"], Identity]]]], ")"]], InterpretTemplate[Function[Binomial[Slot[1], Slot[2]]]]] </annotation> </semantics> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mn> 1 </mn> <mo> - </mo> <semantics> <mrow> <mi> v </mi> <mo> ⁢ </mo> <mi> mod </mi> <mo> ⁢ </mo> <mn> 2 </mn> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <rem /> <ci> $CellContext`v </ci> <cn type='integer'> 2 </cn> </apply> </annotation-xml> </semantics> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mrow> <munderover> <mo> ∑ </mo> <mrow> <mi> k </mi> <mo> = </mo> <mn> 0 </mn> </mrow> <mrow> <mo> ⌊ </mo> <mfrac> <mrow> <mi> m </mi> <mo> - </mo> <mn> 1 </mn> </mrow> <mn> 2 </mn> </mfrac> <mo> ⌋ </mo> </mrow> </munderover> <mrow> <semantics> <mrow> <mo> ( </mo> <mtable> <mtr> <mtd> <mi> m </mi> </mtd> </mtr> <mtr> <mtd> <mi> k </mi> </mtd> </mtr> </mtable> <mo> ) </mo> </mrow> <annotation encoding='Mathematica'> TagBox[RowBox[List["(", GridBox[List[List[TagBox["m", Identity]], List[TagBox["k", Identity]]]], ")"]], InterpretTemplate[Function[Binomial[Slot[1], Slot[2]]]]] </annotation> </semantics> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mrow> <mrow> <mi> Γ </mi> <mo> ⁡ </mo> <mo> ( </mo> <mrow> <mfrac> <mrow> <mi> n </mi> <mo> + </mo> <mn> 1 </mn> </mrow> <mn> 2 </mn> </mfrac> <mo> , </mo> <mrow> <mrow> <mo> ( </mo> <mrow> <mrow> <mrow> <mo> - </mo> <mn> 2 </mn> </mrow> <mo> ⁢ </mo> <mi> b </mi> <mo> ⁢ </mo> <mi> k </mi> </mrow> <mo> + </mo> <mrow> <mi> b </mi> <mo> ⁢ </mo> <mi> m </mi> </mrow> <mo> - </mo> <mi> p </mi> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <msup> <mi> z </mi> <mn> 2 </mn> </msup> </mrow> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mrow> <mo> ( </mo> <mrow> <mrow> <mrow> <mo> - </mo> <mn> 2 </mn> </mrow> <mo> ⁢ </mo> <mi> b </mi> <mo> ⁢ </mo> <mi> k </mi> </mrow> <mo> + </mo> <mrow> <mi> b </mi> <mo> ⁢ </mo> <mi> m </mi> </mrow> <mo> - </mo> <mi> p </mi> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <msup> <mi> z </mi> <mn> 2 </mn> </msup> </mrow> <mo> ) </mo> </mrow> <mrow> <mfrac> <mn> 1 </mn> <mn> 2 </mn> </mfrac> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mrow> <mo> - </mo> <mi> n </mi> </mrow> <mo> - </mo> <mn> 1 </mn> </mrow> <mo> ) </mo> </mrow> </mrow> </msup> </mrow> <mo> + </mo> <mrow> <msup> <mrow> <mo> ( </mo> <mrow> <mrow> <mo> ( </mo> <mrow> <mrow> <mrow> <mo> - </mo> <mi> b </mi> </mrow> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> - </mo> <mi> p </mi> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <msup> <mi> z </mi> <mn> 2 </mn> </msup> </mrow> <mo> ) </mo> </mrow> <mrow> <mfrac> <mn> 1 </mn> <mn> 2 </mn> </mfrac> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mrow> <mo> - </mo> <mi> n </mi> </mrow> <mo> - </mo> <mn> 1 </mn> </mrow> <mo> ) </mo> </mrow> </mrow> </msup> <mo> ⁢ </mo> <mrow> <mi> Γ </mi> <mo> ⁡ </mo> <mo> ( </mo> <mrow> <mfrac> <mrow> <mi> n </mi> <mo> + </mo> <mn> 1 </mn> </mrow> <mn> 2 </mn> </mfrac> <mo> , </mo> <mrow> <mrow> <mo> ( </mo> <mrow> <mrow> <mrow> <mo> - </mo> <mi> b </mi> </mrow> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> - </mo> <mi> p </mi> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <msup> <mi> z </mi> <mn> 2 </mn> </msup> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> </mrow> <mo> - </mo> <mrow> <msup> <mn> 2 </mn> <mrow> <mrow> <mo> - </mo> <mi> m </mi> </mrow> <mo> - </mo> <mi> v </mi> <mo> - </mo> <mn> 1 </mn> </mrow> </msup> <mo> ⁢ </mo> <mrow> <munderover> <mo> ∑ </mo> <mrow> <mi> k </mi> <mo> = </mo> <mn> 0 </mn> </mrow> <mrow> <mo> ⌊ </mo> <mfrac> <mrow> <mi> m </mi> <mo> - </mo> <mn> 1 </mn> </mrow> <mn> 2 </mn> </mfrac> <mo> ⌋ </mo> </mrow> </munderover> <mrow> <semantics> <mrow> <mo> ( </mo> <mtable> <mtr> <mtd> <mi> m </mi> </mtd> </mtr> <mtr> <mtd> <mi> k </mi> </mtd> </mtr> </mtable> <mo> ) </mo> </mrow> <annotation encoding='Mathematica'> TagBox[RowBox[List["(", GridBox[List[List[TagBox["m", Identity]], List[TagBox["k", Identity]]]], ")"]], InterpretTemplate[Function[Binomial[Slot[1], Slot[2]]]]] </annotation> </semantics> <mo> ⁢ </mo> <mrow> <munderover> <mo> ∑ </mo> <mrow> <mi> j </mi> <mo> = </mo> <mn> 0 </mn> </mrow> <mrow> <mo> ⌊ </mo> <mfrac> <mrow> <mi> v </mi> <mo> - </mo> <mn> 1 </mn> </mrow> <mn> 2 </mn> </mfrac> <mo> ⌋ </mo> </mrow> </munderover> <mrow> <semantics> <mrow> <mo> ( </mo> <mtable> <mtr> <mtd> <mi> v </mi> </mtd> </mtr> <mtr> <mtd> <mi> j </mi> </mtd> </mtr> </mtable> <mo> ) </mo> </mrow> <annotation encoding='Mathematica'> TagBox[RowBox[List["(", GridBox[List[List[TagBox["v", Identity]], List[TagBox["j", Identity]]]], ")"]], InterpretTemplate[Function[Binomial[Slot[1], Slot[2]]]]] </annotation> </semantics> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mrow> <msup> <mi> ⅇ </mi> <mrow> <mo> - </mo> <mfrac> <mrow> <msup> <mi> c </mi> <mn> 2 </mn> </msup> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mi> v </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> j </mi> </mrow> </mrow> <mo> ) </mo> </mrow> <mn> 2 </mn> </msup> </mrow> <mrow> <mn> 4 </mn> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> p </mi> <mo> - </mo> <mrow> <mi> b </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mfrac> </mrow> </msup> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <munderover> <mo> ∑ </mo> <mrow> <mi> h </mi> <mo> = </mo> <mn> 0 </mn> </mrow> <mi> n </mi> </munderover> <mrow> <msup> <mn> 2 </mn> <mrow> <mi> h </mi> <mo> - </mo> <mi> n </mi> </mrow> </msup> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mi> c </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> v </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> j </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> ) </mo> </mrow> <mrow> <mi> n </mi> <mo> - </mo> <mi> h </mi> </mrow> </msup> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> p </mi> <mo> - </mo> <mrow> <mi> b </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mi> z </mi> </mrow> <mo> - </mo> <mrow> <mi> c </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> v </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> j </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> ) </mo> </mrow> <mrow> <mi> h </mi> <mo> + </mo> <mn> 1 </mn> </mrow> </msup> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mo> - </mo> <mfrac> <msup> <mrow> <mo> ( </mo> <mrow> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> p </mi> <mo> - </mo> <mrow> <mi> b </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mi> z </mi> </mrow> <mo> - </mo> <mrow> <mi> c </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> v </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> j </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> ) </mo> </mrow> <mn> 2 </mn> </msup> <mrow> <mi> p </mi> <mo> - </mo> <mrow> <mi> b </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> </mfrac> </mrow> <mo> ) </mo> </mrow> <mrow> <mfrac> <mn> 1 </mn> <mn> 2 </mn> </mfrac> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mrow> <mo> - </mo> <mi> h </mi> </mrow> <mo> - </mo> <mn> 1 </mn> </mrow> <mo> ) </mo> </mrow> </mrow> </msup> <mo> ⁢ </mo> <semantics> <mrow> <mo> ( </mo> <mtable> <mtr> <mtd> <mi> n </mi> </mtd> </mtr> <mtr> <mtd> <mi> h </mi> </mtd> </mtr> </mtable> <mo> ) </mo> </mrow> <annotation encoding='Mathematica'> TagBox[RowBox[List["(", GridBox[List[List[TagBox["n", Identity]], List[TagBox["h", Identity]]]], ")"]], InterpretTemplate[Function[Binomial[Slot[1], Slot[2]]]]] </annotation> </semantics> <mo> ⁢ </mo> <mrow> <mi> Γ </mi> <mo> ⁡ </mo> <mo> ( </mo> <mrow> <mfrac> <mrow> <mi> h </mi> <mo> + </mo> <mn> 1 </mn> </mrow> <mn> 2 </mn> </mfrac> <mo> , </mo> <mrow> <mo> - </mo> <mfrac> <msup> <mrow> <mo> ( </mo> <mrow> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> p </mi> <mo> - </mo> <mrow> <mi> b </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mi> z </mi> </mrow> <mo> - </mo> <mrow> <mi> c </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> v </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> j </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> ) </mo> </mrow> <mn> 2 </mn> </msup> <mrow> <mn> 4 </mn> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> p </mi> <mo> - </mo> <mrow> <mi> b </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mfrac> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mi> p </mi> <mo> - </mo> <mrow> <mi> b </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> ) </mo> </mrow> <mrow> <mrow> <mo> - </mo> <mi> n </mi> </mrow> <mo> - </mo> <mn> 1 </mn> </mrow> </msup> </mrow> <mo> + </mo> <mrow> <msup> <mi> ⅇ </mi> <mrow> <mo> - </mo> <mfrac> <mrow> <msup> <mi> c </mi> <mn> 2 </mn> </msup> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mi> v </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> j </mi> </mrow> </mrow> <mo> ) </mo> </mrow> <mn> 2 </mn> </msup> </mrow> <mrow> <mn> 4 </mn> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> p </mi> <mo> - </mo> <mrow> <mi> b </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mfrac> </mrow> </msup> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <munderover> <mo> ∑ </mo> <mrow> <mi> h </mi> <mo> = </mo> <mn> 0 </mn> </mrow> <mi> n </mi> </munderover> <mrow> <msup> <mn> 2 </mn> <mrow> <mi> h </mi> <mo> - </mo> <mi> n </mi> </mrow> </msup> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mrow> <mo> - </mo> <mi> c </mi> </mrow> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> v </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> j </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> ) </mo> </mrow> <mrow> <mi> n </mi> <mo> - </mo> <mi> h </mi> </mrow> </msup> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mrow> <mi> c </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> v </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> j </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> + </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> p </mi> <mo> - </mo> <mrow> <mi> b </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mi> z </mi> </mrow> </mrow> <mo> ) </mo> </mrow> <mrow> <mi> h </mi> <mo> + </mo> <mn> 1 </mn> </mrow> </msup> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mo> - </mo> <mfrac> <msup> <mrow> <mo> ( </mo> <mrow> <mrow> <mi> c </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> v </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> j </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> + </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> p </mi> <mo> - </mo> <mrow> <mi> b </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mi> z </mi> </mrow> </mrow> <mo> ) </mo> </mrow> <mn> 2 </mn> </msup> <mrow> <mi> p </mi> <mo> - </mo> <mrow> <mi> b </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> </mfrac> </mrow> <mo> ) </mo> </mrow> <mrow> <mfrac> <mn> 1 </mn> <mn> 2 </mn> </mfrac> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mrow> <mo> - </mo> <mi> h </mi> </mrow> <mo> - </mo> <mn> 1 </mn> </mrow> <mo> ) </mo> </mrow> </mrow> </msup> <mo> ⁢ </mo> <semantics> <mrow> <mo> ( </mo> <mtable> <mtr> <mtd> <mi> n </mi> </mtd> </mtr> <mtr> <mtd> <mi> h </mi> </mtd> </mtr> </mtable> <mo> ) </mo> </mrow> <annotation encoding='Mathematica'> TagBox[RowBox[List["(", GridBox[List[List[TagBox["n", Identity]], List[TagBox["h", Identity]]]], ")"]], InterpretTemplate[Function[Binomial[Slot[1], Slot[2]]]]] </annotation> </semantics> <mo> ⁢ </mo> <mrow> <mi> Γ </mi> <mo> ⁡ </mo> <mo> ( </mo> <mrow> <mfrac> <mrow> <mi> h </mi> <mo> + </mo> <mn> 1 </mn> </mrow> <mn> 2 </mn> </mfrac> <mo> , </mo> <mrow> <mo> - </mo> <mfrac> <msup> <mrow> <mo> ( </mo> <mrow> <mrow> <mi> c </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> v </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> j </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> + </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> p </mi> <mo> - </mo> <mrow> <mi> b </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mi> z </mi> </mrow> </mrow> <mo> ) </mo> </mrow> <mn> 2 </mn> </msup> <mrow> <mn> 4 </mn> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> p </mi> <mo> - </mo> <mrow> <mi> b </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mfrac> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mi> p </mi> <mo> - </mo> <mrow> <mi> b </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> ) </mo> </mrow> <mrow> <mrow> <mo> - </mo> <mi> n </mi> </mrow> <mo> - </mo> <mn> 1 </mn> </mrow> </msup> </mrow> <mo> + </mo> <mrow> <msup> <mi> ⅇ </mi> <mrow> <mo> - </mo> <mfrac> <mrow> <msup> <mi> c </mi> <mn> 2 </mn> </msup> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mi> v </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> j </mi> </mrow> </mrow> <mo> ) </mo> </mrow> <mn> 2 </mn> </msup> </mrow> <mrow> <mn> 4 </mn> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mrow> <mi> b </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> + </mo> <mi> p </mi> </mrow> <mo> ) </mo> </mrow> </mrow> </mfrac> </mrow> </msup> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mrow> <mi> b </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> + </mo> <mi> p </mi> </mrow> <mo> ) </mo> </mrow> <mrow> <mrow> <mo> - </mo> <mi> n </mi> </mrow> <mo> - </mo> <mn> 1 </mn> </mrow> </msup> <mo> ⁢ </mo> <mrow> <munderover> <mo> ∑ </mo> <mrow> <mi> h </mi> <mo> = </mo> <mn> 0 </mn> </mrow> <mi> n </mi> </munderover> <mrow> <msup> <mn> 2 </mn> <mrow> <mi> h </mi> <mo> - </mo> <mi> n </mi> </mrow> </msup> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mi> c </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> v </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> j </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> ) </mo> </mrow> <mrow> <mi> n </mi> <mo> - </mo> <mi> h </mi> </mrow> </msup> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mrow> <mi> b </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> + </mo> <mi> p </mi> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mi> z </mi> </mrow> <mo> - </mo> <mrow> <mi> c </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> v </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> j </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> ) </mo> </mrow> <mrow> <mi> h </mi> <mo> + </mo> <mn> 1 </mn> </mrow> </msup> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mo> - </mo> <mfrac> <msup> <mrow> <mo> ( </mo> <mrow> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mrow> <mi> b </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> + </mo> <mi> p </mi> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mi> z </mi> </mrow> <mo> - </mo> <mrow> <mi> c </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> v </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> j </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> ) </mo> </mrow> <mn> 2 </mn> </msup> <mrow> <mrow> <mi> b </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> + </mo> <mi> p </mi> </mrow> </mfrac> </mrow> <mo> ) </mo> </mrow> <mrow> <mfrac> <mn> 1 </mn> <mn> 2 </mn> </mfrac> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mrow> <mo> - </mo> <mi> h </mi> </mrow> <mo> - </mo> <mn> 1 </mn> </mrow> <mo> ) </mo> </mrow> </mrow> </msup> <mo> ⁢ </mo> <semantics> <mrow> <mo> ( </mo> <mtable> <mtr> <mtd> <mi> n </mi> </mtd> </mtr> <mtr> <mtd> <mi> h </mi> </mtd> </mtr> </mtable> <mo> ) </mo> </mrow> <annotation encoding='Mathematica'> TagBox[RowBox[List["(", GridBox[List[List[TagBox["n", Identity]], List[TagBox["h", Identity]]]], ")"]], InterpretTemplate[Function[Binomial[Slot[1], Slot[2]]]]] </annotation> </semantics> <mo> ⁢ </mo> <mrow> <mi> Γ </mi> <mo> ⁡ </mo> <mo> ( </mo> <mrow> <mfrac> <mrow> <mi> h </mi> <mo> + </mo> <mn> 1 </mn> </mrow> <mn> 2 </mn> </mfrac> <mo> , </mo> <mrow> <mo> - </mo> <mfrac> <msup> <mrow> <mo> ( </mo> <mrow> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mrow> <mi> b </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> + </mo> <mi> p </mi> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mi> z </mi> </mrow> <mo> - </mo> <mrow> <mi> c </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> v </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> j </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> ) </mo> </mrow> <mn> 2 </mn> </msup> <mrow> <mn> 4 </mn> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mrow> <mi> b </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> + </mo> <mi> p </mi> </mrow> <mo> ) </mo> </mrow> </mrow> </mfrac> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> </mrow> <mo> + </mo> <mrow> <msup> <mi> ⅇ </mi> <mrow> <mo> - </mo> <mfrac> <mrow> <msup> <mi> c </mi> <mn> 2 </mn> </msup> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mi> v </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> j </mi> </mrow> </mrow> <mo> ) </mo> </mrow> <mn> 2 </mn> </msup> </mrow> <mrow> <mn> 4 </mn> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mrow> <mi> b </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> + </mo> <mi> p </mi> </mrow> <mo> ) </mo> </mrow> </mrow> </mfrac> </mrow> </msup> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mrow> <mi> b </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> + </mo> <mi> p </mi> </mrow> <mo> ) </mo> </mrow> <mrow> <mrow> <mo> - </mo> <mi> n </mi> </mrow> <mo> - </mo> <mn> 1 </mn> </mrow> </msup> <mo> ⁢ </mo> <mrow> <munderover> <mo> ∑ </mo> <mrow> <mi> h </mi> <mo> = </mo> <mn> 0 </mn> </mrow> <mi> n </mi> </munderover> <mrow> <msup> <mn> 2 </mn> <mrow> <mi> h </mi> <mo> - </mo> <mi> n </mi> </mrow> </msup> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mrow> <mo> - </mo> <mi> c </mi> </mrow> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> v </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> j </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> ) </mo> </mrow> <mrow> <mi> n </mi> <mo> - </mo> <mi> h </mi> </mrow> </msup> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mrow> <mi> c </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> v </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> j </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> + </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mrow> <mi> b </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> + </mo> <mi> p </mi> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mi> z </mi> </mrow> </mrow> <mo> ) </mo> </mrow> <mrow> <mi> h </mi> <mo> + </mo> <mn> 1 </mn> </mrow> </msup> <mo> ⁢ </mo> <msup> <mrow> <mo> ( </mo> <mrow> <mo> - </mo> <mfrac> <msup> <mrow> <mo> ( </mo> <mrow> <mrow> <mi> c </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> v </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> j </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> + </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mrow> <mi> b </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> + </mo> <mi> p </mi> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mi> z </mi> </mrow> </mrow> <mo> ) </mo> </mrow> <mn> 2 </mn> </msup> <mrow> <mrow> <mi> b </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> + </mo> <mi> p </mi> </mrow> </mfrac> </mrow> <mo> ) </mo> </mrow> <mrow> <mfrac> <mn> 1 </mn> <mn> 2 </mn> </mfrac> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mrow> <mo> - </mo> <mi> h </mi> </mrow> <mo> - </mo> <mn> 1 </mn> </mrow> <mo> ) </mo> </mrow> </mrow> </msup> <mo> ⁢ </mo> <semantics> <mrow> <mo> ( </mo> <mtable> <mtr> <mtd> <mi> n </mi> </mtd> </mtr> <mtr> <mtd> <mi> h </mi> </mtd> </mtr> </mtable> <mo> ) </mo> </mrow> <annotation encoding='Mathematica'> TagBox[RowBox[List["(", GridBox[List[List[TagBox["n", Identity]], List[TagBox["h", Identity]]]], ")"]], InterpretTemplate[Function[Binomial[Slot[1], Slot[2]]]]] </annotation> </semantics> <mo> ⁢ </mo> <mrow> <mi> Γ </mi> <mo> ⁡ </mo> <mo> ( </mo> <mrow> <mfrac> <mrow> <mi> h </mi> <mo> + </mo> <mn> 1 </mn> </mrow> <mn> 2 </mn> </mfrac> <mo> , </mo> <mrow> <mo> - </mo> <mfrac> <msup> <mrow> <mo> ( </mo> <mrow> <mrow> <mi> c </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> v </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> j </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> + </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mrow> <mi> b </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> + </mo> <mi> p </mi> </mrow> <mo> ) </mo> </mrow> <mo> ⁢ </mo> <mi> z </mi> </mrow> </mrow> <mo> ) </mo> </mrow> <mn> 2 </mn> </msup> <mrow> <mn> 4 </mn> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mrow> <mi> b </mi> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> - </mo> <mrow> <mn> 2 </mn> <mo> ⁢ </mo> <mi> k </mi> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> + </mo> <mi> p </mi> </mrow> <mo> ) </mo> </mrow> </mrow> </mfrac> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> </mrow> </mrow> </mrow> </mrow> </mrow> <mo> /; </mo> <mrow> <mrow> <mi> m </mi> <mo> ∈ </mo> <msup> <mi> ℕ </mi> <mo> + </mo> </msup> </mrow> <mo> ∧ </mo> <mrow> <mi> v </mi> <mo> ∈ </mo> <msup> <mi> ℕ </mi> <mo> + </mo> </msup> </mrow> <mo> ∧ </mo> <mrow> <mi> n </mi> <mo> ∈ </mo> <mi> ℕ </mi> </mrow> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <int /> <bvar> <ci> z </ci> </bvar> <apply> <times /> <apply> <power /> <ci> z </ci> <ci> n </ci> </apply> <apply> <power /> <exponentiale /> <apply> <times /> <ci> p </ci> <apply> <power /> <ci> z </ci> <cn type='integer'> 2 </cn> </apply> </apply> </apply> <apply> <power /> <apply> <cosh /> <apply> <times /> <ci> b </ci> <apply> <power /> <ci> z </ci> <cn type='integer'> 2 </cn> </apply> </apply> </apply> <ci> m </ci> </apply> <apply> <power /> <apply> <cosh /> <apply> <times /> <ci> c </ci> <ci> z </ci> </apply> </apply> <ci> v </ci> </apply> </apply> </apply> <apply> <plus /> <apply> <times /> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <power /> <cn type='integer'> 2 </cn> <apply> <plus /> <apply> <times /> <cn type='integer'> -1 </cn> <ci> m </ci> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <ci> v </ci> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <apply> <ci> Binomial </ci> <ci> m </ci> <apply> <times /> <ci> m </ci> <apply> <power /> <cn type='integer'> 2 </cn> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <apply> <plus /> <cn type='integer'> 1 </cn> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <rem /> <ci> $CellContext`m </ci> <cn type='integer'> 2 </cn> </apply> </apply> </apply> <apply> <sum /> <bvar> <ci> k </ci> </bvar> <lowlimit> <cn type='integer'> 0 </cn> </lowlimit> <uplimit> <apply> <floor /> <apply> <times /> <apply> <plus /> <ci> v </ci> <cn type='integer'> -1 </cn> </apply> <apply> <power /> <cn type='integer'> 2 </cn> <cn type='integer'> -1 </cn> </apply> </apply> </apply> </uplimit> <apply> <times /> <apply> <ci> Binomial </ci> <ci> v </ci> <ci> k </ci> </apply> <apply> <plus /> <apply> <times /> <apply> <power /> <exponentiale /> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <apply> <power /> <ci> c </ci> <cn type='integer'> 2 </cn> </apply> <apply> <power /> <apply> <plus /> <ci> v </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> <cn type='integer'> 2 </cn> </apply> <apply> <power /> <apply> <times /> <cn type='integer'> 4 </cn> <ci> p </ci> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> </apply> <apply> <sum /> <bvar> <ci> h </ci> </bvar> <lowlimit> <cn type='integer'> 0 </cn> </lowlimit> <uplimit> <ci> n </ci> </uplimit> <apply> <times /> <apply> <power /> <cn type='integer'> 2 </cn> <apply> <plus /> <ci> h </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> n </ci> </apply> </apply> </apply> <apply> <power /> <apply> <times /> <ci> c </ci> <apply> <plus /> <ci> v </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> <apply> <plus /> <ci> n </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> h </ci> </apply> </apply> </apply> <apply> <power /> <apply> <plus /> <apply> <times /> <cn type='integer'> 2 </cn> <ci> p </ci> <ci> z </ci> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <ci> c </ci> <apply> <plus /> <ci> v </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> </apply> </apply> <apply> <plus /> <ci> h </ci> <cn type='integer'> 1 </cn> </apply> </apply> <apply> <power /> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <apply> <power /> <apply> <plus /> <apply> <times /> <cn type='integer'> 2 </cn> <ci> p </ci> <ci> z </ci> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <ci> c </ci> <apply> <plus /> <ci> v </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> </apply> </apply> <cn type='integer'> 2 </cn> </apply> <apply> <power /> <ci> p </ci> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <apply> <times /> <cn type='rational'> 1 <sep /> 2 </cn> <apply> <plus /> <apply> <times /> <cn type='integer'> -1 </cn> <ci> h </ci> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <apply> <ci> Binomial </ci> <ci> n </ci> <ci> h </ci> </apply> <apply> <ci> Gamma </ci> <apply> <times /> <apply> <plus /> <ci> h </ci> <cn type='integer'> 1 </cn> </apply> <apply> <power /> <cn type='integer'> 2 </cn> <cn type='integer'> -1 </cn> </apply> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <apply> <power /> <apply> <plus /> <apply> <times /> <cn type='integer'> 2 </cn> <ci> p </ci> <ci> z </ci> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <ci> c </ci> <apply> <plus /> <ci> v </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> </apply> </apply> <cn type='integer'> 2 </cn> </apply> <apply> <power /> <apply> <times /> <cn type='integer'> 4 </cn> <ci> p </ci> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> </apply> </apply> </apply> </apply> <apply> <times /> <apply> <power /> <exponentiale /> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <apply> <power /> <ci> c </ci> <cn type='integer'> 2 </cn> </apply> <apply> <power /> <apply> <plus /> <ci> v </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> <cn type='integer'> 2 </cn> </apply> <apply> <power /> <apply> <times /> <cn type='integer'> 4 </cn> <ci> p </ci> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> </apply> <apply> <sum /> <bvar> <ci> h </ci> </bvar> <lowlimit> <cn type='integer'> 0 </cn> </lowlimit> <uplimit> <ci> n </ci> </uplimit> <apply> <times /> <apply> <power /> <cn type='integer'> 2 </cn> <apply> <plus /> <ci> h </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> n </ci> </apply> </apply> </apply> <apply> <power /> <apply> <times /> <apply> <times /> <cn type='integer'> -1 </cn> <ci> c </ci> </apply> <apply> <plus /> <ci> v </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> <apply> <plus /> <ci> n </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> h </ci> </apply> </apply> </apply> <apply> <power /> <apply> <plus /> <apply> <times /> <ci> c </ci> <apply> <plus /> <ci> v </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> <apply> <times /> <cn type='integer'> 2 </cn> <ci> p </ci> <ci> z </ci> </apply> </apply> <apply> <plus /> <ci> h </ci> <cn type='integer'> 1 </cn> </apply> </apply> <apply> <power /> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <apply> <power /> <apply> <plus /> <apply> <times /> <ci> c </ci> <apply> <plus /> <ci> v </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> <apply> <times /> <cn type='integer'> 2 </cn> <ci> p </ci> <ci> z </ci> </apply> </apply> <cn type='integer'> 2 </cn> </apply> <apply> <power /> <ci> p </ci> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <apply> <times /> <cn type='rational'> 1 <sep /> 2 </cn> <apply> <plus /> <apply> <times /> <cn type='integer'> -1 </cn> <ci> h </ci> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <apply> <ci> Binomial </ci> <ci> n </ci> <ci> h </ci> </apply> <apply> <ci> Gamma </ci> <apply> <times /> <apply> <plus /> <ci> h </ci> <cn type='integer'> 1 </cn> </apply> <apply> <power /> <cn type='integer'> 2 </cn> <cn type='integer'> -1 </cn> </apply> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <apply> <power /> <apply> <plus /> <apply> <times /> <ci> c </ci> <apply> <plus /> <ci> v </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> <apply> <times /> <cn type='integer'> 2 </cn> <ci> p </ci> <ci> z </ci> </apply> </apply> <cn type='integer'> 2 </cn> </apply> <apply> <power /> <apply> <times /> <cn type='integer'> 4 </cn> <ci> p </ci> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> </apply> </apply> </apply> </apply> </apply> </apply> </apply> <apply> <power /> <ci> p </ci> <apply> <plus /> <apply> <times /> <cn type='integer'> -1 </cn> <ci> n </ci> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <apply> <power /> <cn type='integer'> 2 </cn> <apply> <plus /> <apply> <times /> <cn type='integer'> -1 </cn> <ci> m </ci> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <ci> v </ci> </apply> <cn type='integer'> -1 </cn> </apply> </apply> <apply> <power /> <ci> z </ci> <apply> <plus /> <ci> n </ci> <cn type='integer'> 1 </cn> </apply> </apply> <apply> <power /> <apply> <times /> <apply> <times /> <cn type='integer'> -1 </cn> <ci> p </ci> </apply> <apply> <power /> <ci> z </ci> <cn type='integer'> 2 </cn> </apply> </apply> <apply> <times /> <cn type='rational'> 1 <sep /> 2 </cn> <apply> <plus /> <apply> <times /> <cn type='integer'> -1 </cn> <ci> n </ci> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <apply> <ci> Binomial </ci> <ci> m </ci> <apply> <times /> <ci> m </ci> <apply> <power /> <cn type='integer'> 2 </cn> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <apply> <ci> Binomial </ci> <ci> v </ci> <apply> <times /> <ci> v </ci> <apply> <power /> <cn type='integer'> 2 </cn> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <apply> <ci> Gamma </ci> <apply> <times /> <apply> <plus /> <ci> n </ci> <cn type='integer'> 1 </cn> </apply> <apply> <power /> <cn type='integer'> 2 </cn> <cn type='integer'> -1 </cn> </apply> </apply> <apply> <times /> <apply> <times /> <cn type='integer'> -1 </cn> <ci> p </ci> </apply> <apply> <power /> <ci> z </ci> <cn type='integer'> 2 </cn> </apply> </apply> </apply> <apply> <plus /> <cn type='integer'> 1 </cn> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <rem /> <ci> $CellContext`m </ci> <cn type='integer'> 2 </cn> </apply> </apply> </apply> <apply> <plus /> <cn type='integer'> 1 </cn> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <rem /> <ci> $CellContext`v </ci> <cn type='integer'> 2 </cn> </apply> </apply> </apply> </apply> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <apply> <power /> <cn type='integer'> 2 </cn> <apply> <plus /> <apply> <times /> <cn type='integer'> -1 </cn> <ci> m </ci> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <ci> v </ci> </apply> <cn type='integer'> -1 </cn> </apply> </apply> <apply> <power /> <ci> z </ci> <apply> <plus /> <ci> n </ci> <cn type='integer'> 1 </cn> </apply> </apply> <apply> <ci> Binomial </ci> <ci> v </ci> <apply> <times /> <ci> v </ci> <apply> <power /> <cn type='integer'> 2 </cn> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <apply> <plus /> <cn type='integer'> 1 </cn> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <rem /> <ci> $CellContext`v </ci> <cn type='integer'> 2 </cn> </apply> </apply> </apply> <apply> <sum /> <bvar> <ci> k </ci> </bvar> <lowlimit> <cn type='integer'> 0 </cn> </lowlimit> <uplimit> <apply> <floor /> <apply> <times /> <apply> <plus /> <ci> m </ci> <cn type='integer'> -1 </cn> </apply> <apply> <power /> <cn type='integer'> 2 </cn> <cn type='integer'> -1 </cn> </apply> </apply> </apply> </uplimit> <apply> <times /> <apply> <ci> Binomial </ci> <ci> m </ci> <ci> k </ci> </apply> <apply> <plus /> <apply> <times /> <apply> <ci> Gamma </ci> <apply> <times /> <apply> <plus /> <ci> n </ci> <cn type='integer'> 1 </cn> </apply> <apply> <power /> <cn type='integer'> 2 </cn> <cn type='integer'> -1 </cn> </apply> </apply> <apply> <times /> <apply> <plus /> <apply> <times /> <cn type='integer'> -2 </cn> <ci> b </ci> <ci> k </ci> </apply> <apply> <times /> <ci> b </ci> <ci> m </ci> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <ci> p </ci> </apply> </apply> <apply> <power /> <ci> z </ci> <cn type='integer'> 2 </cn> </apply> </apply> </apply> <apply> <power /> <apply> <times /> <apply> <plus /> <apply> <times /> <cn type='integer'> -2 </cn> <ci> b </ci> <ci> k </ci> </apply> <apply> <times /> <ci> b </ci> <ci> m </ci> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <ci> p </ci> </apply> </apply> <apply> <power /> <ci> z </ci> <cn type='integer'> 2 </cn> </apply> </apply> <apply> <times /> <cn type='rational'> 1 <sep /> 2 </cn> <apply> <plus /> <apply> <times /> <cn type='integer'> -1 </cn> <ci> n </ci> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> </apply> <apply> <times /> <apply> <power /> <apply> <times /> <apply> <plus /> <apply> <times /> <apply> <times /> <cn type='integer'> -1 </cn> <ci> b </ci> </apply> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <ci> p </ci> </apply> </apply> <apply> <power /> <ci> z </ci> <cn type='integer'> 2 </cn> </apply> </apply> <apply> <times /> <cn type='rational'> 1 <sep /> 2 </cn> <apply> <plus /> <apply> <times /> <cn type='integer'> -1 </cn> <ci> n </ci> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <apply> <ci> Gamma </ci> <apply> <times /> <apply> <plus /> <ci> n </ci> <cn type='integer'> 1 </cn> </apply> <apply> <power /> <cn type='integer'> 2 </cn> <cn type='integer'> -1 </cn> </apply> </apply> <apply> <times /> <apply> <plus /> <apply> <times /> <apply> <times /> <cn type='integer'> -1 </cn> <ci> b </ci> </apply> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <ci> p </ci> </apply> </apply> <apply> <power /> <ci> z </ci> <cn type='integer'> 2 </cn> </apply> </apply> </apply> </apply> </apply> </apply> </apply> </apply> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <apply> <power /> <cn type='integer'> 2 </cn> <apply> <plus /> <apply> <times /> <cn type='integer'> -1 </cn> <ci> m </ci> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <ci> v </ci> </apply> <cn type='integer'> -1 </cn> </apply> </apply> <apply> <sum /> <bvar> <ci> k </ci> </bvar> <lowlimit> <cn type='integer'> 0 </cn> </lowlimit> <uplimit> <apply> <floor /> <apply> <times /> <apply> <plus /> <ci> m </ci> <cn type='integer'> -1 </cn> </apply> <apply> <power /> <cn type='integer'> 2 </cn> <cn type='integer'> -1 </cn> </apply> </apply> </apply> </uplimit> <apply> <times /> <apply> <ci> Binomial </ci> <ci> m </ci> <ci> k </ci> </apply> <apply> <sum /> <bvar> <ci> j </ci> </bvar> <lowlimit> <cn type='integer'> 0 </cn> </lowlimit> <uplimit> <apply> <floor /> <apply> <times /> <apply> <plus /> <ci> v </ci> <cn type='integer'> -1 </cn> </apply> <apply> <power /> <cn type='integer'> 2 </cn> <cn type='integer'> -1 </cn> </apply> </apply> </apply> </uplimit> <apply> <times /> <apply> <ci> Binomial </ci> <ci> v </ci> <ci> j </ci> </apply> <apply> <plus /> <apply> <times /> <apply> <power /> <exponentiale /> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <apply> <power /> <ci> c </ci> <cn type='integer'> 2 </cn> </apply> <apply> <power /> <apply> <plus /> <ci> v </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> j </ci> </apply> </apply> </apply> <cn type='integer'> 2 </cn> </apply> <apply> <power /> <apply> <times /> <cn type='integer'> 4 </cn> <apply> <plus /> <ci> p </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <ci> b </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> </apply> </apply> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> </apply> <apply> <sum /> <bvar> <ci> h </ci> </bvar> <lowlimit> <cn type='integer'> 0 </cn> </lowlimit> <uplimit> <ci> n </ci> </uplimit> <apply> <times /> <apply> <power /> <cn type='integer'> 2 </cn> <apply> <plus /> <ci> h </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> n </ci> </apply> </apply> </apply> <apply> <power /> <apply> <times /> <ci> c </ci> <apply> <plus /> <ci> v </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> j </ci> </apply> </apply> </apply> </apply> <apply> <plus /> <ci> n </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> h </ci> </apply> </apply> </apply> <apply> <power /> <apply> <plus /> <apply> <times /> <cn type='integer'> 2 </cn> <apply> <plus /> <ci> p </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <ci> b </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> </apply> </apply> <ci> z </ci> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <ci> c </ci> <apply> <plus /> <ci> v </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> j </ci> </apply> </apply> </apply> </apply> </apply> </apply> <apply> <plus /> <ci> h </ci> <cn type='integer'> 1 </cn> </apply> </apply> <apply> <power /> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <apply> <power /> <apply> <plus /> <apply> <times /> <cn type='integer'> 2 </cn> <apply> <plus /> <ci> p </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <ci> b </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> </apply> </apply> <ci> z </ci> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <ci> c </ci> <apply> <plus /> <ci> v </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> j </ci> </apply> </apply> </apply> </apply> </apply> </apply> <cn type='integer'> 2 </cn> </apply> <apply> <power /> <apply> <plus /> <ci> p </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <ci> b </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> </apply> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <apply> <times /> <cn type='rational'> 1 <sep /> 2 </cn> <apply> <plus /> <apply> <times /> <cn type='integer'> -1 </cn> <ci> h </ci> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <apply> <ci> Binomial </ci> <ci> n </ci> <ci> h </ci> </apply> <apply> <ci> Gamma </ci> <apply> <times /> <apply> <plus /> <ci> h </ci> <cn type='integer'> 1 </cn> </apply> <apply> <power /> <cn type='integer'> 2 </cn> <cn type='integer'> -1 </cn> </apply> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <apply> <power /> <apply> <plus /> <apply> <times /> <cn type='integer'> 2 </cn> <apply> <plus /> <ci> p </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <ci> b </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> </apply> </apply> <ci> z </ci> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <ci> c </ci> <apply> <plus /> <ci> v </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> j </ci> </apply> </apply> </apply> </apply> </apply> </apply> <cn type='integer'> 2 </cn> </apply> <apply> <power /> <apply> <times /> <cn type='integer'> 4 </cn> <apply> <plus /> <ci> p </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <ci> b </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> </apply> </apply> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> </apply> </apply> </apply> <apply> <power /> <apply> <plus /> <ci> p </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <ci> b </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> </apply> </apply> <apply> <plus /> <apply> <times /> <cn type='integer'> -1 </cn> <ci> n </ci> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <apply> <times /> <apply> <power /> <exponentiale /> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <apply> <power /> <ci> c </ci> <cn type='integer'> 2 </cn> </apply> <apply> <power /> <apply> <plus /> <ci> v </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> j </ci> </apply> </apply> </apply> <cn type='integer'> 2 </cn> </apply> <apply> <power /> <apply> <times /> <cn type='integer'> 4 </cn> <apply> <plus /> <ci> p </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <ci> b </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> </apply> </apply> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> </apply> <apply> <sum /> <bvar> <ci> h </ci> </bvar> <lowlimit> <cn type='integer'> 0 </cn> </lowlimit> <uplimit> <ci> n </ci> </uplimit> <apply> <times /> <apply> <power /> <cn type='integer'> 2 </cn> <apply> <plus /> <ci> h </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> n </ci> </apply> </apply> </apply> <apply> <power /> <apply> <times /> <apply> <times /> <cn type='integer'> -1 </cn> <ci> c </ci> </apply> <apply> <plus /> <ci> v </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> j </ci> </apply> </apply> </apply> </apply> <apply> <plus /> <ci> n </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> h </ci> </apply> </apply> </apply> <apply> <power /> <apply> <plus /> <apply> <times /> <ci> c </ci> <apply> <plus /> <ci> v </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> j </ci> </apply> </apply> </apply> </apply> <apply> <times /> <cn type='integer'> 2 </cn> <apply> <plus /> <ci> p </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <ci> b </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> </apply> </apply> <ci> z </ci> </apply> </apply> <apply> <plus /> <ci> h </ci> <cn type='integer'> 1 </cn> </apply> </apply> <apply> <power /> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <apply> <power /> <apply> <plus /> <apply> <times /> <ci> c </ci> <apply> <plus /> <ci> v </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> j </ci> </apply> </apply> </apply> </apply> <apply> <times /> <cn type='integer'> 2 </cn> <apply> <plus /> <ci> p </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <ci> b </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> </apply> </apply> <ci> z </ci> </apply> </apply> <cn type='integer'> 2 </cn> </apply> <apply> <power /> <apply> <plus /> <ci> p </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <ci> b </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> </apply> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <apply> <times /> <cn type='rational'> 1 <sep /> 2 </cn> <apply> <plus /> <apply> <times /> <cn type='integer'> -1 </cn> <ci> h </ci> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <apply> <ci> Binomial </ci> <ci> n </ci> <ci> h </ci> </apply> <apply> <ci> Gamma </ci> <apply> <times /> <apply> <plus /> <ci> h </ci> <cn type='integer'> 1 </cn> </apply> <apply> <power /> <cn type='integer'> 2 </cn> <cn type='integer'> -1 </cn> </apply> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <apply> <power /> <apply> <plus /> <apply> <times /> <ci> c </ci> <apply> <plus /> <ci> v </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> j </ci> </apply> </apply> </apply> </apply> <apply> <times /> <cn type='integer'> 2 </cn> <apply> <plus /> <ci> p </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <ci> b </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> </apply> </apply> <ci> z </ci> </apply> </apply> <cn type='integer'> 2 </cn> </apply> <apply> <power /> <apply> <times /> <cn type='integer'> 4 </cn> <apply> <plus /> <ci> p </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <ci> b </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> </apply> </apply> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> </apply> </apply> </apply> <apply> <power /> <apply> <plus /> <ci> p </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <ci> b </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> </apply> </apply> <apply> <plus /> <apply> <times /> <cn type='integer'> -1 </cn> <ci> n </ci> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <apply> <times /> <apply> <power /> <exponentiale /> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <apply> <power /> <ci> c </ci> <cn type='integer'> 2 </cn> </apply> <apply> <power /> <apply> <plus /> <ci> v </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> j </ci> </apply> </apply> </apply> <cn type='integer'> 2 </cn> </apply> <apply> <power /> <apply> <times /> <cn type='integer'> 4 </cn> <apply> <plus /> <apply> <times /> <ci> b </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> <ci> p </ci> </apply> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> </apply> <apply> <power /> <apply> <plus /> <apply> <times /> <ci> b </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> <ci> p </ci> </apply> <apply> <plus /> <apply> <times /> <cn type='integer'> -1 </cn> <ci> n </ci> </apply> <cn type='integer'> -1 </cn> </apply> </apply> <apply> <sum /> <bvar> <ci> h </ci> </bvar> <lowlimit> <cn type='integer'> 0 </cn> </lowlimit> <uplimit> <ci> n </ci> </uplimit> <apply> <times /> <apply> <power /> <cn type='integer'> 2 </cn> <apply> <plus /> <ci> h </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> n </ci> </apply> </apply> </apply> <apply> <power /> <apply> <times /> <ci> c </ci> <apply> <plus /> <ci> v </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> j </ci> </apply> </apply> </apply> </apply> <apply> <plus /> <ci> n </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> h </ci> </apply> </apply> </apply> <apply> <power /> <apply> <plus /> <apply> <times /> <cn type='integer'> 2 </cn> <apply> <plus /> <apply> <times /> <ci> b </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> <ci> p </ci> </apply> <ci> z </ci> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <ci> c </ci> <apply> <plus /> <ci> v </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> j </ci> </apply> </apply> </apply> </apply> </apply> </apply> <apply> <plus /> <ci> h </ci> <cn type='integer'> 1 </cn> </apply> </apply> <apply> <power /> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <apply> <power /> <apply> <plus /> <apply> <times /> <cn type='integer'> 2 </cn> <apply> <plus /> <apply> <times /> <ci> b </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> <ci> p </ci> </apply> <ci> z </ci> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <ci> c </ci> <apply> <plus /> <ci> v </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> j </ci> </apply> </apply> </apply> </apply> </apply> </apply> <cn type='integer'> 2 </cn> </apply> <apply> <power /> <apply> <plus /> <apply> <times /> <ci> b </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> <ci> p </ci> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <apply> <times /> <cn type='rational'> 1 <sep /> 2 </cn> <apply> <plus /> <apply> <times /> <cn type='integer'> -1 </cn> <ci> h </ci> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <apply> <ci> Binomial </ci> <ci> n </ci> <ci> h </ci> </apply> <apply> <ci> Gamma </ci> <apply> <times /> <apply> <plus /> <ci> h </ci> <cn type='integer'> 1 </cn> </apply> <apply> <power /> <cn type='integer'> 2 </cn> <cn type='integer'> -1 </cn> </apply> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <apply> <power /> <apply> <plus /> <apply> <times /> <cn type='integer'> 2 </cn> <apply> <plus /> <apply> <times /> <ci> b </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> <ci> p </ci> </apply> <ci> z </ci> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <ci> c </ci> <apply> <plus /> <ci> v </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> j </ci> </apply> </apply> </apply> </apply> </apply> </apply> <cn type='integer'> 2 </cn> </apply> <apply> <power /> <apply> <times /> <cn type='integer'> 4 </cn> <apply> <plus /> <apply> <times /> <ci> b </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> <ci> p </ci> </apply> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> </apply> </apply> </apply> </apply> <apply> <times /> <apply> <power /> <exponentiale /> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <apply> <power /> <ci> c </ci> <cn type='integer'> 2 </cn> </apply> <apply> <power /> <apply> <plus /> <ci> v </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> j </ci> </apply> </apply> </apply> <cn type='integer'> 2 </cn> </apply> <apply> <power /> <apply> <times /> <cn type='integer'> 4 </cn> <apply> <plus /> <apply> <times /> <ci> b </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> <ci> p </ci> </apply> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> </apply> <apply> <power /> <apply> <plus /> <apply> <times /> <ci> b </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> <ci> p </ci> </apply> <apply> <plus /> <apply> <times /> <cn type='integer'> -1 </cn> <ci> n </ci> </apply> <cn type='integer'> -1 </cn> </apply> </apply> <apply> <sum /> <bvar> <ci> h </ci> </bvar> <lowlimit> <cn type='integer'> 0 </cn> </lowlimit> <uplimit> <ci> n </ci> </uplimit> <apply> <times /> <apply> <power /> <cn type='integer'> 2 </cn> <apply> <plus /> <ci> h </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> n </ci> </apply> </apply> </apply> <apply> <power /> <apply> <times /> <apply> <times /> <cn type='integer'> -1 </cn> <ci> c </ci> </apply> <apply> <plus /> <ci> v </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> j </ci> </apply> </apply> </apply> </apply> <apply> <plus /> <ci> n </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> h </ci> </apply> </apply> </apply> <apply> <power /> <apply> <plus /> <apply> <times /> <ci> c </ci> <apply> <plus /> <ci> v </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> j </ci> </apply> </apply> </apply> </apply> <apply> <times /> <cn type='integer'> 2 </cn> <apply> <plus /> <apply> <times /> <ci> b </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> <ci> p </ci> </apply> <ci> z </ci> </apply> </apply> <apply> <plus /> <ci> h </ci> <cn type='integer'> 1 </cn> </apply> </apply> <apply> <power /> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <apply> <power /> <apply> <plus /> <apply> <times /> <ci> c </ci> <apply> <plus /> <ci> v </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> j </ci> </apply> </apply> </apply> </apply> <apply> <times /> <cn type='integer'> 2 </cn> <apply> <plus /> <apply> <times /> <ci> b </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> <ci> p </ci> </apply> <ci> z </ci> </apply> </apply> <cn type='integer'> 2 </cn> </apply> <apply> <power /> <apply> <plus /> <apply> <times /> <ci> b </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> <ci> p </ci> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <apply> <times /> <cn type='rational'> 1 <sep /> 2 </cn> <apply> <plus /> <apply> <times /> <cn type='integer'> -1 </cn> <ci> h </ci> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> <apply> <ci> Binomial </ci> <ci> n </ci> <ci> h </ci> </apply> <apply> <ci> Gamma </ci> <apply> <times /> <apply> <plus /> <ci> h </ci> <cn type='integer'> 1 </cn> </apply> <apply> <power /> <cn type='integer'> 2 </cn> <cn type='integer'> -1 </cn> </apply> </apply> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <apply> <power /> <apply> <plus /> <apply> <times /> <ci> c </ci> <apply> <plus /> <ci> v </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> j </ci> </apply> </apply> </apply> </apply> <apply> <times /> <cn type='integer'> 2 </cn> <apply> <plus /> <apply> <times /> <ci> b </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> <ci> p </ci> </apply> <ci> z </ci> </apply> </apply> <cn type='integer'> 2 </cn> </apply> <apply> <power /> <apply> <times /> <cn type='integer'> 4 </cn> <apply> <plus /> <apply> <times /> <ci> b </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <apply> <times /> <cn type='integer'> 2 </cn> <ci> k </ci> </apply> </apply> </apply> </apply> <ci> p </ci> </apply> </apply> <cn type='integer'> -1 </cn> </apply> </apply> </apply> </apply> </apply> </apply> </apply> </apply> </apply> </apply> </apply> </apply> </apply> </apply> </apply> </apply> <apply> <and /> <apply> <in /> <ci> m </ci> <apply> <ci> SuperPlus </ci> <ci> ℕ </ci> </apply> </apply> <apply> <in /> <ci> v </ci> <apply> <ci> SuperPlus </ci> <ci> ℕ </ci> </apply> </apply> <apply> <in /> <ci> n </ci> <ci> ℕ </ci> </apply> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List["\[Integral]", RowBox[List[RowBox[List[SuperscriptBox["z_", "n_"], " ", SuperscriptBox["\[ExponentialE]", RowBox[List["p_", " ", SuperscriptBox["z_", "2"]]]], " ", SuperscriptBox[RowBox[List["Cosh", "[", RowBox[List["b_", " ", SuperscriptBox["z_", "2"]]], "]"]], "m_"], " ", SuperscriptBox[RowBox[List["Cosh", "[", RowBox[List["c_", " ", "z_"]], "]"]], "v_"]]], RowBox[List["\[DifferentialD]", "z_"]]]]]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List[RowBox[List[RowBox[List["-", SuperscriptBox["2", RowBox[List[RowBox[List["-", "1"]], "-", "m", "-", "v"]]]]], " ", SuperscriptBox["z", RowBox[List["1", "+", "n"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["-", "p"]], " ", SuperscriptBox["z", "2"]]], ")"]], RowBox[List[FractionBox["1", "2"], " ", RowBox[List["(", RowBox[List[RowBox[List["-", "1"]], "-", "n"]], ")"]]]]], " ", RowBox[List["Binomial", "[", RowBox[List["m", ",", FractionBox["m", "2"]]], "]"]], " ", RowBox[List["Binomial", "[", RowBox[List["v", ",", FractionBox["v", "2"]]], "]"]], " ", RowBox[List["Gamma", "[", RowBox[List[FractionBox[RowBox[List["1", "+", "n"]], "2"], ",", RowBox[List[RowBox[List["-", "p"]], " ", SuperscriptBox["z", "2"]]]]], "]"]], " ", RowBox[List["(", RowBox[List["1", "-", RowBox[List["Mod", "[", RowBox[List["m", ",", "2"]], "]"]]]], ")"]], " ", RowBox[List["(", RowBox[List["1", "-", RowBox[List["Mod", "[", RowBox[List["v", ",", "2"]], "]"]]]], ")"]]]], "-", RowBox[List[SuperscriptBox["2", RowBox[List[RowBox[List["-", "1"]], "-", "m", "-", "v"]]], " ", SuperscriptBox["z", RowBox[List["1", "+", "n"]]], " ", RowBox[List["Binomial", "[", RowBox[List["v", ",", FractionBox["v", "2"]]], "]"]], " ", RowBox[List["(", RowBox[List["1", "-", RowBox[List["Mod", "[", RowBox[List["v", ",", "2"]], "]"]]]], ")"]], " ", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["k", "=", "0"]], RowBox[List["Floor", "[", RowBox[List[FractionBox["1", "2"], " ", RowBox[List["(", RowBox[List[RowBox[List["-", "1"]], "+", "m"]], ")"]]]], "]"]]], RowBox[List[RowBox[List["Binomial", "[", RowBox[List["m", ",", "k"]], "]"]], " ", RowBox[List["(", RowBox[List[RowBox[List[SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "b", " ", "k"]], "+", RowBox[List["b", " ", "m"]], "-", "p"]], ")"]], " ", SuperscriptBox["z", "2"]]], ")"]], RowBox[List[FractionBox["1", "2"], " ", RowBox[List["(", RowBox[List[RowBox[List["-", "1"]], "-", "n"]], ")"]]]]], " ", RowBox[List["Gamma", "[", RowBox[List[FractionBox[RowBox[List["1", "+", "n"]], "2"], ",", RowBox[List[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "b", " ", "k"]], "+", RowBox[List["b", " ", "m"]], "-", "p"]], ")"]], " ", SuperscriptBox["z", "2"]]]]], "]"]]]], "+", RowBox[List[SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "-", "p"]], ")"]], " ", SuperscriptBox["z", "2"]]], ")"]], RowBox[List[FractionBox["1", "2"], " ", RowBox[List["(", RowBox[List[RowBox[List["-", "1"]], "-", "n"]], ")"]]]]], " ", RowBox[List["Gamma", "[", RowBox[List[FractionBox[RowBox[List["1", "+", "n"]], "2"], ",", RowBox[List[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "-", "p"]], ")"]], " ", SuperscriptBox["z", "2"]]]]], "]"]]]]]], ")"]]]]]]]], "-", RowBox[List[SuperscriptBox["2", RowBox[List[RowBox[List["-", "1"]], "-", "m", "-", "v"]]], " ", SuperscriptBox["p", RowBox[List[RowBox[List["-", "1"]], "-", "n"]]], " ", RowBox[List["Binomial", "[", RowBox[List["m", ",", FractionBox["m", "2"]]], "]"]], " ", RowBox[List["(", RowBox[List["1", "-", RowBox[List["Mod", "[", RowBox[List["m", ",", "2"]], "]"]]]], ")"]], " ", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["k", "=", "0"]], RowBox[List["Floor", "[", RowBox[List[FractionBox["1", "2"], " ", RowBox[List["(", RowBox[List[RowBox[List["-", "1"]], "+", "v"]], ")"]]]], "]"]]], RowBox[List[RowBox[List["Binomial", "[", RowBox[List["v", ",", "k"]], "]"]], " ", RowBox[List["(", RowBox[List[RowBox[List[SuperscriptBox["\[ExponentialE]", RowBox[List["-", FractionBox[RowBox[List[SuperscriptBox["c", "2"], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "v"]], ")"]], "2"]]], RowBox[List["4", " ", "p"]]]]]], " ", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["h", "=", "0"]], "n"], RowBox[List[SuperscriptBox["2", RowBox[List["h", "-", "n"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List["c", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "v"]], ")"]]]], ")"]], RowBox[List[RowBox[List["-", "h"]], "+", "n"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "c"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", "p", " ", "z"]]]], ")"]], RowBox[List["1", "+", "h"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List["-", FractionBox[SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "c"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", "p", " ", "z"]]]], ")"]], "2"], "p"]]], ")"]], RowBox[List[FractionBox["1", "2"], " ", RowBox[List["(", RowBox[List[RowBox[List["-", "1"]], "-", "h"]], ")"]]]]], " ", RowBox[List["Binomial", "[", RowBox[List["n", ",", "h"]], "]"]], " ", RowBox[List["Gamma", "[", RowBox[List[FractionBox[RowBox[List["1", "+", "h"]], "2"], ",", RowBox[List["-", FractionBox[SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "c"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", "p", " ", "z"]]]], ")"]], "2"], RowBox[List["4", " ", "p"]]]]]]], "]"]]]]]]]], "+", RowBox[List[SuperscriptBox["\[ExponentialE]", RowBox[List["-", FractionBox[RowBox[List[SuperscriptBox["c", "2"], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "v"]], ")"]], "2"]]], RowBox[List["4", " ", "p"]]]]]], " ", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["h", "=", "0"]], "n"], RowBox[List[SuperscriptBox["2", RowBox[List["h", "-", "n"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["-", "c"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "v"]], ")"]]]], ")"]], RowBox[List[RowBox[List["-", "h"]], "+", "n"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["c", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", "p", " ", "z"]]]], ")"]], RowBox[List["1", "+", "h"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List["-", FractionBox[SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["c", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", "p", " ", "z"]]]], ")"]], "2"], "p"]]], ")"]], RowBox[List[FractionBox["1", "2"], " ", RowBox[List["(", RowBox[List[RowBox[List["-", "1"]], "-", "h"]], ")"]]]]], " ", RowBox[List["Binomial", "[", RowBox[List["n", ",", "h"]], "]"]], " ", RowBox[List["Gamma", "[", RowBox[List[FractionBox[RowBox[List["1", "+", "h"]], "2"], ",", RowBox[List["-", FractionBox[SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["c", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", "p", " ", "z"]]]], ")"]], "2"], RowBox[List["4", " ", "p"]]]]]]], "]"]]]]]]]]]], ")"]]]]]]]], "-", RowBox[List[SuperscriptBox["2", RowBox[List[RowBox[List["-", "1"]], "-", "m", "-", "v"]]], " ", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["k", "=", "0"]], RowBox[List["Floor", "[", RowBox[List[FractionBox["1", "2"], " ", RowBox[List["(", RowBox[List[RowBox[List["-", "1"]], "+", "m"]], ")"]]]], "]"]]], RowBox[List[RowBox[List["Binomial", "[", RowBox[List["m", ",", "k"]], "]"]], " ", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["j", "=", "0"]], RowBox[List["Floor", "[", RowBox[List[FractionBox["1", "2"], " ", RowBox[List["(", RowBox[List[RowBox[List["-", "1"]], "+", "v"]], ")"]]]], "]"]]], RowBox[List[RowBox[List["Binomial", "[", RowBox[List["v", ",", "j"]], "]"]], " ", RowBox[List["(", RowBox[List[RowBox[List[SuperscriptBox["\[ExponentialE]", RowBox[List["-", FractionBox[RowBox[List[SuperscriptBox["c", "2"], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]], "2"]]], RowBox[List["4", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]]]]]]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], RowBox[List[RowBox[List["-", "1"]], "-", "n"]]], " ", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["h", "=", "0"]], "n"], RowBox[List[SuperscriptBox["2", RowBox[List["h", "-", "n"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List["c", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], ")"]], RowBox[List[RowBox[List["-", "h"]], "+", "n"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "c"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], " ", "z"]]]], ")"]], RowBox[List["1", "+", "h"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List["-", FractionBox[SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "c"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], " ", "z"]]]], ")"]], "2"], RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]]]]], ")"]], RowBox[List[FractionBox["1", "2"], " ", RowBox[List["(", RowBox[List[RowBox[List["-", "1"]], "-", "h"]], ")"]]]]], " ", RowBox[List["Binomial", "[", RowBox[List["n", ",", "h"]], "]"]], " ", RowBox[List["Gamma", "[", RowBox[List[FractionBox[RowBox[List["1", "+", "h"]], "2"], ",", RowBox[List["-", FractionBox[SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "c"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], " ", "z"]]]], ")"]], "2"], RowBox[List["4", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]]]]]]]]], "]"]]]]]]]], "+", RowBox[List[SuperscriptBox["\[ExponentialE]", RowBox[List["-", FractionBox[RowBox[List[SuperscriptBox["c", "2"], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]], "2"]]], RowBox[List["4", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]]]]]]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], RowBox[List[RowBox[List["-", "1"]], "-", "n"]]], " ", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["h", "=", "0"]], "n"], RowBox[List[SuperscriptBox["2", RowBox[List["h", "-", "n"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["-", "c"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], ")"]], RowBox[List[RowBox[List["-", "h"]], "+", "n"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["c", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], " ", "z"]]]], ")"]], RowBox[List["1", "+", "h"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List["-", FractionBox[SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["c", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], " ", "z"]]]], ")"]], "2"], RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]]]]], ")"]], RowBox[List[FractionBox["1", "2"], " ", RowBox[List["(", RowBox[List[RowBox[List["-", "1"]], "-", "h"]], ")"]]]]], " ", RowBox[List["Binomial", "[", RowBox[List["n", ",", "h"]], "]"]], " ", RowBox[List["Gamma", "[", RowBox[List[FractionBox[RowBox[List["1", "+", "h"]], "2"], ",", RowBox[List["-", FractionBox[SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["c", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], " ", "z"]]]], ")"]], "2"], RowBox[List["4", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "b"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]]]]]]]]], "]"]]]]]]]], "+", RowBox[List[SuperscriptBox["\[ExponentialE]", RowBox[List["-", FractionBox[RowBox[List[SuperscriptBox["c", "2"], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]], "2"]]], RowBox[List["4", " ", RowBox[List["(", RowBox[List[RowBox[List["b", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]]]]]]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["b", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], RowBox[List[RowBox[List["-", "1"]], "-", "n"]]], " ", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["h", "=", "0"]], "n"], RowBox[List[SuperscriptBox["2", RowBox[List["h", "-", "n"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List["c", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], ")"]], RowBox[List[RowBox[List["-", "h"]], "+", "n"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "c"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", RowBox[List["(", RowBox[List[RowBox[List["b", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], " ", "z"]]]], ")"]], RowBox[List["1", "+", "h"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List["-", FractionBox[SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "c"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", RowBox[List["(", RowBox[List[RowBox[List["b", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], " ", "z"]]]], ")"]], "2"], RowBox[List[RowBox[List["b", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]]]]], ")"]], RowBox[List[FractionBox["1", "2"], " ", RowBox[List["(", RowBox[List[RowBox[List["-", "1"]], "-", "h"]], ")"]]]]], " ", RowBox[List["Binomial", "[", RowBox[List["n", ",", "h"]], "]"]], " ", RowBox[List["Gamma", "[", RowBox[List[FractionBox[RowBox[List["1", "+", "h"]], "2"], ",", RowBox[List["-", FractionBox[SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "c"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", RowBox[List["(", RowBox[List[RowBox[List["b", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], " ", "z"]]]], ")"]], "2"], RowBox[List["4", " ", RowBox[List["(", RowBox[List[RowBox[List["b", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]]]]]]]]], "]"]]]]]]]], "+", RowBox[List[SuperscriptBox["\[ExponentialE]", RowBox[List["-", FractionBox[RowBox[List[SuperscriptBox["c", "2"], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]], "2"]]], RowBox[List["4", " ", RowBox[List["(", RowBox[List[RowBox[List["b", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]]]]]]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["b", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], RowBox[List[RowBox[List["-", "1"]], "-", "n"]]], " ", RowBox[List[UnderoverscriptBox["\[Sum]", RowBox[List["h", "=", "0"]], "n"], RowBox[List[SuperscriptBox["2", RowBox[List["h", "-", "n"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["-", "c"]], " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], ")"]], RowBox[List[RowBox[List["-", "h"]], "+", "n"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["c", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", RowBox[List["(", RowBox[List[RowBox[List["b", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], " ", "z"]]]], ")"]], RowBox[List["1", "+", "h"]]], " ", SuperscriptBox[RowBox[List["(", RowBox[List["-", FractionBox[SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["c", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", RowBox[List["(", RowBox[List[RowBox[List["b", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], " ", "z"]]]], ")"]], "2"], RowBox[List[RowBox[List["b", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]]]]], ")"]], RowBox[List[FractionBox["1", "2"], " ", RowBox[List["(", RowBox[List[RowBox[List["-", "1"]], "-", "h"]], ")"]]]]], " ", RowBox[List["Binomial", "[", RowBox[List["n", ",", "h"]], "]"]], " ", RowBox[List["Gamma", "[", RowBox[List[FractionBox[RowBox[List["1", "+", "h"]], "2"], ",", RowBox[List["-", FractionBox[SuperscriptBox[RowBox[List["(", RowBox[List[RowBox[List["c", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "j"]], "+", "v"]], ")"]]]], "+", RowBox[List["2", " ", RowBox[List["(", RowBox[List[RowBox[List["b", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]], " ", "z"]]]], ")"]], "2"], RowBox[List["4", " ", RowBox[List["(", RowBox[List[RowBox[List["b", " ", RowBox[List["(", RowBox[List[RowBox[List[RowBox[List["-", "2"]], " ", "k"]], "+", "m"]], ")"]]]], "+", "p"]], ")"]]]]]]]]], "]"]]]]]]]]]], ")"]]]]]]]]]]]]]], "/;", RowBox[List[RowBox[List["m", "\[Element]", "Integers"]], "&&", RowBox[List["m", ">", "0"]], "&&", RowBox[List["v", "\[Element]", "Integers"]], "&&", RowBox[List["v", ">", "0"]], "&&", RowBox[List["n", "\[Element]", "Integers"]], "&&", RowBox[List["n", "\[GreaterEqual]", "0"]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|