OFFSET
1,1
COMMENTS
These numbers m are a subset of the {A182297} Wieferich numbers (2).
All known numbers m are composite. A prime p satisfies this inequality if and only if the order of 2 mod p^3 is the order of 2 mod p, which is equivalent to p^3 dividing 2^(p-1)-1, but no such prime p are known (as opposed to the A001220 Wieferich primes).
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
FORMULA
MATHEMATICA
okQ[m_] := MultiplicativeOrder[2, m^3] < m*MultiplicativeOrder[2, m^2]; Select[Range[1, 9999, 2], okQ] (* Jean-François Alcover, Dec 10 2015 *)
PROG
(PARI) is(m)=m%2 && znorder(Mod(2, m^3)) < m*znorder(Mod(2, m^2))
CROSSREFS
KEYWORD
nonn
AUTHOR
Thomas Ordowski and Charles R Greathouse IV, Feb 11 2014
STATUS
approved