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!)
A249549 Conjectured largest number k not divisible by 10 such that k^k has exactly n distinct decimal digits. 0
2, 3, 6, 8, 7, 14, 15, 17, 34 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) a(n)=k=100; while((k&&#vecsort(digits(k^k), , 8)!=n)||k%10==0, k--); k
vector(9, n, a(n))
CROSSREFS
Sequence in context: A193909 A211603 A221956 * A193905 A127293 A355296
KEYWORD
nonn,base,fini,full
AUTHOR
Derek Orr, Oct 31 2014
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 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)