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.

A227511 Triangle read by rows: Number of n-step self-avoiding walks on f.c.c. lattice ending at point with x = k.

This page as a plain text file.
%I A227511 #15 Jan 14 2019 03:09:13
%S A227511 1,4,4,36,32,16,308,292,192,64,2764,2672,2016,1024,256,25404,24780,
%T A227511 20160,12480,5120,1024,237164,232512,197940,137472,71680,24576,4096,
%U A227511 2237948,2201948,1930944,1443616,869376,390144,114688,16384,21286548,20997008,18805488,14786176
%N A227511 Triangle read by rows: Number of n-step self-avoiding walks on f.c.c. lattice ending at point with x = k.
%C A227511 The number of walks ending with x = -k is the same as the number ending with x = k.
%H A227511 Bert Dobbelaere, <a href="/A227511/b227511.txt">Table of n, a(n) for n = 0..135</a> (terms 0..77 from Joseph Myers)
%H A227511 J. L. Martin, <a href="http://dx.doi.org/10.1017/S0305004100036240">The exact enumeration of self-avoiding walks on a lattice</a>, Proc. Camb. Phil. Soc., 58 (1962), 92-101.
%e A227511 Initial rows (paths of length 0, 1, 2, ...):
%e A227511 { 1 };
%e A227511 { 4, 4 };
%e A227511 { 36, 32, 16 };
%e A227511 { 308, 292, 192, 64 }.
%Y A227511 Cf. A000765, A000766, A000767, A000768, A001336.
%K A227511 nonn,walk,tabl
%O A227511 0,2
%A A227511 _Joseph Myers_, Jul 14 2013