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!)
A075433 Perfect powers pp(n) with perfect power index n. 0
1, 9, 32, 36, 128, 324, 361, 529, 729, 1444, 2401, 3969, 6400, 9261, 10000, 10609, 13689, 19321, 26569, 32761, 35721, 42025, 47089, 61009, 77841, 87025, 97336, 120409, 147456, 177241, 199809, 214369, 255025, 302500, 357604, 417316, 485809 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
9 is OK because pp(4)=9 and 4 is itself pp.
MATHEMATICA
pp = Select[ Range[10^7], Apply[GCD, Last[ Transpose[ FactorInteger[ # ]]]] > 1 &]; pp[[ Take[pp, {1, 37}]]]
CROSSREFS
Sequence in context: A048547 A351713 A141573 * A018833 A130510 A120498
KEYWORD
easy,nonn
AUTHOR
Zak Seidov, Oct 11 2002
EXTENSIONS
Edited and extended by Robert G. Wilson v, Oct 14 2002
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 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)