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!)
A069725 Number of nonisomorphic unrooted unicursal planar maps with n edges and two vertices of valency 1 (unicursal means that exactly two vertices are of odd valency; there is an Eulerian path). 2
1, 1, 3, 11, 62, 342, 2152, 13768, 91800, 622616, 4301792, 30100448, 213019072, 1521473984, 10954616064, 79420280064, 579300888960, 4248201302400, 31302536066560, 231638727063040 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
There is an easy formula.
LINKS
V. A. Liskovets and T. R. S. Walsh, Enumeration of Eulerian and unicursal planar maps, Discr. Math., 282 (2004), 209-221.
MATHEMATICA
a[1] = a[2] = 1;
a[n_] := With[{m = Floor[(n+1)/2]}, 1/n 2^(n-3) Binomial[2n-2, n-1] + 2^(m-3) Binomial[2m-2, m-1]];
Array[a, 20] (* Jean-François Alcover, Aug 28 2019 *)
CROSSREFS
Sequence in context: A296321 A203768 A356268 * A291287 A193499 A261919
KEYWORD
easy,nonn
AUTHOR
Valery A. Liskovets, Apr 07 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 August 21 10:31 EDT 2024. Contains 375345 sequences. (Running on oeis4.)