OFFSET
1,1
COMMENTS
Practical numbers without any squares or twice squares.
LINKS
Antti Karttunen, Table of n, a(n) for n = 1..10000
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
KEYWORD
nonn,new
AUTHOR
Antti Karttunen and David A. Corneth, Dec 02 2024
STATUS
approved