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

Numbers k such that k and A276150(k) are both multiples of 3, where A276150 is the digit sum in the primorial base.
4

%I #9 Jun 20 2024 08:38:02

%S 0,9,18,27,33,42,51,66,75,84,90,99,108,117,123,132,141,156,165,174,

%T 180,189,198,207,213,222,231,246,255,264,270,279,288,297,303,312,321,

%U 336,345,354,360,369,378,387,393,402,411,426,435,444,450,459,468,477,483,492,501,516,525,534,540,549,558,567,573,582

%N Numbers k such that k and A276150(k) are both multiples of 3, where A276150 is the digit sum in the primorial base.

%C If x and y are terms and if A329041(x,y) = 1 (i.e., when adding x and y together will not generate any carries in the primorial base), then x+y is also a term. This follows from the quasi-exponential nature of A276086 and because A373837 is a multiplicative semigroup. See also A373599.

%H Antti Karttunen, <a href="/A373839/b373839.txt">Table of n, a(n) for n = 1..12000</a>

%H <a href="/index/Pri#primorialbase">Index entries for sequences related to primorial base</a>

%o (PARI) isA373839 = A373838;

%Y Intersection of A008585 and A373841.

%Y Indices of multiples of 3 in A373833.

%Y Cf. A276150, A329041, A373838 (characteristic function).

%Y Cf. also A373599, A373837.

%K nonn,base

%O 1,2

%A _Antti Karttunen_, Jun 19 2024