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

%I #12 Aug 28 2019 03:45:43

%S 1,1,3,11,62,342,2152,13768,91800,622616,4301792,30100448,213019072,

%T 1521473984,10954616064,79420280064,579300888960,4248201302400,

%U 31302536066560,231638727063040

%N 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).

%C There is an easy formula.

%H V. A. Liskovets and T. R. S. Walsh, <a href="https://doi.org/10.1016/j.disc.2003.09.015">Enumeration of Eulerian and unicursal planar maps</a>, Discr. Math., 282 (2004), 209-221.

%t a[1] = a[2] = 1;

%t 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]];

%t Array[a, 20] (* _Jean-François Alcover_, Aug 28 2019 *)

%Y Cf. A069727, A003645, A069732.

%K easy,nonn

%O 1,3

%A _Valery A. Liskovets_, Apr 07 2002

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 April 17 18:43 EDT 2024. Contains 371765 sequences. (Running on oeis4.)