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 #8 Nov 10 2024 21:46:18
%S 1,9,12,15,16,20,21,25,28,33,35,39,44,49,51,52,55,57,65,68,69,76,77,
%T 81,85,87,91,92,93,95,108,111,115,116,119,121,123,124,129,133,135,141,
%U 143,144,145,148,155,159,161,164,169,172,174,177,180,183,185,187,188,189,192,201,203,205,209,212,213,215,217,219
%N Numbers k such that A276085(k) has at least one divisor of the form p^p, where A276085 is fully additive with a(p) = p#/p.
%C Numbers k for which A276085(k) is in A100716.
%C 1 is included as A276085(1) = 0, which is a multiple of all numbers of the form p^p.
%C Differs from A369002 for the first at a(53) = 174, the value which is not present at A369002.
%H Antti Karttunen, <a href="/A377873/b377873.txt">Table of n, a(n) for n = 1..10000</a>
%o (PARI) isA377873(n) = !A377868(n);
%Y Cf. A100716, A276085, A377868, A377869 (complement).
%Y Subsequences: A369002, A377872.
%K nonn
%O 1,2
%A _Antti Karttunen_, Nov 10 2024