A288459 Chebyshev coefficients of density of states of 4D hypercubic lattice.
1, -48, 1344, -24576, 218112, -688128, 926416896, -95932121088, 5186228846592, -154060166529024, 1455620351852544, -29436202608230400, 17834604768232734720, -1968810407797802926080, 114581075578951670169600, -3629224301781687956668416, 33517817437575659447648256, -1040884075746436707891806208
Offset: 0
Keywords
Links
- Yen Lee Loh, A general method for calculating lattice Green functions on the branch cut, arXiv:1706.03083 [math-ph], 2017.
Crossrefs
Programs
-
Mathematica
Wdia[n_] := If[OddQ[n], 0, Sum[Binomial[n/2,j]^2 Binomial[2j,j] Binomial[n-2j, n/2-j], {j, 0, n/2}]]; Whcub[n_] := Binomial[n, n/2] Wdia[n]; ank[n_, k_] := SeriesCoefficient[ChebyshevT[n, x], {x, 0, k}]; zng[n_] := Sum[ank[n, k]*8^(n-k)*Whcub[k], {k, 0, n}]; Table[zng[n], {n,0,50}]
Comments