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!)
A182674 a(n) = the largest n-digit number with exactly 7 divisors, a(n) = 0 if no such number exists. 1
0, 64, 729, 0, 15625, 117649, 4826809, 47045881, 887503681, 6321363049, 90458382169, 832972004929, 7212549413161, 88245939632761, 940299110504209, 9851127637605409, 96279097826745289, 982134461213542729, 9645655601478045241, 99601110118185722929 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) = the largest n-digit number of the form p^6 (p = prime), a(n) = 0 if no such number exists.
LINKS
FORMULA
A000005(a(n)) = 7.
MATHEMATICA
Table[p=Floor[10^(n/6)]; While[p^6>10^(n-1) && ! PrimeQ[p], p = NextPrime[p, -1]]; If[p^6>10^(n-1), p^6, 0], {n, 20}]
CROSSREFS
Cf. A182673 (smallest n-digit number with exactly 7 divisors).
Sequence in context: A008513 A321830 A182673 * A351194 A048392 A274219
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 April 18 13:50 EDT 2024. Contains 371780 sequences. (Running on oeis4.)