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 #9 Dec 05 2024 21:49:46
%S 748,7544,10184,56816,61904,62416,66928,69488,73616,102416,195316,
%T 292604,297908,342225,394144,517024,543968,640096,682592,776096,
%U 955424,1047392,1088288,2081824,2154584,2227616,3239744,3414848,3593792,3839296,3921856,3963968,4082368,4114624,4130624,4147648,4181696,4280768,4315072
%N Numbers that are primitive non-deficient, but not primitive Zumkeller.
%H Antti Karttunen, <a href="/A378656/b378656.txt">Table of n, a(n) for n = 1..50</a>
%F {k such that A341619(k) = 1 and A378537(k) = 0}.
%o (PARI) is_A378656(n) = (A341619(n) && !A378537(n));
%Y Sequence A006039 without any terms of A180332.
%Y Setwise difference A378538 \ A378657.
%Y Subsequence of A376879.
%Y Cf. A341619, A378537.
%K nonn,new
%O 1,1
%A _Antti Karttunen_, Dec 05 2024