OFFSET
1,1
COMMENTS
Any even term of A332216 must occur also in this sequence.
EXAMPLE
a(n) -> sigma(a(n)) -> A156552(sigma(a(n)))
2 = 2^1 * 1^2 -> 3 = 3^1 -> 2 = 2^1 * 1^1,
162 = 2^1 * 3^4 -> 363 = 3^1 * 11^2 -> 98 = 2^1 * 7^2,
441 = 3^2 * 7^2 -> 741 = 3^1 * 13^1 * 19^1 -> 578 = 2^1 * 17^2,
2704 = 2^4 * 13^2 -> 5673 = 3^1 * 31^1 * 61^1 -> 526338 = 2^1 * 3^6 * 19^2,
4225 = 5^2 * 13^2 -> 5673 = 3^1 * 31^1 * 61^1 -> 526338 = 2^1 * 3^6 * 19^2,
and
275194921 = 53^2 * 313^2 -> 281384229 = 3^1 * 7^1 * 181^2 * 409^1 -> 9671406556943421676716050 = 2^1 * 5^2 * 7^2 * 62829235873^2.
MATHEMATICA
Select[Range@ 5000, And[IntegerQ[#], OddQ[#]] &@ Sqrt[#/2] &@ Floor@ Total@ Flatten@ MapIndexed[#1 2^(#2 - 1) &, Flatten[Table[2^(PrimePi@ #1 - 1), {#2}] & @@@ FactorInteger@ DivisorSigma[1, #]]] &] (* Michael De Vlieger, Feb 12 2020 *)
PROG
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Antti Karttunen, Feb 11 2020
STATUS
approved