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-5 of 5 results.

A002906 High temperature series for spin-1/2 Ising magnetic susceptibility on 2D square lattice.

Original entry on oeis.org

1, 4, 12, 36, 100, 276, 740, 1972, 5172, 13492, 34876, 89764, 229628, 585508, 1486308, 3763460, 9497380, 23918708, 60080156, 150660388, 377009364, 942106116, 2350157268, 5855734740, 14569318492, 36212402548, 89896870204
Offset: 0

Views

Author

Keywords

Comments

The zero-field susceptibility per spin is m^2/kT * Sum_{n >= 0} a(n) * v^n, where v = tanh(J/kT). (m is the magnetic moment of a single spin; this factor may be present or absent depending on the precise definition of the susceptibility.) The b-file has been obtained from the series by Guttmann and Jensen via the substitution t = v/(1-v^2). - Andrey Zabolotskiy, Feb 11 2022

References

  • C. Domb, Ising model, in Phase Transitions and Critical Phenomena, vol. 3, ed. C. Domb and M. S. Green, Academic Press, 1974; p. 380.
  • S. R. Finch, Mathematical Constants, Cambridge, 2003, pp. 391-406.
  • A. J. Guttmann, Asymptotic analysis of power-series expansions, pp. 1-234 of C. Domb and J. L. Lebowitz, editors, Phase Transitions and Critical Phenomena. Vol. 13, Academic Press, NY, 1989.
  • B. G. Nickel, personal communication.
  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A002927 (low-temperature), A002908 (energy), A002920 (hexagonal lattice), A002910 (honeycomb), A002913 (cubic lattice), A005401 (Heisenberg).

Formula

a(n) ~ c * n^(3/4) * (1 + sqrt(2))^n, where c = 0.839697019... - Vaclav Kotesovec, May 04 2024

Extensions

Corrections and updates from Steven Finch
More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Mar 01 2008

A002926 Low temperature series for spin-1/2 Ising magnetic susceptibility on 3-dimensional simple cubic lattice.

Original entry on oeis.org

0, 0, 1, 0, 12, -14, 135, -276, 1520, -4056, 17778, -54392, 213522, -700362, 2601674, -8836812, 31925046, -110323056, 393008712, -1369533048, 4844047090, -16947396000, 59723296431, -209328634116, 736260986208, -2582605180212, 9074182912884
Offset: 1

Views

Author

Keywords

References

  • C. Domb, Ising model, in Phase Transitions and Critical Phenomena, vol. 3, ed. C. Domb and M. S. Green, Academic Press, 1974; p. 421.
  • S. R. Finch, Mathematical Constants, Cambridge, 2003, pp. 391-406.
  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
  • C. Vohwinkel, personal communication.

Crossrefs

Cf. A002913 (high temperature series); other quantities: A002915 (antiferromagnetic susceptibility), A002891 (partition function), A002929 (magnetization); other lattices: A002927 (square), A002924 (f.c.c.), A002925 (b.c.c.).

Extensions

Corrections and updates from Steven Finch
a(25)-a(27) from Bhanot et al. added by Andrei Zabolotskii, Feb 09 2022

A047709 Low-temperature series in u = exp(-4J/kT) for ferromagnetic susceptibility for the spin-1/2 Ising model on hexagonal lattice.

Original entry on oeis.org

0, 0, 1, 0, 12, 4, 129, 72, 1332, 960, 13419, 11372, 132900, 126396, 1299851, 1349784, 12592440, 14023944, 121074183, 142818336, 1157026804, 1432470300, 11001347199, 14196860272, 104161648860, 139351826712, 982653092725, 1357030991292, 9241395939636
Offset: 1

Views

Author

Keywords

Comments

The hexagonal lattice is the familiar 2-dimensional lattice in which each point has 6 neighbors. This is sometimes called the triangular lattice.
Many sources give this sequence multiplied by 4 because the actual susceptibility per spin is this series times 4m^2/kT. (m is the magnetic moment of a single spin; the factor m^2 may be present or absent depending on the precise definition of the susceptibility.)

References

  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).

Crossrefs

Extensions

Edited and extended from Chan et al by Andrey Zabolotskiy, Mar 02 2021

A002928 Magnetization for square lattice.

Original entry on oeis.org

1, 0, -2, -8, -34, -152, -714, -3472, -17318, -88048, -454378, -2373048, -12515634, -66551016, -356345666, -1919453984, -10392792766, -56527200992, -308691183938, -1691769619240, -9301374102034
Offset: 0

Views

Author

Keywords

References

  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
  • J. M. Yeomans, Statistical mechanics of phase transitions, Oxford Univ. Press, 1992, p. 93.

Crossrefs

Cf. other structures: A007206, A007207, A002929, A002930, A003193, A003196.
Cf. Potts model: A057374, A057378.
Cf. A002927 (susceptibility).

Programs

  • Maple
    series((1+x)^(1/4)*(1-6*x+x^2)^(1/8)/(1-x)^(1/2),x,40).
  • Mathematica
    CoefficientList[Series[(1+x)^(1/4)*(1-6*x+x^2)^(1/8)/(1-x)^(1/2), {x, 0, 20}], x] (* Vaclav Kotesovec, Apr 27 2024 *)

Formula

n*a(n) + 6*(-n+1)*a(n-1) + 4*a(n-2) + 6*(n-3)*a(n-3) + (-n+4)*a(n-4) = 0. - R. J. Mathar, Mar 08 2013
a(n) ~ -Gamma(1/8) * (1 + sqrt(2))^(2*n - 1/2) / (Pi * 2^(57/16) * n^(9/8)). - Vaclav Kotesovec, Apr 27 2024

A002979 Low-temperature series in exp(4J/kT) for antiferromagnetic susceptibility for the Ising model on square lattice.

Original entry on oeis.org

0, 4, 0, 16, 32, 156, 608, 2688, 12064, 55956, 266656
Offset: 1

Views

Author

Keywords

Comments

Previous name was: Susceptibility series for square lattice.

References

  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A007215, A002915 (cubic), A002978 (honeycomb), A002927 (ferromagnetic).

Formula

a(n) = 4*A007215(n-2). - Andrey Zabolotskiy, Mar 03 2021

Extensions

New name from Andrey Zabolotskiy, Mar 03 2021
Showing 1-5 of 5 results.