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!)
A113182 Number of unrooted two-vertex (or, dually, two-face) regular planar maps of valency n considered up to orientation-preserving homeomorphism. 3
1, 1, 2, 3, 7, 14, 39, 95, 308, 859, 3013, 9130, 33300, 106039, 394340, 1297295, 4878109, 16428300, 62232321, 213388961, 812825244, 2827645453, 10818489817, 38086408002, 146250545528, 520062618300, 2003199281223, 7184570776213 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Bisections are A112944 and A113181.
LINKS
M. Bousquet, G. Labelle and P. Leroux, Enumeration of planar two-face maps, Discrete Math., vol. 222 (2000), 1-25.
MATHEMATICA
a[n_] := If[OddQ[n], (1/(2n))(Sum[EulerPhi[d] Binomial[2 Floor[(n-1)/(2d)], Floor[(n-1)/(2d)]]^2, {d, Divisors[n]}] + n Binomial[n-1, (n-1)/2]), (1/4)((2 Sum[EulerPhi[d] Binomial[n/d-1, Floor[n/(2d)]]^2, {d, Divisors[ n]}])/n + Binomial[n, n/2])];
Array[a, 28] (* Jean-François Alcover, Aug 30 2019 *)
CROSSREFS
Sequence in context: A296418 A006785 A274538 * A165433 A238728 A271718
KEYWORD
nonn
AUTHOR
Valery A. Liskovets, Oct 19 2005
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 April 27 21:44 EDT 2024. Contains 372020 sequences. (Running on oeis4.)