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!)
A102253 Begin with 3, multiply each digit by 2. 0
3, 6, 12, 2, 4, 4, 8, 8, 16, 16, 2, 12, 2, 12, 4, 2, 4, 4, 2, 4, 8, 4, 8, 8, 4, 8, 16, 8, 16, 16, 8, 16, 2, 12, 16, 2, 12, 2, 12, 16, 2, 12, 4, 2, 4, 2, 12, 4, 2, 4, 4, 2, 4, 2, 12, 4, 2, 4, 8, 4, 8, 4, 2, 4, 8, 4, 8, 8, 4, 8, 4, 2, 4, 8, 4, 8, 16, 8, 16, 8, 4, 8, 16, 8, 16, 16, 8, 16, 8, 4, 8, 16, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
d*2, beginning with 3.
EXAMPLE
Read a(3)=12 which produces a(4)=2 because 1*2=2 and a(5)=4 because 2*2=4
Now read a(4)=2 which produces [a(5) is already written] a(6)=4 because 2*2=4.
MATHEMATICA
Flatten[ NestList[ Function[x, Flatten[ FromDigits /@ 2IntegerDigits[ x]]], 3, 14]] (* Robert G. Wilson v, Feb 21 2005 *)
CROSSREFS
Sequence in context: A348409 A348254 A356221 * A359799 A246210 A302784
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 23 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)