cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A103939 Number of unrooted Eulerian n-edge maps in the plane (planar with a distinguished outside face).

Original entry on oeis.org

1, 1, 3, 8, 32, 136, 722, 3924, 22954, 138316, 860364, 5472444, 35503288, 234070648, 1564945158, 10589356592, 72412611194, 499788291616, 3478059566250, 24383023246284, 172074483068320, 1221654305104920, 8720583728414354, 62560709120463028, 450854177292364660
Offset: 0

Views

Author

Valery A. Liskovets, Mar 17 2005

Keywords

References

  • V. A. Liskovets and T. R. Walsh, Enumeration of unrooted maps on the plane, Rapport technique, UQAM, No. 2005-01, Montreal, Canada, 2005.

Crossrefs

Programs

  • Mathematica
    a[n_] := (1/(2n)) (2^n Binomial[2n, n]/(n+1) + Sum[Boole[0Jean-François Alcover, Aug 28 2019 *)
  • PARI
    a(n)={if(n==0, 1, sumdiv(n, d, if(dAndrew Howroyd, Mar 29 2021

Formula

For n > 0, a(n) = (1/(2n))*(2^n*binomial(2n, n)/(n+1) + Sum_{0A000010.

Extensions

a(0)=1 prepended and terms a(21) and beyond from Andrew Howroyd, Mar 29 2021