A373992 Numbers k such that A328768(k) is a multiple of 3, where A328768 is the first primorial based variant of arithmetic derivative.
0, 1, 5, 7, 8, 9, 11, 13, 17, 18, 19, 23, 25, 27, 29, 31, 35, 36, 37, 40, 41, 43, 45, 47, 49, 53, 54, 55, 56, 59, 61, 63, 64, 65, 67, 71, 72, 73, 77, 79, 81, 83, 85, 88, 89, 90, 91, 95, 97, 99, 101, 103, 104, 107, 108, 109, 113, 115, 117, 119, 121, 125, 126, 127, 131, 133, 135, 136, 137, 139, 143, 144, 145, 149
Offset: 1
Links
Crossrefs
Programs
-
Mathematica
Select[Range[0, 150], Divisible[#, 9] || (!Divisible[#, 3] && Divisible[IntegerExponent[#, 2], 3]) &] (* Amiram Eldar, Jun 28 2024 *)
-
PARI
isA373992 = A373991;
Comments