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

A378537
Characteristic function for primitive Zumkeller numbers.
6
0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0
OFFSET
1
COMMENTS
Differs from A341619 at n = 748, 7544, 8228, 10184, ..., A378538.
FORMULA
a(n) = [A083206(n) > 0 and A083206(n) = A378446(n)], where [ ] is the Iverson bracket.
a(n) <= A179527(n).
a(n) <= A378539(n).
PROG
(PARI)
A378446(n) = sumdiv(n, d, A083206(d));
A378537(n) = (A083206(n) && (A083206(n)==A378446(n)));
(PARI) A378537(n) = if(!A179527(n), 0, fordiv(n, d, if(d<n && A179527(d), return(0))); (1));
CROSSREFS
Characteristic function of A180332.
Cf. also A378454.
Sequence in context: A378529 A378448 A341619 * A302049 A373383 A078926
KEYWORD
nonn,new
AUTHOR
Antti Karttunen, Dec 02 2024
STATUS
approved