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.

A038578 Number of self-avoiding closed walks from 0 of area n in strip Z X {-1,0,1}.

Original entry on oeis.org

1, 8, 16, 40, 88, 184, 388, 800, 1628, 3288, 6584, 13096, 25904, 50984, 99916, 195072, 379572, 736360, 1424672, 2749672, 5295240, 10176856, 19522644, 37387424, 71487756, 136492216, 260255304, 495618408, 942731360, 1791241544, 3399976348
Offset: 0

Views

Author

Keywords

References

  • J. Labelle, Self-avoiding walks and polyominoes in strips, Bull. ICA, 23 (1998), 88-98.

Crossrefs

Cf. A022444.

Programs

  • Mathematica
    LinearRecurrence[{2, 1, 0, -3, -2, -1}, {1, 8, 16, 40, 88, 184, 388}, 31] (* Georg Fischer, Jan 28 2021 *)
  • PARI
    Vec(-3+4*(1-x^2+x^4)/(1-x-x^2-x^3)^2 + O(x^40)) \\ Michel Marcus, Jan 28 2021

Formula

G.f.: -3+4(1-x^2+x^4)/(1-x-x^2-x^3)^2 [Labelle]. - Emeric Deutsch, Apr 29 2004

Extensions

More terms from Emeric Deutsch, Apr 29 2004