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.

A243992 The sequence can be seen as a succession of digit-chunks ending in "1". The digit-size of each chunk is given by the sequence itself. No term is repeated. This is the lexically first sequence with the property.

This page as a plain text file.
%I A243992 #8 Jun 18 2014 22:10:37
%S A243992 1,2,10,3,4,5,6,7,8,9,21,20,12,22,13,23,31,24,25,41,26,27,28,14,29,30,
%T A243992 32,15,33,34,35,51,36,37,38,39,40,42,43,44,45,46,16,47,48,49,50,52,53,
%U A243992 54,55,56,17
%N A243992 The sequence can be seen as a succession of digit-chunks ending in "1". The digit-size of each chunk is given by the sequence itself. No term is repeated. This is the lexically first sequence with the property.
%C A243992 All integers appear in the sequence, except the ones that have two or more consecutive 1's (like 11,110,111,112,113,...).
%e A243992 If we put a vertical stroke right after each "1", the sequence becomes:
%e A243992 1|2,1|0,3,4,5,6,7,8,9,21|20,1|2,22,1|3,23,31|24,25,41|26,27,28,1|4,29,30,32,1|5... Now count the digits between two strokes: you'll get 1,2,10,3,4,5,6,7,8,... which is the sequence itself.
%K A243992 nonn,base
%O A243992 1,2
%A A243992 _Eric Angelini_, Jun 17 2014