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.

A361245 Number of noncrossing 2,3 cacti with n nodes.

Original entry on oeis.org

1, 1, 1, 4, 20, 115, 715, 4683, 31824, 222300, 1586310, 11514030, 84742320, 630946446, 4743789260, 35965715780, 274659794160, 2110810059795, 16312695488265, 126693445737170, 988340783454380, 7740875273884445, 60846920004855985, 479854293574853085
Offset: 0

Views

Author

Andrew Howroyd, Mar 08 2023

Keywords

Comments

A 2,3 cactus is a cactus composed of bridges and triangles.

Crossrefs

Programs

  • PARI
    seq(n) = Vec(1 + x/(1 - serreverse((sqrt(1 + 4*x + O(x^n)) - 1)*(1 - x)^2/2)))