OFFSET
2,7
EXAMPLE
In base 2, 1/111_2 = 0.001001001001 ..., where 111_2 = 7; the periodic part is 0 0 1, so these form the first three digits. The periodic portions in the next few bases are 010212 (base 3), 021 (base 4), etc.
Array begins:
0, 0, 1;
0, 1, 0, 2, 1, 2;
0, 2, 1;
0, 3, 2, 4, 1, 2;
0, 5;
...
CROSSREFS
KEYWORD
nonn,base,tabf
AUTHOR
Stephen K. Johnson, Jan 17 2003
EXTENSIONS
More terms from Sean A. Irvine, Aug 16 2025
STATUS
approved
