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

a(n) = A342001(A358764(n)).
1

%I #9 Jan 02 2023 16:48:29

%S 0,1,1,5,2,2,1,7,8,31,13,12,2,9,11,37,16,14,3,11,14,43,19,16,4,13,17,

%T 49,22,5,1,9,10,41,17,16,12,59,71,247,106,94,19,73,92,289,127,108,26,

%U 87,113,331,148,122,33,101,134,373,169,41,2,11,13,47,20,18,17,69,86,277,121,104,24,83,107

%N a(n) = A342001(A358764(n)).

%C Variant of A342002.

%H Antti Karttunen, <a href="/A359426/b359426.txt">Table of n, a(n) for n = 1..11550</a>

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

%o (PARI) A359426(n) = A342001(A358764(n)); \\ Uses the respective program from A342001 and A358764.

%Y Cf. A276086, A342001, A358764.

%Y Cf. also A342002.

%K nonn,base,look

%O 1,4

%A _Antti Karttunen_, Jan 02 2023