This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A125315 #22 Jan 28 2023 12:08:21 %S A125315 1,11,121,1111,14641,112211,1771561,11117777,123187801,1144664411, %T A125315 25937424601,111255594439,3138428376721,11676721656611, %U A125315 125415159629881,1111777777824439,45949729863572161 %N A125315 Smallest n-digit number that has exactly n divisors, each with a different number of digits, or 0 if no such number exists. %C A125315 From the 2006-07 Mandelbrot competition by Sam Vandervelde, which asked for the smallest composite number in this collection. %C A125315 There is no 29-digit number with this property, because to have 29 factors it must be of the form p^28, but no number of that form has 29 digits. %C A125315 Comments from _Farideh Firoozbakht_ and _David W. Wilson_, Dec 14 2006: (Start) %C A125315 "If p is a prime greater than 23 then a(p) = 0. Proof. Suppose a(p) = M > 0. If p is prime then M must be a p-digit number of the form q^(p-1) where q is prime. But if q <= 7 the number of digits of q^(p-1) is less than p and if q > 7 & p > 23 the number of digits of q^(p-1) is greater than p. Hence if p is a prime greater than 23, M doesn't exist. %C A125315 "But for many numbers n greater than 29, a(n) > 0. For example 10^53999 < a(54000) <= 11^2*1009^5*(10^18+9)^2999. Proof : if n = 11^2*1009^5*(10^18+9)^2999 then n has exactly 54000 divisors d_k (k=1,2, ..., 54000) and each d_k has exactly k digits. Hence a(54000) exists and a(54000) is a 54000-digit number less than n+1. %C A125315 "In fact if 0 < m <= 3000 then a(18m) exists and a(18m) <= 11 * 101^2 * 1000003^2 * (10^18+9)^(m-1). The right hand side is an 18m-digit number for 1 <= m <= 243040916832487184. %C A125315 "On the other hand, under generous assumptions about the size of prime gaps, we have a(2^m) <= Product_{0 <= k < m} nextPrime(10^(2^k)), where the right side has 2^m digits, which would provide an infinitude of numbers with precisely one divisor of every possible length." (End) %C A125315 Further comments from _Farideh Firoozbakht_, Dec 17 2006: Perhaps for each natural number m we have a(2^m) = Product_{0 <= k < m} NextPrime(10^(2^k)), namely a(2^m) = a(2^(m-1))* NextPrime(10^(2^(m-1))). This would give a(2^1) = 11, a(2^2) = 1111 = 11*101, a(2^3) = 11117777 = 11*101*10007, a(2^4) = 1111777777824439 = 11*101*10007*100000007, a(2^5) = 11117777778244457818444447290779 =11*101*10007*100000007* 10000000000000061. %H A125315 David W. Wilson, <a href="/A125315/b125315.txt">Table of n, a(n) for n = 1..29</a> %e A125315 1: 1 %e A125315 11: 1 11 %e A125315 121: 1 11 121 %e A125315 1111: 1 11 101 1111 %Y A125315 See A125845 for the list of all numbers with this property. %K A125315 nonn,base %O A125315 1,2 %A A125315 _Joshua Zucker_, Dec 11 2006 %E A125315 More terms from _David W. Wilson_, Dec 11 2006 %E A125315 Edited by _N. J. A. Sloane_, Dec 22 2006