OFFSET
1,3
COMMENTS
See A292867 for comments, linked tables, and conjectures. - Michael De Vlieger, Nov 17 2017
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..1500
EXAMPLE
First 20 terms and their positions b(n) in A243823:
n a(n) b(n)
-------------
1 0 1
2 1 8
3 3 14
4 4 16
5 5 20
6 6 22
7 8 26
8 9 28
9 11 32
10 13 38
11 14 40
12 16 44
13 17 46
14 18 48
15 19 50
16 20 52
17 21 54
18 22 56
19 23 58
20 25 62
MATHEMATICA
Union@ FoldList[Max, Table[Count[Range[4, n - 2], _?(Nor[CoprimeQ[#, n], PowerMod[n, Floor@ Log2@ n, #] == 0] &)], {n, 312}]] (* Michael De Vlieger, Oct 02 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Michael De Vlieger, Oct 02 2017
STATUS
approved