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

A293556
Records in A243822.
2
0, 1, 2, 4, 10, 11, 14, 15, 16, 20, 21, 29, 52, 61, 64, 72, 91, 99, 100, 121, 142, 151, 156, 251, 263, 281, 290, 334, 347, 404, 415, 441, 455, 503, 519, 521, 581, 595, 627, 645, 695, 1097, 1160, 1189, 1193, 1221, 1242, 1430, 1501, 1535, 1683, 1760, 1849, 2048
OFFSET
1,3
COMMENTS
See A293555 for comments, linked tables, and conjecture. - Michael De Vlieger, Nov 17 2017
LINKS
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