OFFSET
1,2
COMMENTS
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..108
Michael De Vlieger, Relationships between A244052, A294492, and A300156.
EXAMPLE
MATHEMATICA
With[{s = Table[Count[Range[n], _?(PowerMod[n, Floor@ Log2@ n, #] == 0 &)] - 2 DivisorSigma[0, n], {n, 10^3}]}, Map[FirstPosition[s, #][[1]] &, Union@ FoldList[Max, s]]]
CROSSREFS
KEYWORD
nonn
AUTHOR
Michael De Vlieger, Feb 26 2018
STATUS
approved