OFFSET
10,105
COMMENTS
Rotations with a leading digit of zero are omitted.
If d is the number of nonzero digits in n, a(n) < d.
LINKS
Doug Bell, Table of n, a(n) for n = 10..10000
EXAMPLE
a(13) = 0 because there is no fraction x/y such that 13 * x/y = 31, the only rotation of 13;
a(15) = 1 because 15 * 17/5 = 51, the only rotation 51;
a(114) = 2 because 114 * 47/38 = 141 and 114 * 137/38 = 411, both the rotations of 114.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Doug Bell, Jun 14 2017
STATUS
approved