cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-2 of 2 results.

A370953 Numerators of coefficients of the partition function per spin, lambda (divided by 2), in the very high temperature region, expressed as a power series in the parameter K^2, for the spin-1/2 Ising model on square lattice.

Original entry on oeis.org

1, 1, 4, 77, 1009, 101627, 1302779, 2513121979, 11291682179, 1354947005798, 23064317580681848, 20189102649892270054, 776220757551441546419, 641273428219629914673014, 5433381672262390009892530636, 1399751922597075578762073697769
Offset: 0

Views

Author

N. J. A. Sloane, Mar 10 2024

Keywords

Crossrefs

See A370954 for denominators.

Programs

  • Mathematica
    CoefficientList[With[{nmax = 7}, Exp[-Log[2]/2 + 1/(2 Pi) Integrate[Log[Cosh[2k]^2 + Sqrt[Sinh[2k]^4 + 1 - 2 Sinh[2k]^2 Cos[2\[Theta]] + O[k]^(2nmax+1)]], {\[Theta], 0, Pi}] + O[k]^(2nmax+1)]], k][[;; ;; 2]] // Numerator (* Andrey Zabolotskiy, Mar 10 2024 *)
    CoefficientList[Cosh[2k] Exp[-x HypergeometricPFQ[{1, 1, 3/2, 3/2}, {2, 2, 2}, 16x] /. {x -> (Sinh[2k]/(2Cosh[2k]^2))^2}] + O[k]^32, k][[;; ;; 2]] // Numerator (* Andrey Zabolotskiy, Mar 13 2024, using the g. f. from Gandhimohan M. Viswanathan *)

Formula

a(n) / A370954(n) ~ c * 2^(2*n) / (n^3 * log(1 + sqrt(2))^(2*n)), where c = 0.15662885... - Vaclav Kotesovec, May 02 2024

Extensions

Terms a(5) and beyond from Andrey Zabolotskiy, Mar 10 2024

A370955 Coefficients of the partition function per spin, x(k) (divided by 2), in the low temperature region, expressed as a power series in the parameter k^2, for the spin-1/2 Ising model on square lattice.

Original entry on oeis.org

1, -1, -4, -29, -265, -2745, -30773, -364315, -4488749, -57020414, -741999700, -9845906898, -132774990781, -1814964497342, -25098172218816, -350548840292011, -4938909144117611, -70118741489312657, -1002259422501603334, -14412940220878338617, -208393139882994584383
Offset: 0

Views

Author

N. J. A. Sloane, Mar 10 2024

Keywords

Crossrefs

Programs

  • Mathematica
    CoefficientList[Exp[-x HypergeometricPFQ[{1, 1, 3/2, 3/2}, {2, 2, 2}, 16 x]] + O[x]^20, x] (* Andrey Zabolotskiy, Mar 10 2024, using the g. f. from Gandhimohan M. Viswanathan *)

Formula

From Vaclav Kotesovec, Apr 28 2024: (Start)
a(n) ~ -c * 16^n / n^2, where c = 0.071286406...
Conjecture: c = exp(2*G/Pi)/(8*Pi) = 0.071286406674269408358123..., where G is the Catalan's constant A006752. (End)

Extensions

Terms a(6) and beyond from Andrey Zabolotskiy, Mar 10 2024
Showing 1-2 of 2 results.