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.

Showing 1-5 of 5 results.

A214337 Triangle read by rows: T(n,k) = number of rooted maps with n vertices and k faces on a non-orientable surface of type 3/2 (0 <= k <= n).

Original entry on oeis.org

0, 0, 41, 0, 690, 16925, 0, 7150, 237652, 4306778, 0, 58760, 2518957, 56864524, 910734615, 0, 420182, 22417804, 613687758, 11675167470, 174833737848
Offset: 0

Views

Author

N. J. A. Sloane, Jul 27 2012

Keywords

Examples

			Triangle begins:
  0;
  0,     41;
  0,    690,    16925;
  0,   7150,   237652,   4306778;
  0,  58760,  2518957,  56864524,   910734615;
  0, 420182, 22417804, 613687758, 11675167470, 174833737848;
  ...
		

Crossrefs

Diagonals give A118448, A214335, A213336, A213338.
Cf. A214806.

A118449 Number of rooted n-edge one-vertex maps on a non-orientable genus-4 surface (dually: one-face maps).

Original entry on oeis.org

0, 488, 11660, 160680, 1678880, 14771680, 115457832, 827303280, 5545466520, 35257287120, 214730922120, 1262004908528, 7197437563680, 40007524376960, 217501266966160, 1159737346931040, 6079078540464072, 31385516059734960
Offset: 3

Views

Author

Valery A. Liskovets, May 04 2006

Keywords

Comments

One-vertex maps on a non-orientable genus-3 surface are counted by A118448. Such maps are also called bouquets of loops (and their duals are called unicellular maps).

References

  • E. R. Canfield, Calculating the number of rooted maps on a surface, Congr. Numerantium, 76 (1990), 21-34.
  • D. M. Jackson and T. I. Visentin, An atlas of the smaller maps in orientable and nonorientable surfaces. CRC Press, Boca Raton, 2001.

Crossrefs

Cf. A118448. A diagonal of A214806.

Programs

  • Mathematica
    With[{r=Sqrt[1-4x]},Drop[CoefficientList[Series[-(r-1)^4 (r+1)^3 (65r^3+ 337r^2- 433r-945)/(256r^11),{x,0,20}],x],3]] (* Harvey P. Dale, Aug 05 2019 *)

Formula

O.g.f.: -(R-1)^4(R+1)^3(65R^3+337R^2-433R-945)/(256R^11), where R=sqrt(1-4x).
a(n) ~ n^(9/2) * 2^(2*n-3) / sqrt(Pi) * (1 - 2*sqrt(Pi)/(3*sqrt(n))). - Vaclav Kotesovec, Oct 27 2024

A214804 Number of rooted maps with n vertices and 2 faces on a non-orientable surface of type 2.

Original entry on oeis.org

0, 11660, 375552, 6652366, 86303920, 918342738
Offset: 0

Views

Author

N. J. A. Sloane, Jul 28 2012

Keywords

Crossrefs

A diagonal of A214806.

A214805 Number of rooted maps with n vertices and 3 faces on a non-orientable surface of type 2.

Original entry on oeis.org

0, 160680, 6652366, 146387872, 2298445830, 28995928200
Offset: 0

Views

Author

N. J. A. Sloane, Jul 28 2012

Keywords

Crossrefs

A diagonal of A214806.

A214807 Number of rooted maps with n vertices and n faces on a non-orientable surface of type 2.

Original entry on oeis.org

0, 488, 375552, 146387872, 42795288180, 10663498973088
Offset: 0

Views

Author

N. J. A. Sloane, Jul 28 2012

Keywords

Crossrefs

A diagonal of A214806.
Showing 1-5 of 5 results.