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.

A284418 Number of self-avoiding planar walks of length n*(n+1)/2 starting at (0,0), ending at (n,0), remaining in the first quadrant and using steps (0,1), (1,0), (1,1), (-1,1), and (1,-1) with the restriction that (0,1) is never used below the diagonal and (1,0) is never used above the diagonal.

This page as a plain text file.
%I A284418 #12 Oct 09 2019 13:35:01
%S A284418 1,1,1,7,10,31,69,196,451,1168,2813,7119,17618,44206,111399,277972,
%T A284418 709411,1763795,4543873,11269489,29244239,72402587,188977618,
%U A284418 467258134,1225383748,3026799348,7969173506,19669004793,51959167749,128161003199,339530403506
%N A284418 Number of self-avoiding planar walks of length n*(n+1)/2 starting at (0,0), ending at (n,0), remaining in the first quadrant and using steps (0,1), (1,0), (1,1), (-1,1), and (1,-1) with the restriction that (0,1) is never used below the diagonal and (1,0) is never used above the diagonal.
%H A284418 Alois P. Heinz, <a href="/A284418/a284418.gif">Animation of a(6)=69 walks</a>
%H A284418 Wikipedia, <a href="https://en.wikipedia.org/wiki/Lattice_path">Lattice path</a>
%H A284418 Wikipedia, <a href="https://en.wikipedia.org/wiki/Self-avoiding_walk">Self-avoiding walk</a>
%F A284418 a(n) = A284414(n,n*(n+1)/2).
%Y A284418 Cf. A000217, A284414.
%K A284418 nonn,walk
%O A284418 0,4
%A A284418 _Alois P. Heinz_, Mar 26 2017