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!)
A182684 a(n) = the largest n-digit number with exactly 12 divisors, a(n) = 0 if no such number exists. 1
0, 96, 996, 9999, 99999, 999998, 9999999, 99999988, 999999996, 9999999991, 99999999999, 999999999981, 9999999999997, 99999999999968, 999999999999981, 9999999999999989, 99999999999999999, 999999999999999988, 9999999999999999981, 99999999999999999977, 999999999999999999963 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) = the largest n-digit number of the form p^11, p^5*q, p^3*q^2 or p^2*q*r (p, q, r distinct primes), a(n) = 0 if no such number exists.
LINKS
FORMULA
A000005(a(n)) = 12.
a(n) >= A182683(n).
MATHEMATICA
Join[{0}, Table[Module[{n=10^i, k=1}, While[DivisorSigma[0, n-k]!=12, k++]; n-k], {i, 2, 30}]] (* Harvey P. Dale, Jun 02 2014 *)
CROSSREFS
Sequence in context: A296960 A202583 A027628 * A232918 A187165 A229533
KEYWORD
nonn,base
AUTHOR
Jaroslav Krizek, Nov 27 2010
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 March 28 05:39 EDT 2024. Contains 371235 sequences. (Running on oeis4.)