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”).

Abundant numbers k for which A323910(k) = A378643(k).
0

%I #10 Dec 04 2024 10:16:58

%S 162,460,784,972,1000,1584,1760,1944,4136,4928,6860,11128,30976

%N Abundant numbers k for which A323910(k) = A378643(k).

%o (PARI) is_A378654(n) = ((sigma(n)>2*n) && (A323910(n)==A378643(n)));

%Y Cf. A103977, A323910, A378643.

%Y Subsequence of A005101.

%K nonn,more

%O 1,1

%A _Antti Karttunen_, Dec 03 2024