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!)
A102259 Begin with 5, multiply each digit by 2, separate the digits. 0
5, 1, 0, 2, 0, 4, 0, 8, 0, 1, 6, 0, 2, 1, 2, 0, 4, 2, 4, 0, 8, 4, 8, 0, 1, 6, 8, 1, 6, 0, 2, 1, 2, 1, 6, 2, 1, 2, 0, 4, 2, 4, 2, 1, 2, 4, 2, 4, 0, 8, 4, 8, 4, 2, 4, 8, 4, 8, 0, 1, 6, 8, 1, 6, 8, 4, 8, 1, 6, 8, 1, 6, 0, 2, 1, 2, 1, 6, 2, 1, 2, 1, 6, 8, 1, 6, 2, 1, 2, 1, 6, 2, 1, 2, 0, 4, 2, 4, 2, 1, 2, 4, 2, 4, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
Read a(1)=5 which produces, doing 5*2=10 ["1" & "0"], a(2)=1 & a(3)=0.
Now read a(2)=1 which produces [a(3) is already written] a(4)=2 because 1*2=2.
Now read a(3)=0 which produces [a(4) is already written] a(5)=0 because 0*2=0.
MATHEMATICA
Flatten[ NestList[ Function[x, Flatten[ IntegerDigits[2IntegerDigits[ x]]]], 5, 14]] (* Robert G. Wilson v, Feb 21 2005 *)
CROSSREFS
Sequence in context: A102365 A269945 A322013 * A021200 A265301 A019904
KEYWORD
base,easy,nonn
AUTHOR
EXTENSIONS
More terms from Robert G. Wilson v, Feb 21 2005
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 April 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)