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.

A102549 Optimal (best known) sequence of increments for shell sort algorithm.

Original entry on oeis.org

1, 4, 10, 23, 57, 132, 301, 701, 1750
Offset: 0

Views

Author

Gunther Piez (gpiez(AT)web.de), Feb 24 2005

Keywords

Comments

Values were found empirically. Better than A033622, A036562, A036564, A036569, and A055875.

Examples

			a(0) = 1 performs a single pass of Shellsort with a gap size of 1 (which is identical to the Insertion Sort algorithm).
a(1) = 4 performs a single pass of Shellsort with a gap size of 4 (exchanging elements 4 positions apart if they are out of order).
		

Crossrefs

Extensions

a(8) = 1750 from Roman Dovgopol, May 08 2011