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.

A063887 Number of n-step walks on a square lattice starting from the origin but not returning to it at any stage.

This page as a plain text file.
%I A063887 #29 Sep 29 2019 13:09:03
%S A063887 1,4,12,48,172,688,2576,10304,39340,157360,607376,2429504,9442448,
%T A063887 37769792,147495104,589980416,2311926188,9247704752,36333781776,
%U A063887 145335127104,572189853200,2288759412800,9025822792896,36103291171584,142567754881168,570271019524672,2254477964009664,9017911856038656
%N A063887 Number of n-step walks on a square lattice starting from the origin but not returning to it at any stage.
%C A063887 a(n)/4^n tends to zero as n increases.
%H A063887 Vaclav Kotesovec, <a href="/A063887/b063887.txt">Table of n, a(n) for n = 0..1000</a>
%F A063887 a(2n) = 4*a(2n-1) - A054474(n); a(2n+1) = 4*a(2n).
%F A063887 G.f.: agm(1, (1+4*x)/(1-4*x)), where agm(x,y) = agm((x+y)/2,sqrt(x*y)) is the arithmetic-geometric mean. - _Paul D. Hanna_, Oct 03 2014
%F A063887 a(n) ~ Pi * 4^n / log(n) * (1 - (gamma + 3*log(2)) / log(n) + (gamma^2 + 6*gamma*log(2) + 9*log(2)^2 - Pi^2/6) / log(n)^2), where gamma is the Euler-Mascheroni constant A001620. - _Vaclav Kotesovec_, Sep 29 2019
%e A063887 a(2)=12 since there are 16 2-step walks but 4 of them involve a return to the origin at some stage; similarly a(3)=48 since there are 64 3-step walks but 16 of them involve a return to the origin at some stage.
%t A063887 CoefficientList[ Pi/(2 (1 - 4 x) EllipticK[16 x^2]) + O[x]^25, x] (* _Jean-François Alcover_, Jun 02 2019 *)
%o A063887 (PARI)  my(x='x+O('x^33)); Vec( agm(1, (1+4*x)/(1-4*x)) ) \\ _Joerg Arndt_, May 17 2019
%K A063887 nonn
%O A063887 0,2
%A A063887 _Henry Bottomley_, Aug 28 2001
%E A063887 a(23) corrected by _Jean-François Alcover_, Jun 02 2019