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!)
A262582 Concatenation of the numbers from 1 to n but omitting 12. 19
1, 12, 123, 1234, 12345, 123456, 1234567, 12345678, 123456789, 12345678910, 1234567891011, 123456789101113, 12345678910111314, 1234567891011131415, 123456789101113141516, 12345678910111314151617, 1234567891011131415161718, 123456789101113141516171819, 12345678910111314151617181920 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The first (probable) prime in this sequence is a(960) = 1234567891011131415...961 (ending in 961), found by David Broadhurst, Sep 28 2015.
No other primes through a(10000). - Robert Price, Nov 04 2018
LINKS
MATHEMATICA
Module[{nn=30, c}, c=Drop[Range[nn], {12}]; 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: A060555 A138957 A007908 * A262581 A262580 A262579
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 07:54 EDT 2024. Contains 371922 sequences. (Running on oeis4.)