[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A262580
Concatenation of the numbers from 1 to n but omitting 10.
0
1, 12, 123, 1234, 12345, 123456, 1234567, 12345678, 123456789, 12345678911, 1234567891112, 123456789111213, 12345678911121314, 1234567891112131415, 123456789111213141516, 12345678911121314151617, 1234567891112131415161718, 123456789111213141516171819, 12345678911121314151617181920
OFFSET
1,2
COMMENTS
The smallest prime in this sequence is the 61457-digit (probable) prime a(14512) = 123456789111213...14513 found by David Broadhurst on Sep 28 2015.
MATHEMATICA
DeleteDuplicates[Table[FromDigits[Flatten[IntegerDigits[Complement[Range[n], {10}]]]], {n, 20}]] (* Robert Price, Nov 05 2018 *)
CROSSREFS
See A262300 for more about this problem.
Sequence in context: A007908 A262582 A262581 * A262579 A057932 A262578
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Sep 25 2015
STATUS
approved