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.

A380242 Number of rooted 6-regular planar maps with n vertices.

Original entry on oeis.org

1, 5, 100, 3000, 110000, 4550000, 204000000, 9690000000, 480700000000, 24667500000000, 1300650000000000, 70122000000000000, 3851316000000000000, 214878980000000000000, 12151776800000000000000, 695297229000000000000000, 40193385270000000000000000, 2344614140750000000000000000
Offset: 0

Views

Author

Andrew Howroyd, Jan 22 2025

Keywords

Crossrefs

Column k=3 of A380241.

Programs

  • PARI
    a(n) = 2*10^n*(3*n)!/(n!*(2*n + 2)!)

Formula

a(n) = 2*10^n*(3*n)!/(n!*(2*n + 2)!).