cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A117628 Let f(n) = average number of comparisons needed for sorting n elements using merge insertion. Sequence gives n!*f(n).

Original entry on oeis.org

0, 2, 16, 112, 832, 6912, 62784, 623232
Offset: 1

Views

Author

N. J. A. Sloane, Oct 06 2006

Keywords

References

  • D. E. Knuth, TAOCP, Vol. 3, Section 5.3.1.

Crossrefs

A117627 is a lower bound for any comparison-based sorting algorithm.