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.

A205670 Possibly optimal shellsort sequence for reverse-sorting an ascending list of size N=32.

Original entry on oeis.org

1, 4, 20, 31
Offset: 1

Views

Author

Olof Forshell, Jan 30 2012

Keywords

Comments

This is a (possibly) optimal sequence for reverse-sorting an ascending list where N = 32. Requires 3.313*N comparisons. 3.313 is approximately equal to 2.21*log_10(32). The operation performed requires a defined, substantial and certainly nontrivial amount of work which is repeatable for a list of any size.

References