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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A108138 n to the power of the smallest prime divisor of n. 0
4, 27, 16, 3125, 36, 823543, 64, 729, 100, 285311670611, 144, 302875106592253, 196, 3375, 256, 827240261886336764177, 324, 1978419655660313589123979, 400, 9261, 484, 20880467999847912034355032910567, 576, 9765625, 676, 19683, 784 (list; graph; refs; listen; history; internal format)
OFFSET

2,1

PROG

(PARI) xtosdiv(n) = \x to the power of smallest prime divisor of x <= n { local(z); for(x=2, n, y=Vec(factor(x)); z=x^y[1][1]; print1(z", ") ) }

CROSSREFS

Sequence in context: A125723 A094543 A136511 * A119361 A133482 A108139

Adjacent sequences:  A108135 A108136 A108137 * A108139 A108140 A108141

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jun 05 2005

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 February 16 04:47 EST 2012. Contains 205860 sequences.