A295221 Numbers k such that 2*A243823(k) = k.
156, 190, 224, 286, 352, 416, 544, 578, 608, 736, 928, 992, 1184, 1312, 1376, 1504, 1696, 1888, 1952, 33555776, 33557824, 33558208, 33558464, 33558592, 33559616, 33560768, 33560896, 33562304, 33562432, 33563456, 33564992, 33567808, 33568448, 33568576, 33569216
Offset: 1
Keywords
Examples
a(1) = 156 since 2 * (A010846(156) + A000010(156) - 1) = 2 * (31 + 48 - 1) = 2 * 78 = 156.
Links
- Michael De Vlieger, Table of n, a(n) for n = 1..2886 (terms <= 36000000).
- Michael De Vlieger, Prime decomposition of terms in a(n).
Programs
-
Mathematica
Select[Range@ 3000, Function[n, 2 (n - (Count[Range@ n, ?(PowerMod[n, Floor@ Log2@ n, #] == 0 &)] + EulerPhi[n] - 1)) == n]] (* _Michael De Vlieger, Nov 17 2017 *)
Comments