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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A262578 Concatenation of the numbers from 1 to n but omitting 8. 0
1, 12, 123, 1234, 12345, 123456, 1234567, 12345679, 1234567910, 123456791011, 12345679101112, 1234567910111213, 123456791011121314, 12345679101112131415, 1234567910111213141516, 123456791011121314151617, 12345679101112131415161718, 1234567910111213141516171819, 123456791011121314151617181920 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The first (probable) prime in this sequence is a(1872) = 1234567910111213...1873 (ending at 1873), a 6364-digit probable prime, too large to display here). It was found by David Broadhurst on Sep 27 2015.
No other primes through a(10000). - Robert Price, Nov 04 2018
LINKS
MATHEMATICA
Module[{nn=30, c}, c=Drop[Range[nn], {8}]; Table[FromDigits[Flatten[IntegerDigits/@Take[c, n]]], {n, nn-1}]] (* Vincenzo Librandi, Nov 05 2018 *)
CROSSREFS
See A262300 for more about this problem.
Sequence in context: A262580 A262579 A057932 * A262577 A132943 A262576
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Sep 25 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 April 24 08:59 EDT 2024. Contains 371935 sequences. (Running on oeis4.)