A351538 Numbers k such that both k and sigma(k) are congruent to 2 modulo 4 and the 3-adic valuation of sigma(k) is exactly 1.
26, 74, 122, 146, 194, 218, 234, 314, 362, 386, 458, 482, 554, 626, 650, 666, 674, 698, 746, 794, 818, 842, 866, 914, 1082, 1098, 1154, 1202, 1226, 1314, 1322, 1346, 1418, 1466, 1514, 1538, 1658, 1706, 1746, 1754, 1850, 1874, 1962, 1994, 2018, 2042, 2066, 2106, 2138, 2186, 2234, 2258, 2306, 2402, 2426, 2474, 2498
Offset: 1
Keywords
Links
Crossrefs
Programs
-
PARI
isA351538(n) = if(!(2==(n%4)),0, my(s=sigma(n)); (2 == (s%4)) && (1==valuation(s,3)));
Formula
a(n) = 2 * A351537(n).
Comments