login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A205669
"Fairly optimal" shellsort sequence for reverse-sorting an ascending sequence of size N=64.
2
OFFSET
1,2
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
Sequence A204772 where N=128.
CROSSREFS
Sequence in context: A121546 A135703 A258290 * A101147 A274723 A006328
KEYWORD
nonn
AUTHOR
Olof Forshell, Jan 30 2012
STATUS
approved