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!)
A091800 Largest n-digit number with maximal number of distinct prime divisors. 0
6, 90, 990, 9870, 99330, 930930, 9699690, 99981420, 999068070, 9592993410, 99978788910, 999890501610, 9814524629910 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
a[n_] := Module[{k=0, p=1, r=1, t=10^n}, While[r < t, p = NextPrime[p]; r *= p; k++]; k--; m = t-1; While[PrimeNu[m] != k, m--]; m]; Array[a, 8] (* Amiram Eldar, Mar 03 2020 *)
CROSSREFS
Sequence in context: A177283 A121607 A100594 * A336042 A353230 A317487
KEYWORD
nonn,base,more
AUTHOR
Amarnath Murthy, Feb 21 2004
EXTENSIONS
Edited, corrected and extended by Ray Chandler, Feb 23 2004
a(10)-a(12) from Amiram Eldar, Mar 03 2020
a(13) from Giovanni Resta, Mar 04 2020
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 18 13:50 EDT 2024. Contains 371780 sequences. (Running on oeis4.)