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!)
A176031 a(n) = n^rad(n) 3
1, 4, 27, 16, 3125, 46656, 823543, 64, 729, 10000000000, 285311670611, 2985984, 302875106592253, 11112006825558016, 437893890380859375, 256, 827240261886336764177, 34012224, 1978419655660313589123979 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
rad(n) is the product of the primes dividing n (A007947).
LINKS
FORMULA
a(n)= n^A007947(n).
EXAMPLE
a(1) = 1^1 = 1 ; a(2) = 2^2 = 4 ; a(3) = 3^3 = 27 ; a(4) = 4^2 = 16.
MAPLE
with(numtheory):for n from 1 to 200 do:t1:= ifactors(n)[2] : p :=mul(t1[i][1], i=1..nops(t1)):x:=n^p:print(x):od:
MATHEMATICA
Table[n^(Times @@ Transpose[FactorInteger[n]][[1]]), {n, 20}]
CROSSREFS
Cf. A007947.
Sequence in context: A351365 A200768 A176147 * A093845 A351747 A250095
KEYWORD
nonn,easy
AUTHOR
Michel Lagneau, Apr 06 2010
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)