|
| |
|
|
A035523
|
|
Reverse and add (in base 3).
|
|
0
| |
|
|
1, 2, 4, 8, 16, 32, 96, 160, 320, 960, 1600, 2880, 3520, 6080, 11200, 21440, 62400, 86080, 169280, 338560, 648248, 1902840, 3281200, 6404832, 6510784, 12950936, 25744192, 51882584, 156278688, 261609208, 506142216, 531792640
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
EXAMPLE
| 32 = 1012, 1012 + 2101 = 10120 = 96.
|
|
|
MATHEMATICA
| NestList[ (Fold[ 3 #1+#2&, 0, Reverse@IntegerDigits[ #, 3 ] ]+#&), 1, 40 ]
|
|
|
CROSSREFS
| Cf. A035522.
Sequence in context: A180208 A100139 A076766 * A195458 A078227 A138814
Adjacent sequences: A035520 A035521 A035522 * A035524 A035525 A035526
|
|
|
KEYWORD
| nonn,easy,nice,base
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
|
|
EXTENSIONS
| More terms from wouter.meeussen(AT)pandora.be
|
| |
|
|