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!)
A108139 n to the power of the largest prime divisor of n. 0
4, 27, 16, 3125, 216, 823543, 64, 729, 100000, 285311670611, 1728, 302875106592253, 105413504, 759375, 256, 827240261886336764177, 5832, 1978419655660313589123979, 3200000 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
PROG
(PARI) xtobdiv(n) = \x to the power of largest prime divisor of x { local(z, v); for(x=2, n, v=Vec(factor(x)); z=v[1][length(v[1])]; print1(x^z", ") ) }
CROSSREFS
Sequence in context: A108138 A119361 A133482 * A351365 A200768 A176147
KEYWORD
easy,nonn
AUTHOR
Cino Hilliard, Jun 05 2005
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 25 10:51 EDT 2024. Contains 371967 sequences. (Running on oeis4.)