A063971 Values of n for which A013939(n)/n is an integer.
1, 6, 7, 8, 9, 455, 457, 458, 459, 461, 8167302, 8167314, 8167315, 8167316, 8167328, 8167330, 8167335, 8167336, 8167346, 8167347, 8167348, 8167350, 8167351, 8167352, 8167410, 8167413
Offset: 1
Keywords
Programs
-
Mathematica
s = 0; Do[s = s + Length[FactorInteger[n]]; If[IntegerQ[s/n], Print[n]], {n, 1, 10000000}]
Extensions
More terms from Robert G. Wilson v, Sep 19 2001
Comments