|
| |
|
|
A051022
|
|
Interpolate 0's between each pair of digits of n.
|
|
3
| |
|
|
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 500, 501, 502, 503, 504, 505
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,3
|
|
|
COMMENTS
| These numbers have the same decimal and negadecimal representations.
|
|
|
LINKS
| Eric Weisstein's World of Mathematics, Negadecimal
|
|
|
FORMULA
| Sums a_i*100^e_i with 0 <= a_i < 10.
|
|
|
EXAMPLE
| a(23)=203
a(99)=909
a(100)=10000
a(101)=10001
a(111)=10101
|
|
|
CROSSREFS
| Cf. A039723, A063010, A092908, A092909.
Sequence in context: A001633 A171120 A092907 * A043314 A088472 A087019
Adjacent sequences: A051019 A051020 A051021 * A051023 A051024 A051025
|
|
|
KEYWORD
| nonn,easy,base
|
|
|
AUTHOR
| Eric Weisstein (eric(AT)weisstein.com)
|
|
|
EXTENSIONS
| More terms and more precise definition from Jorge Coveiro (jorgecoveiro(AT)yahoo.com), Apr 15 2004 and David Wasserman (dwasserm(AT)earthlink.net), Feb 26 2008
Edited by N. J. A. Sloane (njas(AT)research.att.com), Sep 14 2008 at the suggestion of R. J. Mathar
|
| |
|
|