The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A077054 Number of ways a river can cross a road 2n times. 6
1, 1, 3, 14, 81, 538, 3926, 30694, 252939, 2172830, 19304190, 176343390, 1649008456, 15730575554, 152663683494, 1503962954930, 15012865733351, 151622652413194, 1547365078534578, 15939972379349178, 165597452660771610, 1733609081727968492 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
More precisely, number of ways that a river (or directed line) that starts in the southwest and flows east can cross an east-west road 2n times (bisection of A005316).
Also number of ways a loop can cross two parallel roads 2n times. Some portion of loop must lie below lower road.
LINKS
Jean-François Alcover, Table of n, a(n) for n = 0..27
FORMULA
a(n) = A005316(2*n).
MATHEMATICA
A005316 = Cases[Import["https://oeis.org/A005316/b005316.txt", "Table"], {_, _}][[All, 2]];
a[n_] := A005316[[2n+1]];
a /@ Range[0, 27] (* Jean-François Alcover, Sep 20 2019 *)
CROSSREFS
Bisection of A005316. Cf. A005315, A085873, A086031.
Sequence in context: A256338 A256331 A292875 * A355291 A325219 A205580
KEYWORD
nonn
AUTHOR
N. J. A. Sloane and Jon Wild, Nov 29 2002
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 May 18 11:36 EDT 2024. Contains 372630 sequences. (Running on oeis4.)