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!)
A050676 Let b(n) = number of prime factors (with multiplicity) of concatenation of numbers from 1 to n; sequence gives smallest number m with b(m) = n. 1
1, 3, 2, 9, 8, 11, 28, 6, 26, 20 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(11) <= 148, a(12) = 104, a(13) = 100, a(14) = 54, a(15) <= 184. - Michael S. Branicky, Dec 14 2022 using factorizations at the De Geest link
LINKS
Carlos Rivera, Puzzle 8. Primes by Listing, The Prime Puzzles & Problems connection.
MATHEMATICA
Join[{1}, Table[i=1; While[PrimeOmega[FromDigits[Flatten[IntegerDigits[Range[i]]]]]!=n, i++]; i, {n, 2, 10}]] (* Jayanta Basu, May 30 2013 *)
CROSSREFS
Sequence in context: A201926 A288055 A081233 * A356185 A010372 A199455
KEYWORD
nonn,base,hard,more
AUTHOR
Patrick De Geest, Aug 15 1999
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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)