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!)
A113905 omega(n!) raised to the power of bigomega(n!). 0

%I #7 Aug 07 2022 15:47:06

%S 1,1,1,4,16,243,2187,65536,4194304,67108864,1073741824,152587890625,

%T 19073486328125,3656158440062976,131621703842267136,

%U 4738381338321616896,6140942214464815497216,3219905755813179726837607

%N omega(n!) raised to the power of bigomega(n!).

%C Sum of reciprocals converge to 3.317087986755007857557474300.. I found getting the 3 starting 1's interesting. 6 sequences begin with 1,1,1,4,16 and none begin with omegafactpowbigomegafact(n) = 1,1,1,4,16,243.

%F omega(x): number of distinct prime divisors of x. bigomega(x): number of prime divisors of x, counted with multiplicity.

%F a(n) = A000720(n)^A022559(n). - _Reinhard Zumkeller_, Feb 01 2006

%t Join[{1,1},PrimeNu[#]^PrimeOmega[#]&/@(Range[2,20]!)] (* _Harvey P. Dale_, Aug 07 2022 *)

%o (PARI) omegafactpowbigomegafact(n) = { local(x,a,b,s); s=0; for(x=0,n, a=omega(x!); b=bigomega(x!); s+=1./a^b; print1(a^b","); ); print(); print(s) }

%K easy,nonn

%O 0,4

%A _Cino Hilliard_, Jan 29 2006

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 03:05 EDT 2024. Contains 371782 sequences. (Running on oeis4.)