A118063 Denominator of Sum_{i=1..n} 1/(t(i)^t(i)) where t(i) = i-th 3-almost prime.
16777216, 4458050224128, 1259085058409489202413568, 15738563230118615030169600000000000000000000, 46496637333593157266125580467610571799579852800000000000000000000
Offset: 1
Examples
a(2) = 4458050224128 because (1/A014612(1)^A014612(1)) + (1/A014612(2)^A014612(2))= (1/(8^8)) + (1/(12^12)) = (1/16777216) + (1/8916100448256) = 265721/4458050224128.
Programs
-
Mathematica
Accumulate[1/#^#&/@Select[Range[30],PrimeOmega[#]==3&]]//Denominator (* Harvey P. Dale, Apr 05 2020 *)
Comments