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.

A341917 Number of strong triangulations of a fixed pentagon with n interior nodes.

Original entry on oeis.org

1, 10, 80, 610, 4625, 35322, 272800, 2132310, 16861455, 134781350, 1088074064, 8863227100, 72789560025, 602232150810, 5016320750400, 42041168169712, 354326295908580, 3001705818071400, 25549873091193600, 218426240780417250, 1874878554813727815, 16153461053030605590
Offset: 1

Views

Author

Andrew Howroyd, Feb 23 2021

Keywords

Crossrefs

Column k=2 of A341856.
Cf. A341853.

Programs

  • PARI
    a(n)={60*(13*n+9)*(4*n+5)!/((3*n+9)!*(n-1)!)}

Formula

a(n) = 60*(13*n+9)*(4*n+5)!/((3*n+9)!*(n-1)!).