The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A342196 a(0) = 1; a(n) = Sum_{k=1..n} binomial(n,k)^2 * a(k-1). 3
1, 1, 5, 23, 155, 1355, 14371, 183911, 2781283, 48726355, 976903875, 22183097191, 565060532965, 16016170519017, 501714014484813, 17265124180702953, 649178961366102597, 26544344366333824055, 1175291769917975444817, 56133021061270139242637, 2881893164859601701738005 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
a[0] = 1; a[n_] := a[n] = Sum[Binomial[n, k]^2 a[k - 1], {k, 1, n}]; Table[a[n], {n, 0, 20}]
CROSSREFS
Sequence in context: A157306 A306185 A336183 * A228851 A308362 A054749
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Mar 04 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 May 20 03:01 EDT 2024. Contains 372703 sequences. (Running on oeis4.)