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.

A380243 Number of rooted 2n-regular planar maps with 3 vertices.

Original entry on oeis.org

1, 54, 3000, 171500, 10001880, 591666768, 35371207872, 2131746903000, 129299660919000, 7883256659941520, 482689850761774656, 29661047546558142624, 1828220386252351000000, 112982297841774018000000, 6998159395715622920640000, 434337846995341921726638000, 27004842919501042631643927000
Offset: 1

Views

Author

Andrew Howroyd, Jan 22 2025

Keywords

Comments

There are no odd valent regular planar maps with 3 vertices.

Crossrefs

Row n=3 of A380241.

Programs

  • PARI
    a(n) = n*binomial(2*n-1, n)^3

Formula

a(n) = n*binomial(2*n-1, n)^3.
a(n) = n*A002897(n - 1).