A118056 Denominator of Sum_{i=1..n} 1/(s(i)^s(i)) where s(i) = i-th semiprime.
256, 186624, 99179645184, 3874204890000000000, 42041202325478752505760000000000, 131378757267121101580500000000000000, 2921293509192991260690562210500000000000000, 60877138794045118308172632628761960350250724033554048000000000000000
Offset: 1
Examples
a(2) = 186624 because (1/semiprime(1)^semiprime(1)) + (1/semiprime(2)^semiprime(2))= (1/256) + (1/46656) = 733/186624.
Programs
-
Mathematica
Denominator[Accumulate[1/#^#&/@Select[Range[30],PrimeOmega[#]==2&]]] (* Harvey P. Dale, Feb 15 2012 *)
Formula
Extensions
Corrected by Harvey P. Dale, Feb 15 2012
Comments