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

A373488
Nonprime natural numbers k such that A276085(k) is a multiple of A003415(k), where A003415 is the arithmetic derivative and A276085 is the primorial base log-function.
4
1, 10, 15, 28, 35, 91, 143, 155, 161, 187, 203, 209, 215, 221, 295, 299, 319, 323, 329, 341, 371, 377, 391, 403, 437, 515, 538, 559, 581, 611, 649, 667, 689, 703, 707, 731, 779, 803, 851, 869, 893, 899, 901, 923, 979, 989, 1037, 1073, 1081, 1121, 1139, 1147, 1189, 1199, 1207, 1219, 1261, 1363, 1391, 1403, 1457, 1498
OFFSET
1,2
COMMENTS
Nonsquarefree terms are rare: only 3 less than 2^20: 28, 33212, 855523.
LINKS
PROG
(PARI) isA373488(n) = (!isprime(n) && A373486(n));
CROSSREFS
Setwise difference A373487 \ A000040.
Sequence in context: A051990 A246447 A254362 * A182427 A171956 A271743
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jun 09 2024
STATUS
approved