A347877 Numbers k for which A003415(sigma(k)) is odd.
2, 4, 5, 9, 10, 13, 16, 17, 20, 25, 26, 29, 32, 34, 37, 40, 41, 45, 52, 53, 58, 61, 64, 68, 72, 73, 74, 80, 82, 89, 90, 97, 98, 101, 104, 106, 109, 113, 116, 117, 122, 128, 136, 137, 146, 148, 149, 153, 157, 160, 162, 164, 173, 178, 180, 181, 193, 194, 196, 197, 200, 202, 208, 212, 218, 226, 229, 232, 233, 234
Offset: 1
Keywords
Links
- Antti Karttunen, Table of n, a(n) for n = 1..20000
Crossrefs
Programs
-
Mathematica
ad[1] = 0; ad[n_] := n * Total@(Last[#]/First[#]& /@ FactorInteger[n]); Select[Range[234], OddQ[ad[DivisorSigma[1, #]]] &] (* Amiram Eldar, Sep 19 2021 *)
Formula
For all n >= 1, A349909(a(n)) = n. - Antti Karttunen, Feb 23 2022
Comments