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

A292868
Records in A243823.
2
0, 1, 3, 4, 5, 6, 8, 9, 11, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 31, 32, 35, 36, 38, 39, 40, 45, 46, 52, 53, 54, 55, 58, 60, 62, 68, 74, 78, 79, 85, 90, 98, 104, 108, 119, 120, 123, 126, 128, 135, 136, 142, 144, 146, 153, 158, 164, 166, 171, 176
OFFSET
1,3
COMMENTS
See A292867 for comments, linked tables, and conjectures. - Michael De Vlieger, Nov 17 2017
LINKS
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