Gould's sequence


Gould's sequence is an integer sequence named after Henry W. Gould that counts the odd numbers in each row of Pascal's triangle. It consists only of powers of two, and begins:
For instance, the sixth number in the sequence is 4, because there are four odd numbers in the sixth row of Pascal's triangle.

Additional interpretations

The th value in the sequence gives the highest power of 2 that divides the central binomial coefficient, and it gives the numerator of .
generated by Rule 90, or by marking the positions of odd numbers in Pascal's triangle. Gould's sequence counts the number of live cells in each row of this pattern.
Gould's sequence also gives the number of live cells in the th generation of the Rule 90 cellular automaton starting from a single live cell.
It has a characteristic growing sawtooth shape that can be used to recognize physical processes that behave similarly to Rule 90.

Related sequences

The binary logarithms of Gould's sequence themselves form an integer sequence,
in which the th value gives the number of nonzero bits in the binary representation of the number, sometimes written in mathematical notation as. Equivalently, the th value in Gould's sequence is
Taking the sequence of exponents modulo two gives the Thue–Morse sequence.
The partial sums of Gould's sequence,
count all odd numbers in the first rows of Pascal's triangle. These numbers grow proportionally to,
but with a constant of proportionality that oscillates between 0.812556... and 1, periodically as a function of.

Recursive construction and self-similarity

The first values in Gould's sequence may be constructed by recursively constructing the first values, and then concatenating the doubles of the first values. For instance, concatenating the first four values 1, 2, 2, 4 with their doubles 2, 4, 4, 8 produces the first eight values. Because of this doubling construction, the first occurrence of each power of two in this sequence is at position.
Gould's sequence, the sequence of its exponents, and the Thue–Morse sequence are all self-similar: they have the property that the subsequence of values at even positions in the whole sequence equals the original sequence, a property they also share with some other sequences such as Stern's diatomic sequence. In Gould's sequence, the values at odd positions are double their predecessors, while in the sequence of exponents, the values at odd positions are one plus their predecessors.

History

The sequence is named after Henry W. Gould, who studied it in the early 1960s. However, the fact that these numbers are powers of two, with the exponent of the th number equal to the number of ones in the binary representation of, was already known to J. W. L. Glaisher in 1899.
Proving that the numbers in Gould's sequence are powers of two was given as a problem in the 1956 William Lowell Putnam Mathematical Competition.