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!)
A113181 Number of unrooted two-vertex (or, dually, two-face) regular planar maps of even valency 2n considered up to orientation-preserving homeomorphism. 3

%I #13 Jul 24 2018 10:52:01

%S 1,3,14,95,859,9130,106039,1297295,16428300,213388961,2827645453,

%T 38086408002,520062618300,7184570776213,100256059855188,

%U 1411319038583375,20021022607979629,285965560309310708,4109498933510809561,59380204746202961953,862266486434574492404

%N Number of unrooted two-vertex (or, dually, two-face) regular planar maps of even valency 2n considered up to orientation-preserving homeomorphism.

%H M. Bousquet, G. Labelle and P. Leroux, <a href="http://dx.doi.org/10.1016/S0012-365X(99)00406-9">Enumeration of planar two-face maps</a>, Discrete Math., vol. 222 (2000), 1-25.

%F a(n) = binomial(2n,n)/4 + 1/(4n) Sum_{k|2n} phi(k) binomial((2n/k)-1),floor(n/k))^2 where phi(k) is the Euler function A000010.

%e There exist 3 planar maps with two 4-valent vertices: a map with four parallel edges and two different maps with two parallel edges and one loop in each vertex. Therefore a(2)=3.

%t a[n_] := Binomial[2n, n]/4 + (1/(4n)) Sum[EulerPhi[k] Binomial[2n/k - 1, Floor[n/k]]^2, {k, Divisors[2n]}];

%t Array[a, 21] (* _Jean-François Alcover_, Jul 24 2018 *)

%o (PARI) a(n) = binomial(2*n, n)/4 + sumdiv(2*n, k, eulerphi(k)* binomial(2*n/k-1, (n\k))^2)/(4*n); \\ _Michel Marcus_, Oct 14 2015

%Y Cf. A000010, A113182, A112944.

%K nonn

%O 1,2

%A _Valery A. Liskovets_, Oct 19 2005

%E More terms from _Michel Marcus_, Oct 14 2015

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 23 03:43 EDT 2024. Contains 372758 sequences. (Running on oeis4.)