login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A378654
Abundant numbers k for which A323910(k) = A378643(k).
0
162, 460, 784, 972, 1000, 1584, 1760, 1944, 4136, 4928, 6860, 11128, 30976
OFFSET
1,1
PROG
(PARI) is_A378654(n) = ((sigma(n)>2*n) && (A323910(n)==A378643(n)));
CROSSREFS
Subsequence of A005101.
Sequence in context: A085446 A274027 A206210 * A044985 A302283 A186844
KEYWORD
nonn,more
AUTHOR
Antti Karttunen, Dec 03 2024
STATUS
approved