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-2 of 2 results.

A379435 Number of rooted planar maps with n edges and without faces or vertices of degree 1.

Original entry on oeis.org

1, 0, 1, 2, 10, 52, 281, 1570, 9022, 53084, 318634, 1945396, 12052532, 75624616, 479814937, 3074251682, 19869323638, 129420288076, 848897059790, 5603350613308, 37198680816844, 248241480270680, 1664546969372554, 11210468046615412, 75806810042727980, 514537522249147672
Offset: 0

Views

Author

Andrew Howroyd, Jan 14 2025

Keywords

Crossrefs

Cf. A000168, A006396 (sensed), A006397 (unsensed), A379433.

Programs

  • PARI
    seq(n)={my(z=x/(1 + 2*x)^2, g=(-1 + 18*z + sqrt(1-12*z + O(x^(n+3)))^3) / (54*z^2)); Vec(2*x + g*(1-2*x)/(1+2*x))}

Formula

G.f.: 2*x + G(x/(1 + 2*x)^2)*(1 - 2*x)/(1 + 2*x) where G(x) is the g.f. of A000168.

A006397 Number of unsensed planar maps with n edges and without faces or vertices of degree 1.

Original entry on oeis.org

1, 0, 1, 2, 4, 10, 34, 114, 475, 2104, 10177, 52012, 279874
Offset: 0

Views

Author

Keywords

References

  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A006385, A006389, A006396 (sensed), A379435 (rooted).

Extensions

a(9)-a(12) from Sean A. Irvine, Mar 28 2017
a(0)-a(2) prepended by Andrew Howroyd, Jan 16 2025
Showing 1-2 of 2 results.