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

A010575 Number of n-step self-avoiding walks on 4-d cubic lattice.

Original entry on oeis.org

1, 8, 56, 392, 2696, 18584, 127160, 871256, 5946200, 40613816, 276750536, 1886784200, 12843449288, 87456597656, 594876193016, 4047352264616, 27514497698984, 187083712725224, 1271271096363128, 8639846411760440, 58689235680164600, 398715967140863864
Offset: 0

Views

Author

Keywords

Comments

The computation for n=16 took 11.5 days CPU time on a 500MHz Digital Alphastation. The asymptotic behavior lim n->infinity a(n)/mu^n=const is discussed in the MathWorld link. The Pfoertner link provides an illustration of the asymptotic behavior indicating that the connective constant mu is in the range [6.79,6.80]. - Hugo Pfoertner, Dec 14 2002
Computation of the new term a(17) took 16.5 days CPU time on a 1.5GHz Intel Itanium 2 processor. - Hugo Pfoertner, Oct 19 2004

Crossrefs

Programs

  • Fortran
    c A "brute force" Fortran program to count the 4D walks is available at the Pfoertner link.

Formula

a(n) = 8*A366925(n) for n >= 1. - Hugo Pfoertner, Nov 03 2023

Extensions

a(12)-a(16) from Hugo Pfoertner, Dec 14 2002
a(17) from Hugo Pfoertner, Oct 19 2004
a(18) onwards from R. J. Mathar using data from Clisby et al, Aug 31 2007

A242355 Sum of squared end-to-end distances of all n-step self-avoiding walks on the 4-d cubic lattice.

Original entry on oeis.org

8, 128, 1416, 13568, 119960, 1009440, 8205656, 65068352, 506193144, 3879735776, 29378067080, 220265711040, 1637726387096, 12091336503584, 88727095777896, 647661676223168, 4705654523841704, 34049855885188128, 245482626441965048, 1764039730476165824
Offset: 1

Views

Author

Hugo Pfoertner, Aug 16 2014

Keywords

Crossrefs

Cf. A010575 corresponding number of walks, A118313 end-to-end distances for cubic lattice, A078797 end-to-end distances for quadratic lattice, A323856, A323857.

A323856 Sum of square displacements over all self-avoiding n-step walks on 4-d cubic lattice with first step specified, A242355(n)/8.

Original entry on oeis.org

1, 16, 177, 1696, 14995, 126180, 1025707, 8133544, 63274143, 484966972, 3672258385, 27533213880, 204715798387, 1511417062948, 11090886972237, 80957709527896, 588206815480213, 4256231985648516, 30685328305245631, 220504966309520728, 1579874958814261407
Offset: 1

Views

Author

Hugo Pfoertner, Feb 03 2019

Keywords

Examples

			a(1) = 1 is the square displacement of the fixed initial step.
a(2) = 16, because one of the A010575(2)/8 = 7 end points is (2,0,0,0) with square distance 4 and the other 6 end points (1,-1,0,0), (1,1,0,0), (1,0,-1,0), (1,0,1,0), (1,0,0,-1), (1,0,0,1) all have square distance 2. 16 = 1*4 + 6*2.
a(3) = 177, because there are 6 end points with square distance 1, e.g., (0,1,0,0), 24 end points with square distance 3, e.g., (1,1,1,0), 18 end points with square distance 5, e.g., (2,1,0,0), and 1 end point with square distance 9, (3,0,0,0). 177 = 6*1 + 24*3 + 18*5 + 1*9.
		

References

Crossrefs

Showing 1-3 of 3 results.