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!)
A176029 a(n)= n^Omega(n). 18

%I #13 May 24 2021 18:26:26

%S 1,2,3,16,5,36,7,512,81,100,11,1728,13,196,225,65536,17,5832,19,8000,

%T 441,484,23,331776,625,676,19683,21952,29,27000,31,33554432,1089,1156,

%U 1225,1679616,37,1444,1521,2560000,41,74088,43,85184,91125,2116,47

%N a(n)= n^Omega(n).

%H Reinhard Zumkeller, <a href="/A176029/b176029.txt">Table of n, a(n) for n = 1..10000</a>

%F a(n) = n^A001222(n).

%e a(1) = 1^0 = 1 ; a(2) = 2^1 = 2 ; a(3) = 3^1 = 3 ; a(4) = 4^2 = 16 ; a(12) = 12^3 = 1728.

%p A176029 := proc(n)

%p n^numtheory[bigomega](n) ;

%p end proc: # _R. J. Mathar_, Jul 08 2012

%t Array[ #^Plus @@ Last /@ FactorInteger[ # ] &, 105]

%t PrimeOmega[Range[120]] (* Jul 07 2012 *)

%Y Cf. A001222, A167746.

%K nonn,easy

%O 1,2

%A _Michel Lagneau_, Apr 06 2010, corrected Jul 07 2012

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 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)