login
A171856
Number of n-step up-side self-avoiding walks on the lattice strip {-1,0,1} x Z (up-side means that the walks move up and sideways but not down).
2
1, 3, 5, 9, 17, 33, 63, 119, 225, 427, 811, 1539, 2919, 5537, 10505, 19931, 37813, 71737, 136097, 258201, 489855, 929343, 1763129, 3344971, 6346011, 12039523, 22841135, 43333729, 82211857, 155970643, 295904293, 561383529, 1065045265
OFFSET
0,2
FORMULA
G.f.: (1 + z + z^3)/(1 - 2z + z^2 - z^3 - z^4).
EXAMPLE
a(2)=5 because we have UU, UL, UR, LU, and RU, where U, L, and R denote up, left, and right steps, respectively.
MAPLE
g := (1+z+z^3)/(1-2*z+z^2-z^3-z^4): gser := series(g, z = 0, 43): seq(coeff(gser, z, n), n = 0 .. 35);
CROSSREFS
Sequence in context: A297300 A364543 A213005 * A205537 A135728 A083318
KEYWORD
nonn
AUTHOR
Emeric Deutsch, Mar 31 2010
EXTENSIONS
Definition corrected by Emeric Deutsch, Apr 01 2010
STATUS
approved