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!)
A182685 a(n) = the smallest n-digit number with exactly 13 divisors, a(n) = 0 if no such number exists. 2
0, 0, 0, 4096, 0, 531441, 0, 0, 244140625, 0, 13841287201, 0, 3138428376721, 23298085122481, 582622237229761, 2213314919066161, 21914624432020321, 353814783205469041, 6582952005840035281, 22563490300366186081 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
a(n) = the smallest n-digit number of the form p^12 (p = prime), a(n) = 0 if no such number exists.
LINKS
FORMULA
A000005(a(n)) = 13.
a(n) = A182686(n) for n <= 17.
MAPLE
A055642 := proc(n) max(1, ilog10(n)+1) ; end proc:
A182685 := proc(n) for i from 1 do p := ithprime(i)^12 ; if A055642(p) > n then return 0 ; elif A055642(p) = n then return p; end if; end do: end proc:
CROSSREFS
Sequence in context: A069439 A212935 A076154 * A182686 A369823 A176768
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 August 10 16:44 EDT 2024. Contains 375058 sequences. (Running on oeis4.)