login
A126135
Take the base-3 representation of n, render that in decimal notation and take the base-3 representation of n again.
1
0, 1, 2, 101, 102, 110, 210, 211, 10201, 10202, 10210, 11002, 11010, 11011
OFFSET
0,3
EXAMPLE
E.g. A126135(4) is 102 because the base-3 representation of 4 is 11 and the base-3 representation of the decimal number 11 is 102.
CROSSREFS
Sequence in context: A102188 A225601 A332567 * A016034 A171988 A100669
KEYWORD
base,nonn
AUTHOR
Anonymous, Dec 18 2006
STATUS
approved