login
A378541
Practical numbers whose sum of divisors is even.
3
6, 12, 20, 24, 28, 30, 40, 42, 48, 54, 56, 60, 66, 78, 80, 84, 88, 90, 96, 104, 108, 112, 120, 126, 132, 140, 150, 156, 160, 168, 176, 180, 192, 198, 204, 208, 210, 216, 220, 224, 228, 234, 240, 252, 260, 264, 270, 272, 276, 280, 294, 300, 304, 306, 308, 312, 320, 330, 336, 340, 342, 348, 352, 360, 364, 368, 378, 380
OFFSET
1,1
COMMENTS
Practical numbers without any squares or twice squares.
LINKS
EXAMPLE
20 is in the sequence as it is practical (every number from 1 through sigma(20) = 42 can be written as the sum of some distinct divisors of 20) and sigma(20) = 42 is even.
21 is not in the sequence as it is not practical.
PROG
(PARI) isA378541 = A378540;
CROSSREFS
Intersection of A005153 and A028983.
Setwise difference A083207 \ A353061.
Cf. A378540 (characteristic function).
Sequence in context: A345919 A246198 A083207 * A378599 A370205 A396381
KEYWORD
nonn
AUTHOR
STATUS
approved