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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A346186 a(0) = 1; a(n) = Sum_{k=0..n-1} binomial(n-1,k)^3 * a(k) * a(n-k-1). 1
1, 1, 2, 12, 132, 2664, 86328, 4257504, 302249232, 29749088160, 3929593244256, 678729769735680, 149951093054923584, 41593439995316826624, 14254785976456164378240, 5952723682598023085466624, 2992204352832467277009072384, 1791038631707465961597691673088 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
a[0] = 1; a[n_] := a[n] = Sum[Binomial[n - 1, k]^3 a[k] a[n - k - 1], {k, 0, n - 1}]; Table[a[n], {n, 0, 17}]
CROSSREFS
Sequence in context: A208830 A132472 A179420 * A080487 A077696 A326361
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jul 09 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 April 24 19:49 EDT 2024. Contains 371963 sequences. (Running on oeis4.)