OFFSET
1,1
COMMENTS
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
9675 is odd, 9675 = 3^2 * 5^2 * 43: omega=3, Omega=5, sopf=3+5+43=51, sopfr=3+3+5+5+43=59 and SumOfDigits=9+6+7+5=27, therefore 9675 is a term.
MATHEMATICA
odQ[n_]:=And@@OddQ[{PrimeOmega[n], Total[IntegerDigits[n]], Total[ Transpose[ FactorInteger[n]][[1]]]}]; Select[Range[1, 501, 2], odQ] (* Harvey P. Dale, Jan 09 2014 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, Jun 27 2003
STATUS
approved