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

A067244
Numbers k such that phi(k) divides (sigma(k+1) + sigma(k-1)).
1
2, 3, 4, 6, 32, 34, 54, 55, 58, 70, 84, 133, 141, 221, 285, 322, 377, 407, 472, 664, 684, 988, 1149, 1241, 1505, 1911, 1978, 2230, 2590, 2631, 2906, 2912, 3498, 6111, 6579, 7232, 8559, 11194, 13181, 13952, 15323, 15409, 15564, 17362, 18215, 18754, 22328
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[23000], Divisible[DivisorSigma[1, #-1]+DivisorSigma[1, #+1], EulerPhi[#]]&] (* Harvey P. Dale, Oct 04 2016 *)
CROSSREFS
Sequence in context: A065199 A249156 A033179 * A084811 A051856 A135236
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Feb 20 2002
STATUS
approved