login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A117453 Perfect powers in more than one way. 3
1, 16, 64, 81, 256, 512, 625, 729, 1024, 1296, 2401, 4096, 6561, 10000, 14641, 15625, 16384, 19683, 20736, 28561, 32768, 38416, 46656, 50625, 59049, 65536, 83521, 104976, 117649, 130321, 160000, 194481, 234256, 262144, 279841, 331776, 390625 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

COMMENTS

Corresponding values of ways for a(n) in A175066(n) for n >= 2. [From Jaroslav Krizek, Jan 23 2010]

LINKS

Donovan Johnson, Table of n, a(n) for n = 1..10000

Eric Weisstein's World of Mathematics, Perfect Power

EXAMPLE

16 = 2^4 = 4^2

MATHEMATICA

s = Split@ Sort@ Flatten@ Table[ n^i, {n, 2, Sqrt@456975}, {i, 2, Log[n, 456975]}]; Union@ Flatten@ Select[s, Length@ # > 1 &] (* Robert G. Wilson v *)

CROSSREFS

Cf. A001597.

Sequence in context: A118902 A092210 A062320 * A039370 A129588 A043193

Adjacent sequences:  A117450 A117451 A117452 * A117454 A117455 A117456

KEYWORD

nonn

AUTHOR

Eric W. Weisstein, Mar 16, 2006

EXTENSIONS

More terms from Robert G. Wilson v, Apr 12 2006

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 18 09:08 EDT 2013. Contains 225419 sequences.