login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A057648 Number of excursions of length n on the upper-right part of the hexagonal lattice. 1
1, 0, 2, 2, 13, 34, 158, 594, 2665, 11558, 53320, 247488, 1181266, 5708884, 28049474, 139417402, 701063005, 3559326294, 18233244530, 94140532624, 489573775236, 2562613997512, 13493827469116, 71441865994904 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Excursions = walks from the origin to the origin.
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
LINKS
FORMULA
G.f.: (1-2*x)*hypergeom([-1/2, 1/2],[2],16*x^2/(1-2*x)^2)/(4*x^2) - (2*x+1)*((1-6*x)*hypergeom([1/3, 2/3],[2],27*x^2*(2*x+1))+1/2)/(6*x^2). - Mark van Hoeij, Dec 08 2014
MAPLE
gf:=(1-2*x)*hypergeom([-1/2, 1/2], [2], 16*x^2/(1-2*x)^2)/(4*x^2) - (2*x+1)*((1-6*x)*hypergeom([1/3, 2/3], [2], 27*x^2*(2*x+1))+1/2)/(6*x^2):
S:= series(gf, x, 103):
seq(coeff(S, x, j), j=0..100); # Robert Israel, Dec 08 2014
CROSSREFS
Sequence in context: A173466 A151367 A368957 * A282460 A327930 A068511
KEYWORD
nonn
AUTHOR
Cyril Banderier, Oct 12 2000
EXTENSIONS
Title corrected by Sean A. Irvine, Jun 22 2022
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 19 01:57 EDT 2024. Contains 370952 sequences. (Running on oeis4.)