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

A356317
Numbers k such that k does not divide the least j >= k for which k and A276086(j) are coprime, where A276086 is the primorial base exp-function.
3
9, 20, 21, 25, 27, 33, 39, 40, 45, 49, 50, 51, 55, 56, 57, 63, 69, 75, 80, 81, 84, 85, 87, 91, 93, 98, 99, 100, 110, 111, 112, 115, 117, 119, 123, 126, 129, 130, 133, 135, 140, 141, 145, 147, 153, 159, 160, 161, 165, 168, 170, 171, 175, 177, 182, 183, 189, 190, 195, 196, 200, 201, 203, 205, 207, 213, 219, 220, 225
OFFSET
1,1
COMMENTS
Numbers k such that k does not divide A356309(k).
PROG
(PARI) isA356317(n) = !A356315(n);
CROSSREFS
Subsequence of A324584.
Positions of 0's in A356315.
Cf. A276086, A356309, A356316 (complement), A356319 (subsequence).
Sequence in context: A205150 A378229 A236205 * A356319 A050682 A094196
KEYWORD
nonn
AUTHOR
Antti Karttunen, Nov 04 2022
STATUS
approved