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

A339963
Numbers k such that gcd(k+1, sigma(k)) is 2.
3
21, 33, 45, 57, 69, 85, 93, 105, 117, 129, 133, 141, 145, 153, 165, 177, 201, 205, 213, 217, 237, 249, 253, 261, 265, 273, 285, 297, 301, 309, 321, 325, 333, 345, 357, 369, 381, 385, 393, 405, 417, 429, 445, 453, 465, 469, 477, 481, 489, 493, 501, 505, 513, 517, 525, 537, 549, 553, 561, 565, 573, 585, 597, 621
OFFSET
1,1
PROG
(PARI) isA339963(n) = (2==gcd(sigma(n), n+1));
CROSSREFS
Positions of 2's in A339964.
Cf. also A339968.
Sequence in context: A260730 A119973 A279229 * A141249 A026068 A217263
KEYWORD
nonn
AUTHOR
Antti Karttunen, Dec 25 2020
STATUS
approved