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.
%I A057647 #9 Apr 30 2024 04:13:42 %S A057647 1,2,9,38,185,914,4706,24632,131309,708284,3861380,21225588,117511456, %T A057647 654474352,3664017964,20604973852,116332926949,659097637368, %U A057647 3745842085016,21348227213714,121974246173946,698499504058204 %N A057647 Number of walks of length n on the upper-right part of the hexagonal lattice. %C A057647 The hexagonal lattice is the familiar 2-dimensional lattice in which each point has 6 neighbors. This is sometimes called the triangular lattice. - _Sean A. Irvine_, Jun 22 2022 %H A057647 Sean A. Irvine, <a href="/A057647/b057647.txt">Table of n, a(n) for n = 0..250</a> %H A057647 C. Banderier, <a href="http://algo.inria.fr/banderier/">Analytic combinatorics of random walks and planar maps</a>, PhD Thesis, 2001. %H A057647 Sean A. Irvine, <a href="https://github.com/archmageirvine/joeis/blob/master/src/irvine/oeis/a057/A057647.java">Java program</a> (github) %F A057647 a(n) ~ (sqrt(3) - 1) * 2^n * 3^(n+1) / (Pi*n). - _Vaclav Kotesovec_, Apr 30 2024 %K A057647 nonn %O A057647 0,2 %A A057647 _Cyril Banderier_, Oct 12 2000 %E A057647 Title corrected by _Sean A. Irvine_, Jun 22 2022