A373586 Numbers k for which A373149(k) is even, where A373149 is fully additive with a(2) = 1 and a(p) = prevprime(p) for odd primes p.
1, 3, 4, 9, 10, 12, 14, 16, 22, 25, 26, 27, 30, 34, 35, 36, 38, 40, 42, 46, 48, 49, 55, 56, 58, 62, 64, 65, 66, 74, 75, 77, 78, 81, 82, 85, 86, 88, 90, 91, 94, 95, 100, 102, 104, 105, 106, 108, 114, 115, 118, 119, 120, 121, 122, 126, 133, 134, 136, 138, 140, 142, 143, 144, 145, 146, 147, 152, 155, 158, 160, 161
Offset: 1
Keywords
Links
- Antti Karttunen, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
Select[Range[200], EvenQ[PrimeOmega[#] - IntegerExponent[#, 3]] &] (* Paolo Xausa, Dec 17 2024 *)
-
PARI
isA373586 = A373585;
Comments