login
A084339
7*n digit-reversed mod 7.
7
6, 5, 5, 4, 3, 3, 2, 1, 0, 0, 6, 5, 5, 4, 1, 1, 5, 2, 6, 6, 3, 0, 0, 4, 1, 1, 5, 1, 5, 5, 2, 6, 6, 3, 0, 0, 4, 1, 5, 5, 2, 5, 5, 2, 6, 6, 3, 0, 4, 4, 1, 5, 5, 2, 6, 6, 2, 6, 3, 3, 0, 4, 4, 1, 5, 5, 2, 6, 3, 3, 6, 3, 3, 0, 4, 4, 1, 5, 2, 2, 6, 3, 3, 0, 3, 3, 0, 4, 1, 1, 5, 2, 2, 6, 3, 3, 0, 4, 0, 0, 4, 1, 1, 5, 2
OFFSET
2,1
COMMENTS
Unlike the cases 2, 4, 5 and 6 there is no clear pattern.
MATHEMATICA
Table[Mod[IntegerReverse[7n], 7], {n, 2, 110}] (* Harvey P. Dale, Aug 29 2023 *)
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
Amarnath Murthy and Meenakshi Srikanth (menakan_s(AT)yahoo.com), May 26 2003
EXTENSIONS
More terms from Ray Chandler, May 27 2003
STATUS
approved