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!)
A072195 Replace all prime factors p of n with n/p. 2
1, 1, 1, 4, 1, 6, 1, 64, 9, 10, 1, 144, 1, 14, 15, 4096, 1, 324, 1, 400, 21, 22, 1, 13824, 25, 26, 729, 784, 1, 900, 1, 1048576, 33, 34, 35, 46656, 1, 38, 39, 64000, 1, 1764, 1, 1936, 2025, 46, 1, 5308416, 49, 2500, 51, 2704, 1, 157464, 55, 175616, 57, 58, 1, 216000, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
For n>1: a(n)=1 iff n is prime.
LINKS
FORMULA
a(n) = n^(A001222(n)-1).
EXAMPLE
a(18) = a(2*3*3) = (18/2)*(18/3)*(18/3) = 9*6*6 = 324.
MATHEMATICA
pf[n_]:=Times@@(n/#&/@Flatten[Table[#[[1]], {#[[2]]}]&/@FactorInteger[ n]]); Array[pf, 70] (* Harvey P. Dale, Dec 11 2013 *)
CROSSREFS
Sequence in context: A344442 A316223 A087652 * A032310 A032220 A032145
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jul 02 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 March 19 04:58 EDT 2024. Contains 370952 sequences. (Running on oeis4.)