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.

A120442 P-positions of John H. Conway's "Digit Deletions" game from "On Numbers and Games". Each number is the smallest positive integer that cannot be reduced to an earlier number in the sequence, by performing one of the following two operations: (1) changing one digit to a smaller digit (but not changing the leading digit to 0), or (2) deleting a 0 and all subsequent digits.

Original entry on oeis.org

1, 11, 20, 32, 43, 54, 65, 76, 87, 98, 111, 120, 132, 143, 154, 165, 176, 187, 198, 201, 210, 222, 233, 244, 255, 266, 277, 288, 299, 300, 312, 321, 334, 345, 353, 367, 378, 386, 402, 413, 424, 431, 440, 456, 468, 475, 489, 497, 503, 514
Offset: 1

Views

Author

Trevor Green (green(AT)math.usask.ca), Jul 18 2006

Keywords

Comments

The sequence is base-dependent, but notice that each number in a given base's sequence has a correspondent in all higher bases (the number with the same digit representation). The smallest n-digit number in the sequence is always a repunit.

Examples

			201 is in the sequence because every number it may be reduced to (101, 2, 200) is not in the sequence: 101 and 2 both reduce to 1 and 200 reduces to 20.
		

References

  • John H. Conway, On Numbers and Games, 2nd Edition, pp. 190-192.