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!)
A071913 Smallest k such that A069624(k) = n. 1

%I #2 Mar 30 2012 17:30:44

%S 1,4,9,27,81,256,1024,4096,16384,78125,390625,1953125,10077696,

%T 60466176,362797056,2176782336,13841287201,96889010407,678223072849,

%U 4747561509943,35184372088832,281474976710656,2251799813685248

%N Smallest k such that A069624(k) = n.

%C All of entries shown are perfect powers.

%t a = Table[0, {15}]; Do[ b = Length[ Union[ Table[ Floor[n^(1/k)], {k, 2, 20}]]]; If[ a[[b]] == 0, a[[b]] = n], {n, 1, 10^6}]; a

%Y Cf. A069624.

%K nonn

%O 1,2

%A _Robert G. Wilson v_, Jun 14 2002

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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)