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 #7 Jun 18 2024 10:01:44
%S 0,2,4,13,15,17,18,20,22,31,33,35,36,38,40,49,51,53,54,56,58,67,69,71,
%T 72,74,76,85,87,89,90,92,94,103,105,107,108,110,112,121,123,125,126,
%U 128,130,139,141,143,144,146,148,157,159,161,162,164,166,175,177,179,180,182,184,193,195,197,198,200,202,217
%N Numbers k such that the sum of prime factors (with multiplicity) of A276086(k) is a multiple of 3, where A276086 is the primorial base exp-function.
%H Antti Karttunen, <a href="/A373602/b373602.txt">Table of n, a(n) for n = 1..20020</a>
%H <a href="/index/Pri#primorialbase">Index entries for sequences related to primorial base</a>
%o (PARI) isA373602 = A373601;
%Y Positions of multiples of 3 in A373600.
%Y Cf. A002476, A003627, A276086, A373601 (characteristic function).
%K nonn
%O 1,2
%A _Antti Karttunen_, Jun 18 2024