|
Search: id:A102254
|
|
|
| A102254 |
|
Begin with 3, multiply each digit by 2, keeping the memory of the groupings of the preceding digits. |
|
+0 2
|
|
| 3, 6, 12, 24, 48, 816, 16212, 212424, 424848, 84816816, 1681621216212, 21216212424212424, 424212424848424848, 8484248481681684816816, 1681684816816212162121681621216212, 21216212168162121621242421242421216212424212424
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
FORMULA
|
d*2, beginning with 3
|
|
EXAMPLE
|
Read a(3)=12 which produces a(4)=24 because 1*2=2 and 2*2=4.
|
|
MATHEMATICA
|
Flatten[ NestList[ Function[x, FromDigits[ Flatten[ IntegerDigits[2IntegerDigits[ x]]] ]], 3, 15]] (from Robert G. Wilson v Feb 21 2005)
|
|
CROSSREFS
|
Adjacent sequences: A102251 A102252 A102253 this_sequence A102255 A102256 A102257
Sequence in context: A049942 A099844 A084717 this_sequence A007239 A088970 A068425
|
|
KEYWORD
|
base,easy,nonn
|
|
AUTHOR
|
Alexandre Wajnberg & Eric Angelini (alexandre.wajnberg(AT)ulb.ac.be), Feb 18 2005
|
|
EXTENSIONS
|
More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Feb 21 2005
|
|
|
Search completed in 0.002 seconds
|