OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
Eric Weisstein's World of Mathematics, Multiplicative Order.
Wikipedia, Multiplicative order.
EXAMPLE
109 is a term since the multiplicative orders of 2 modulo 109 and modulo 111 are both equal to 36.
MATHEMATICA
Select[Range[1, 10^4, 2], MultiplicativeOrder[2, #] == MultiplicativeOrder[2, # + 2] &]
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Apr 03 2020
STATUS
approved