login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A102257
Begin with 3, multiply each digit by 2, separate the digits.
0
3, 6, 1, 2, 2, 4, 4, 8, 8, 1, 6, 1, 6, 2, 1, 2, 2, 1, 2, 4, 2, 4, 4, 2, 4, 8, 4, 8, 8, 4, 8, 1, 6, 8, 1, 6, 1, 6, 8, 1, 6, 2, 1, 2, 1, 6, 2, 1, 2, 2, 1, 2, 1, 6, 2, 1, 2, 4, 2, 4, 2, 1, 2, 4, 2, 4, 4, 2, 4, 2, 1, 2, 4, 2, 4, 8, 4, 8, 4, 2, 4, 8, 4, 8, 8, 4, 8, 4, 2, 4, 8, 4, 8, 1, 6, 8, 1, 6, 8, 4, 8, 1, 6, 8, 1
OFFSET
1,1
EXAMPLE
Read a(2)=6 which produces, doing 6*2=12 ["1" & "2"], a(3)=1 & a(4)=2.
Now read a(3)=1 which produces [a(4) is already written] a(5)=2 because 1*2=2.
Now read a(4)=2 which produces [a(5) is already written] a(6)=4 because 2*2=4
CROSSREFS
Sequence in context: A095693 A368569 A032660 * A347196 A091425 A369883
KEYWORD
base,easy,nonn
AUTHOR
EXTENSIONS
More terms from Robert G. Wilson v, Feb 21 2005
STATUS
approved