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

A055857 Susceptibility series H_6 for 2-dimensional Ising model (divided by 2).

Original entry on oeis.org

1, 24, 200, 1052, 3994, 12292, 32088, 74320, 155986, 303512, 553520, 958636, 1586554, 2529708, 3900872, 5848984, 8548370, 12224144, 17131328, 23593828, 31968890, 42705180, 56285952, 73313624, 94423970, 120405112, 152074032, 190440188, 236532474, 291620356
Offset: 0

Views

Author

Wolfdieter Lang, Jun 07 2000

Keywords

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[(1+25*x+220*x^2+1149*x^3+4081*x^4+10768*x^5+22083*x^6 +36283*x^7+48543*x^8+53446*x^9+48543*x^10+36283*x^11+22083*x^12+10768*x^13 + 4081*x^14+1149*x^15+220*x^16+25*x^17+x^18)/((1+x)*(1-x^2)^4*(1-x^3)^3), {x,0, 30}], x] (* G. C. Greubel, Jan 17 2020 *)
  • PARI
    Vec((1 +25*x +220*x^2 +1149*x^3 +4081*x^4 +10768*x^5 +22083*x^6 +36283*x^7 +48543*x^8 +53446*x^9 +48543*x^10 +36283*x^11 +22083*x^12 +10768*x^13 +4081*x^14 +1149*x^15 +220*x^16 +25*x^17 +x^18) / ((1 -x)^7*(1 +x)^5*(1 +x +x^2)^3) + O(x^50)) \\ Colin Barker, Dec 10 2016

Formula

G.f.: (1+x^18+25*(x+x^17)+220*(x^2+x^16)+1149*(x^3+x^15)+ 4081*(x^4+x^14)+10768*(x^5+x^13)+22083*(x^6+x^12)+36283*(x^7+x^11)+ 48543*(x^8+x^10)+53446*x^9) / (((1-x^3)^3)*(1-x)^4*(1+x)^5).
Showing 1-1 of 1 results.