OFFSET
1,2
COMMENTS
All terms are evidently multiples of 7: 7, 14, ..., 63. Is the sequence periodic? Some repeating patterns are obvious, e.g., 63, 7, 28, 35, 42, but no cycle appears.
MATHEMATICA
ss=s={1}; Do[d=7s[[i]]; AppendTo[ss, d]; s=Flatten[{s, IntegerDigits[d]}], {i, 200}]; ss
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Zak Seidov, Mar 09 2006
STATUS
approved