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.

This page as a plain text file.
%I A120442 #10 Mar 06 2015 08:36:40
%S A120442 1,11,20,32,43,54,65,76,87,98,111,120,132,143,154,165,176,187,198,201,
%T A120442 210,222,233,244,255,266,277,288,299,300,312,321,334,345,353,367,378,
%U A120442 386,402,413,424,431,440,456,468,475,489,497,503,514
%N 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.
%C A120442 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.
%D A120442 John H. Conway, On Numbers and Games, 2nd Edition, pp. 190-192.
%e A120442 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.
%K A120442 base,easy,nonn
%O A120442 1,2
%A A120442 Trevor Green (green(AT)math.usask.ca), Jul 18 2006