login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A361245 Number of noncrossing 2,3 cacti with n nodes. 7
1, 1, 1, 4, 20, 115, 715, 4683, 31824, 222300, 1586310, 11514030, 84742320, 630946446, 4743789260, 35965715780, 274659794160, 2110810059795, 16312695488265, 126693445737170, 988340783454380, 7740875273884445, 60846920004855985, 479854293574853085
(list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
A 2,3 cactus is a cactus composed of bridges and triangles.
LINKS
Wikipedia, Cactus graph.
PROG
(PARI) seq(n) = Vec(1 + x/(1 - serreverse((sqrt(1 + 4*x + O(x^n)) - 1)*(1 - x)^2/2)))
CROSSREFS
Sequence in context: A316298 A291531 A171802 * A100034 A341919 A192924
KEYWORD
nonn
AUTHOR
Andrew Howroyd, Mar 08 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 18 10:04 EDT 2024. Contains 375999 sequences. (Running on oeis4.)