A131881 Complement of A116700. Might be called "punctual birds".
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 25, 26, 27, 28, 29, 30, 33, 35, 36, 37, 38, 39, 40, 44, 46, 47, 48, 49, 50, 55, 57, 58, 59, 60, 66, 68, 69, 70, 77, 79, 80, 88, 90, 100, 102, 103, 104, 105, 106, 107, 108, 109, 113, 114
Offset: 1
Examples
The first number not in this sequence is the early bird "12" which occurs as concatenation of 1 and 2.
Links
- M. F. Hasler, Table of n, a(n) for n = 1..2428
Crossrefs
Programs
-
PHP
$s="0"; for(; ++$i < 2000; $s .= $i) if( !strpos($s,"$i")) echo $i,", ";
Comments