login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A108203 Numbers n put into lexicographical order which are the concatenation of k and the sum of the digits of k. 1
11, 22, 33, 44, 55, 66, 77, 88, 99, 101, 112, 123, 134, 145, 156, 167, 178, 189, 202, 213, 224, 235, 246, 257, 268, 279, 303, 314, 325, 336, 347, 358, 369, 404, 415, 426, 437, 448, 459, 505, 516, 527, 538, 549, 606, 617, 628, 639, 707, 718, 729, 808, 819, 909 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

1 --> 11, 2 --> 22, 3 --> 33, ..., 9 --> 99, 10 --> 101, 11 --> 112, 12 --> 123,

..., 18 --> 189, 19 --> 1910 (ouch!), 20 --> 202, 21 --> 213, ...

MATHEMATICA

f[n_] := FromDigits[ Join[ IntegerDigits[ n], IntegerDigits[Plus @@ IntegerDigits[ n]] ]]; t = {}; Do[t = Union[AppendTo[t, f[n]]], {n, 10^6}]

CROSSREFS

Cf. A062028, A064806. Equals A108773 sorted.

Sequence in context: A064544 A083967 A178359 * A108773 A109052 A178358

Adjacent sequences:  A108200 A108201 A108202 * A108204 A108205 A108206

KEYWORD

base,nonn

AUTHOR

Eric Angelini (eric.angelini(AT)kntv.be) and Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 15 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 18:50 EST 2012. Contains 205841 sequences.