Problem:
An infinite table of nonnegative integers is constructed as follows: in the top row, some number is 1 and all other numbers are 0's; in each subsequent row, every number is the sum of some two of the three closest numbers in the preceding row. An example of such a table is shown below.
⋯⋯⋯⋯⋯.⋅00000⋮00001⋮00012⋮00114⋮11134⋮01236⋮00123⋮00002⋮00000⋮⋯⋯⋯⋯⋯⋱
The top row (with the one 1) is called row 0; the next row is row 1; the next row is row 2, and so forth.
Note that the following problems require you to prove the statements for every table that can be constructed by the process described above, not just for the example shown.
1. Show that any number in row n (for n>0) is at most 2n−1.
Want a route through all this instead of an archive?
The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.