A136133 Integer log of harmonic numbers.
0, 1, 6, 3, 125, 5, 9, 743, 7105, 59, 925, 500, 943, 2118, 41214, 8415, 1138949, 39515, 7440381, 11166954, 18857978, 254, 584522, 467664, 312408461, 34395742156, 218280, 375035124, 4990290103, 28025, 2667653736605, 913550, 199539368422
Offset: 0
Programs
-
Mathematica
sopfr = Function[x, Plus @@ Map[Times @@ # &, FactorInteger[x]]]; sopfr /@ HarmonicNumber[Range[40]]
Comments