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.

User: Olof Forshell

Olof Forshell's wiki page.

Olof Forshell has authored 3 sequences.

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

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

A204772 "Fairly optimal" shellsort sequence for reverse-sorting an ascending sequence of size N=128.

Original entry on oeis.org

1, 4, 16, 76, 120, 127
Offset: 1

Author

Olof Forshell, Jan 22 2012

Keywords

Comments

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

Formula

Determined empirically.

A205669 "Fairly optimal" shellsort sequence for reverse-sorting an ascending sequence of size N=64.

Original entry on oeis.org

1, 5, 24, 62
Offset: 1

Author

Olof Forshell, Jan 30 2012

Keywords

Comments

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

References