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”).
%I #16 Dec 08 2023 12:31:39
%S 2,6,9,15,28,496,625,1225,3993,8128,117649,218491,857375,3788435,
%T 4259571,33550336,69302975,136410197,200533921,313742585,603439225,
%U 1516358753,2563893625,3326174929,5655792025,8589869056,10214476341
%N Numbers k such that A345048(k) is equal to A345049(k).
%C Numbers k for which A342001(n) * A051709(n) = A173557(n) * A345001(n).
%C Conjecture: Sequence is a disjoint union of A000396 and A166374, i.e., there are no terms of any other kind.
%H <a href="/index/O#opnseqs">Index entries for sequences where odd perfect numbers must occur, if they exist at all</a>.
%o (PARI) isA345051(n) = (0==A345050(n));
%Y Cf. A051709, A173557, A342001, A345001, A345048, A345049.
%Y Positions of zeros in A345050.
%Y Cf. A000396, A166374 (subsequences).
%Y Cf. also A345003.
%K nonn,more
%O 1,1
%A _Antti Karttunen_, Jun 06 2021
%E a(21)-a(27) from _Amiram Eldar_, Dec 08 2023