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.

A006428 Number of loopless tree-rooted planar maps with 3 vertices and n faces and no isthmuses.

Original entry on oeis.org

0, 3, 36, 135, 360, 798, 1568, 2826, 4770, 7645, 11748, 17433, 25116, 35280, 48480, 65348, 86598, 113031, 145540, 185115, 232848, 289938, 357696, 437550, 531050, 639873, 765828, 910861, 1077060, 1266660, 1482048, 1725768, 2000526, 2309195, 2654820, 3040623
Offset: 1

Views

Author

Keywords

References

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

Crossrefs

Column 3 of A342985.

Programs

Formula

a(n) seems to be divisible by n+1. - Ralf Stephan, Sep 01 2003
Conjecture (for n > 1): a(n) = n*(n+1)*(n^3+6*n^2+11*n-42) / 24. - Sean A. Irvine, Apr 10 2017
The above conjectures are true. - Andrew Howroyd, Apr 03 2021
From Chai Wah Wu, Aug 08 2022: (Start)
a(n) = 6*a(n-1) - 15*a(n-2) + 20*a(n-3) - 15*a(n-4) + 6*a(n-5) - a(n-6) for n > 7.
G.f.: x^2*(2*x^5 - 12*x^4 + 30*x^3 - 36*x^2 + 18*x + 3)/(x - 1)^6. (End)

Extensions

Title improved by Sean A. Irvine, Apr 10 2017
Terms a(13) and beyond from Andrew Howroyd, Apr 03 2021