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

A072611
Numbers k such that phi(k) divides sigma(k+1) - sigma(k).
1
1, 2, 6, 14, 30, 40, 70, 140, 170, 174, 206, 215, 238, 390, 459, 518, 923, 957, 1334, 1364, 1540, 1634, 2685, 2974, 4364, 5180, 5934, 6048, 6467, 6510, 6623, 8028, 8094, 8260, 8814, 12136, 12954, 14099, 14841, 15416, 16472, 17094, 17835, 17927, 18873
OFFSET
1,2
LINKS
FORMULA
Conjecture : Limit_{n -> infinity} log(a(n))/log(n) exists and = 2.6... .
MATHEMATICA
Select[Range[20000], Divisible[DivisorSigma[1, #+1]-DivisorSigma[1, #], EulerPhi[#]]&] (* Harvey P. Dale, Sep 15 2011 *)
CROSSREFS
Sequence in context: A063452 A009299 A330766 * A284023 A366542 A192966
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Aug 07 2002
STATUS
approved