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!)
A062509 a(n) = n^omega(n). 3
1, 2, 3, 4, 5, 36, 7, 8, 9, 100, 11, 144, 13, 196, 225, 16, 17, 324, 19, 400, 441, 484, 23, 576, 25, 676, 27, 784, 29, 27000, 31, 32, 1089, 1156, 1225, 1296, 37, 1444, 1521, 1600, 41, 74088, 43, 1936, 2025, 2116, 47, 2304, 49, 2500, 2601, 2704, 53, 2916 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Not always equal to product of unitary divisors of n [compare with A061537]. This deviates from A061537 at 30, 42, 60, 66, etc.
LINKS
FORMULA
a(n) = Sum_{d|n} tau(d^n)*mu(n/d). - Ridouane Oudra, Sep 17 2022
EXAMPLE
n=30: a(30) = 30^3 = 27000;
n=72: a(72) = 72^2 = 5184.
MATHEMATICA
Table[n^PrimeNu[n], {n, 60}] (* Harvey P. Dale, Jan 14 2013 *)
PROG
(PARI) a(n)={n^omega(n)} \\ Harry J. Smith, Aug 08 2009
(Haskell)
a062509 n = n ^ a001221 n -- Reinhard Zumkeller, Sep 13 2013
CROSSREFS
Sequence in context: A124128 A286902 A037401 * A061537 A306329 A274029
KEYWORD
nonn
AUTHOR
Labos Elemer, Jul 13 2001
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 19 11:31 EDT 2024. Contains 371792 sequences. (Running on oeis4.)