login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A038579 Number of self-avoiding closed walks from 0 of area n in strip Z X {0,1,2}. 0
1, 4, 10, 28, 64, 140, 304, 640, 1326, 2716, 5502, 11052, 22044, 43700, 86180, 169184, 330810, 644564, 1251954, 2424860, 4684696, 9029756, 17368408, 33343520, 63899686, 122259372, 233568998, 445600236, 849014964, 1615709156, 3071307852 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
J. Labelle, Self-avoiding walks and polyominoes in strips, Bull. ICA, 23 (1998), 88-98.
LINKS
FORMULA
G.f.: 2(1+2x^3+2x^4)/(1-x-x^2-x^3)^2-1 [Labelle]. - Emeric Deutsch, Apr 29 2004
MATHEMATICA
CoefficientList[ Series[(2 + 4 x^3 + 4 x^4)/(1 - x - x^2 - x^3)^2 - 1, {x, 0, 28}], x]
LinearRecurrence[{2, 1, 0, -3, -2, -1}, {1, 4, 10, 28, 64, 140, 304}, 31] (* Robert P. P. McKone, Jan 28 2021, same method used in A038578 MMA *)
PROG
(PARI) Vec(2*(1+2*x^3+2*x^4)/(1-x-x^2-x^3)^2-1+ O(x^40)) \\ Michel Marcus, Jan 28 2021
CROSSREFS
Sequence in context: A032248 A092504 A340568 * A133726 A026534 A034920
KEYWORD
nonn,walk,easy
AUTHOR
EXTENSIONS
More terms from Emeric Deutsch, Apr 29 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)