The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A115589 Multiply first digit by k, append result to sequence; multiply second digit by k, append result to sequence; multiply third digit by k, append result to sequence; etc. a(1)=1, k=7 case. 0
1, 7, 49, 28, 63, 14, 56, 42, 21, 7, 28, 35, 42, 28, 14, 14, 7, 49, 14, 56, 21, 35, 28, 14, 14, 56, 7, 28, 7, 28, 49, 28, 63, 7, 28, 35, 42, 14, 7, 21, 35, 14, 56, 7, 28, 7, 28, 35, 42, 49, 14, 56, 49, 14, 56, 28, 63, 14, 56, 42, 21, 49, 14, 56, 21, 35, 28, 14, 7, 28, 49, 14, 7, 21 (list; graph; refs; listen; history; text; internal format)
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.
LINKS
MATHEMATICA
ss=s={1}; Do[d=7s[[i]]; AppendTo[ss, d]; s=Flatten[{s, IntegerDigits[d]}], {i, 200}]; ss
CROSSREFS
Cf. A115425.
Sequence in context: A192897 A317014 A330329 * A014390 A043070 A083930
KEYWORD
nonn,base
AUTHOR
Zak Seidov, Mar 09 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 18 13:50 EDT 2024. Contains 372630 sequences. (Running on oeis4.)