OFFSET
1,5
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..10000
EXAMPLE
1/10 = 0.1249724972497... has period 4 in duodecimal, so a(10) = 4.
1/23 = 0.0631694842106316948421... has period 11 in duodecimal, so a(23) = 11.
MATHEMATICA
a246004[n_Integer] :=
Table[Length[RealDigits[1/i, 12][[1, -1]]], {i,
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Eric Chen, Nov 13 2014
STATUS
approved