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!)
A346185 a(0) = 1; a(n) = Sum_{k=0..n-1} binomial(n-1,k)^3 * a(k). 1
1, 1, 2, 11, 93, 1294, 26045, 714391, 26109426, 1224739755, 71807248783, 5173027197636, 450173748220033, 46617339568635115, 5677430539873463470, 804907754967314483801, 131598260940217897338131, 24609634809861999705338820, 5226508081059269450476666513 (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], {k, 0, n - 1}]; Table[a[n], {n, 0, 18}]
CROSSREFS
Sequence in context: A355111 A363116 A099697 * A083069 A158837 A236962
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 19 04:12 EDT 2024. Contains 371782 sequences. (Running on oeis4.)