The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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

%I #6 Nov 04 2014 22:41:47

%S 2,3,6,8,7,14,15,17,34

%N Conjectured largest number k not divisible by 10 such that k^k has exactly n distinct decimal digits.

%o (PARI) a(n)=k=100;while((k&&#vecsort(digits(k^k),,8)!=n)||k%10==0,k--);k

%o vector(9,n,a(n))

%K nonn,base,fini,full

%O 1,1

%A _Derek Orr_, Oct 31 2014

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 May 23 11:42 EDT 2024. Contains 372760 sequences. (Running on oeis4.)