OFFSET
1,3
COMMENTS
See A293555 for comments, linked tables, and conjecture. - Michael De Vlieger, Nov 17 2017
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..110
MATHEMATICA
With[{s = Table[Count[Range@ n, _?(PowerMod[n, #, #] == 0 &)] - DivisorSigma[0, n], {n, 10^4}]}, Union@ FoldList[Max, s]] (* Michael De Vlieger, Oct 22 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Michael De Vlieger, Oct 22 2017
STATUS
approved