Illustration of the filling of the unit interval (horizontal axis) using the first n terms of the decimal Van der Corput sequence, for n from 0 to 999 (vertical axis)
The -ary representation of the positive integer is
where is the base in which the number is represented, and that is, the -th digit in the -ary expansion of
The -th number in the van der Corput sequence is
Examples
For example, to get the decimal van der Corput sequence, we start by dividing the numbers 1 to 9 in tenths (), then we change the denominator to 100 to begin dividing in hundredths (). In terms of numerator, we begin with all two-digit numbers from 10 to 99, but in backwards order of digits. Consequently, we will get the numerators grouped by the end digit. Firstly, all two-digit numerators that end with 1, so the next numerators are 01, 11, 21, 31, 41, 51, 61, 71, 81, 91. Then the numerators ending with 2, so they are 02, 12, 22, 32, 42, 52, 62, 72, 82, 92. And after that, the numerators ending in 3: 03, 13, 23 and so on...
Thus, the sequence begins
or in decimal representation:
The elements of the van der Corput sequence (in any base) form a dense set in the unit interval; that is, for any real number in , there exists a subsequence of the van der Corput sequence that converges to that number. They are also equidistributed over the unit interval.