To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Gould's sequence

From Wikipedia, the free encyclopedia

Pascal's triangle, rows 0 through 7. The number of odd integers in row i is the i-th number in Gould's sequence.
The self-similar sawtooth shape of Gould's sequence

Gould's sequence is an integer sequence named after Henry W. Gould that counts how many odd numbers are in each row of Pascal's triangle. It consists only of powers of two, and begins:[1][2]

1, 2, 2, 4, 2, 4, 4, 8, 2, 4, 4, 8, 4, 8, 8, 16, 2, 4, ... (sequence A001316 in the OEIS)

For instance, the sixth number in the sequence is 4, because there are four odd numbers in the sixth row of Pascal's triangle (the four bold numbers in the sequence 1, 5, 10, 10, 5, 1).

Additional interpretations

The nth value in the sequence (starting from n = 0) gives the highest power of 2 that divides the central binomial coefficient , and it gives the numerator of (expressed as a fraction in lowest terms).[1]

Sierpinski triangle 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 nth generation of the Rule 90 cellular automaton starting from a single live cell.[1][3] It has a characteristic growing sawtooth shape that can be used to recognize physical processes that behave similarly to Rule 90.[4]

Related sequences

The binary logarithms (exponents in the powers of two) of Gould's sequence themselves form an integer sequence,

0, 1, 1, 2, 1, 2, 2, 3, 1, 2, 2, 3, 2, 3, 3, 4, ... (sequence A000120 in the OEIS)

in which the nth value gives the number of nonzero bits in the binary representation of the number n, sometimes written in mathematical notation as .[1][2] Equivalently, the nth value in Gould's sequence is

Taking the sequence of exponents modulo two gives the Thue–Morse sequence.[5]

The partial sums of Gould's sequence,

0, 1, 3, 5, 9, 11, 15, 19, 27, 29, 33, 37, 45, ... (sequence A006046 in the OEIS)

count all odd numbers in the first n 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 log n.[6][7]

Recursive construction and self-similarity

The first 2i values in Gould's sequence may be constructed by recursively constructing the first 2i − 1 values, and then concatenating the doubles of the first 2i − 1 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 2i in this sequence is at position 2i − 1.[1]

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.[3][8][9] 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 nth number equal to the number of ones in the binary representation of n, was already known to J. W. L. Glaisher in 1899.[10][11]

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.[12]

References

  1. ^ a b c d e Sloane, N. J. A. (ed.). "Sequence A001316 (Gould's sequence)". The On-Line Encyclopedia of Integer Sequences. OEIS Foundation.
  2. ^ a b Pólya, George; Tarjan, Robert E.; Woods, Donald R. (2009), Notes on Introductory Combinatorics, Progress in Computer Science and Applied Logic, vol. 4, Springer, p. 21, ISBN 9780817649531.
  3. ^ a b Wolfram, Stephen (1984), "Geometry of binomial coefficients", American Mathematical Monthly, 91 (9): 566–571, doi:10.2307/2323743, JSTOR 2323743, MR 0764797.
  4. ^ Claussen, Jens Christian; Nagler, Jan; Schuster, Heinz Georg (2004), "Sierpinski signal generates 1/f α spectra", Physical Review E, 70 (3): 032101, arXiv:cond-mat/0308277, Bibcode:2004PhRvE..70c2101C, doi:10.1103/PhysRevE.70.032101, PMID 15524560, S2CID 39929111.
  5. ^ Northshield, Sam (2010), "Sums across Pascal's triangle mod 2", Congressus Numerantium, 200: 35–52, MR 2597704, archived from the original on 2015-09-10, retrieved 2016-09-10.
  6. ^ Harborth, Heiko (1976), "Number of odd binomial coefficients", Proceedings of the American Mathematical Society, 62 (1): 19–22, doi:10.2307/2041936, JSTOR 2041936, MR 0429714.
  7. ^ Larcher, G. (1996), "On the number of odd binomial coefficients", Acta Mathematica Hungarica, 71 (3): 183–203, doi:10.1007/BF00052108, MR 1397551, S2CID 121576268.
  8. ^ Gilleland, Michael, Some Self-Similar Integer Sequences, OEIS, retrieved 2016-09-10.
  9. ^ Schroeder, Manfred (1996), "Fractals in Music", in Pickover, Clifford A. (ed.), Fractal Horizons, New York: St. Martin's Press, pp. 207–223. As cited by Gilleland.
  10. ^ Granville, Andrew (1992), "Zaphod Beeblebrox's brain and the fifty-ninth row of Pascal's triangle", American Mathematical Monthly, 99 (4): 318–331, doi:10.2307/2324898, JSTOR 2324898, MR 1157222.
  11. ^ Glaisher, J. W. L. (1899), "On the residue of a binomial-theorem coefficient with respect to a prime modulus", The Quarterly Journal of Pure and Applied Mathematics, 30: 150–156. See in particular the final paragraph of p. 156.
  12. ^ Gleason, Andrew M.; Greenwood, R. E.; Kelly, Leroy Milton, eds. (1980), The William Lowell Putnam Mathematical Competition: Problems and Solutions: 1938–1964, Mathematical Association of America, p. 46, ISBN 9780883854624.
This page was last edited on 3 March 2024, at 15:16
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.