OFFSET
1,3
COMMENTS
Nonzero terms of A084680.
REFERENCES
J. W. L. Glaisher, On circulating decimals, Proc. Camb. Phil. Soc., 3 (1878), 185-206.
D. H. Lehmer, Guide to Tables in the Theory of Numbers. Bulletin No. 105, National Research Council, Washington, DC, 1941, pp. 7-12.
N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Jinyuan Wang, Table of n, a(n) for n = 1..10000
Eric Weisstein's World of Mathematics, Decimal Expansion.
Eric Weisstein's World of Mathematics, Exponent.
Eric Weisstein's World of Mathematics, Multiplicative Order
Chai Wah Wu, Pigeonholes and repunits, Amer. Math. Monthly, 121 (2014), 529-533.
FORMULA
MATHEMATICA
Reap[ Do[ If[ CoprimeQ[n, 10], Sow[ MultiplicativeOrder[10, n]]], {n, 1, 150}]][[2, 1]] (* Jean-François Alcover, Nov 07 2012 *)
PROG
(PARI) do(lim)=my(v=List()); for(n=1, lim, if(gcd(n, 10)==1, listput(v, znorder(Mod(10, n))))); Vec(v) \\ Charles R Greathouse IV, Jun 21 2017
CROSSREFS
KEYWORD
nonn,base,nice,easy
AUTHOR
EXTENSIONS
a(1) = 1 inserted by Jinyuan Wang, Jun 14 2021
STATUS
approved