login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 20 16:06 EDT 2024. Contains 376074 sequences. (Running on oeis4.)