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!)
A342198 a(0) = 1; a(n) = Sum_{k=1..n} binomial(n,k)^4 * a(k-1). 3
1, 1, 17, 179, 6083, 298583, 20015947, 2214261035, 332014246747, 64923646898023, 17220997162396851, 5898373172881341811, 2513698997312409032785, 1335813901379210302030497, 875400777321767437156156305, 692119702624591542667897216641, 653524900495231808524498551469617 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
a[0] = 1; a[n_] := a[n] = Sum[Binomial[n, k]^4 a[k - 1], {k, 1, n}]; Table[a[n], {n, 0, 16}]
CROSSREFS
Sequence in context: A121793 A042985 A125405 * A130651 A142214 A066521
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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)