A173380
Number of n-step walks on square lattice (no points repeated, no adjacent points unless consecutive in path).
Original entry on oeis.org
1, 4, 12, 28, 68, 164, 396, 940, 2244, 5324, 12668, 29940, 71012, 167468, 396172, 932628, 2201636, 5175268, 12195660, 28632804, 67374292, 158017740, 371354012, 870197548, 2042809996, 4783292988, 11218303476, 26250429540, 61514573604, 143857013260, 336865512780, 787374453524, 1842579846180
Offset: 0
- 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).
- Scott R. Shannon, Table of n, a(n) for n = 0..35
- D. Bennett-Wood, I. G. Enting, D. S. Gaunt, A. J. Guttmann, J. L. Leask, A. L. Owczarek, and S. G. Whittington, Exact enumeration study of free energies of interacting polygons and walks in two dimensions, J. Phys. A: Math. Gen. 31 (1998), 4725-4741. [See Table B1 (pp. 4738-4739), where the numbers must be multiplied by 4. - _Petros Hadjicostas_, Jan 05 2019]
- M. E. Fisher and B. J. Hiley, Configuration and free energy of a polymer molecule with solvent interaction, J. Chem. Phys., 34 (1961), 1253-1267.
- A. M. Nemirovsky, K. F. Freed, T. Ishinabe, and J. F. Douglas, Marriage of exact enumeration and 1/d expansion methods: lattice model of dilute polymers, J. Statist. Phys., 67 (1992), 1083-1108.
- Sequence Fans Mailing list, discussion of this sequence, November 2010
A174319
Number of n-step walks on cubic lattice (no points repeated, no adjacent points unless consecutive in path).
Original entry on oeis.org
1, 6, 30, 126, 534, 2214, 9246, 38142, 157974, 649086, 2675022, 10966470, 45054630, 184400910, 755930958, 3089851782, 12645783414, 51635728518, 211059485310, 861083848998, 3516072837894, 14334995983614, 58485689950254
Offset: 0
- 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).
- M. E. Fisher and B. J. Hiley, Configuration and free energy of a polymer molecule with solvent interaction, J. Chem. Phys., 34 (1961), 1253-1267.
- A. M. Nemirovsky, K. F. Freed, T. Ishinabe, and J. F. Douglas, Marriage of exact enumeration and 1/d expansion methods: lattice model of dilute polymers, J. Statist. Phys., 67 (1992), 1083-1108.
A038746
Coefficients arising in the enumeration of configurations of linear chains.
Original entry on oeis.org
0, 1, 3, 8, 20, 49, 117, 280, 665, 1583, 3742, 8876, 20933, 49521, 116578, 275204, 646908, 1524457, 3579100, 8421786, 19752217, 46419251, 108774693, 255351249, 597911623, 1402287934, 3281303692, 7689321700, 17982126657, 42108189097, 98421806690, 230322480772
Offset: 1
- M. E. Fisher and B. J. Hiley, Configuration and free energy of a polymer molecule with solvent interaction, J. Chem. Phys., 34 (1961), 1253-1267.
- A. M. Nemirovsky, K. F. Freed, T. Ishinabe, and J. F. Douglas, Marriage of exact enumeration and 1/d expansion methods: lattice model of dilute polymers, J. Statist. Phys., 67 (1992), 1083-1108; see Eq. 5 (p. 1090).
Initial 0 added to match offset in reference, further explanation and terms a(12) = 8876 to a(22) = 46419251 by
Joseph Myers, Nov 22 2010
A038748
Coefficients arising in the enumeration of configurations of linear chains.
Original entry on oeis.org
0, 0, 1, 7, 36, 168, 736, 3151, 13190, 54938, 226597, 934200, 3831219, 15723801, 64313623, 263316219, 1075420890, 4396310382, 17937457304, 73247306563, 298635873550, 1218428664338
Offset: 1
From _Bert Dobbelaere_, Jan 03 2019: (Start)
Using strings to represent a path with characters X,Y,Z for steps in positive directions and x,y,z for steps in negative directions along the respective axes, the following enumerations correspond to the first nonzero terms:
a(3) = 1: { XYZ }
a(4) = 7: { XXYZ, XYXZ, XYYZ, XYZX, XYZx, XYZY, XYZZ }
a(5) = 36: {
XXXYZ, XXYXZ, XXYYZ, XXYZX, XXYZx, XXYZY, XXYZZ, XYXXZ, XYXYZ,
XYXZX, XYXZY, XYXZy, XYXZZ, XYYXZ, XYYxZ, XYYYZ, XYYZX, XYYZx,
XYYZY, XYYZZ, XYZXX, XYZXY, XYZXy, XYZXZ, XYZxx, XYZxY, XYZxZ,
XYZYX, XYZYx, XYZYY, XYZYZ, XYZZX, XYZZx, XYZZY, XYZZy, XYZZZ }
Symmetries are avoided by imposing the following restrictions: all patterns start with 'X'. First occurrence of 'Y' comes before the first occurrence of 'Z' (presence mandatory). First occurrence of steps in negative directions (presence optional) comes after the first occurrence of the corresponding steps in positive directions.
(End)
- M. E. Fisher and B. J. Hiley, Configuration and free energy of a polymer molecule with solvent interaction, J. Chem. Phys., 34 (1961), 1253-1267.
- A. M. Nemirovsky, K. F. Freed, T. Ishinabe, and J. F. Douglas, Marriage of exact enumeration and 1/d expansion methods: lattice model of dilute polymers, J. Statist. Phys., 67 (1992), 1083-1108; see Eq. 5 (p. 1090).
Terms a(12) to a(15) were calculated by
Petros Hadjicostas, Jan 01 2019 using Eq. (5) in Nemirovsky et al. (1992) and the terms of the sequences
A038746 and
A174319.
a(12)-a(15) confirmed by direct computation and a(16)-a(22) from
Bert Dobbelaere, Jan 03 2019
A038729
Configurations of linear chains in a 6-dimensional hypercubic lattice.
Original entry on oeis.org
12, 132, 1332, 13452, 134892, 1353732, 13536612, 135457932, 1352852292, 13517235732, 134908128732, 1346796414252, 13435850843172
Offset: 1
- M. E. Fisher and B. J. Hiley, Configuration and free energy of a polymer molecule with solvent interaction, J. Chem. Phys., 34 (1961), 1253-1267.
- A. M. Nemirovsky, K. F. Freed, T. Ishinabe, and J. F. Douglas, Marriage of exact enumeration and 1/d expansion methods: lattice model of dilute polymers, J. Statist. Phys., 67 (1992), 1083-1108; see Eq. 5 (p. 1090) and Table 1 (p. 1090).
Terms a(10) and a(11) were copied from Table 1 (p. 1090) in the paper by Nemirovsky et al. (1992) by
Petros Hadjicostas, Jan 03 2019
Showing 1-5 of 5 results.
Comments