login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A127204 A monotonic doubly-fractal sequence. Erase the last (rightmost) digit of every integer: what is left is the sequence itself. The erased digits, one by one, form also the sequence itself. 4
1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 21, 32, 41, 53, 62, 74, 81, 95, 113, 216, 322, 417, 534, 628, 741, 819, 955, 1131, 2161, 3223, 4172, 5341, 6286, 7413, 8192, 9552, 11314, 21611, 32237, 41725, 53413, 62864, 74136, 81922, 95528, 113147, 216114, 322371, 417258 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
a = Append[Range@9, 11]; s = {1}; Do[AppendTo[a, 10*a[[-9]] + s[[n]]]; s = Join[s, IntegerDigits[a[[-1]]]], {n, 39}]; a (* Ivan Neretin, Sep 03 2015 *)
CROSSREFS
Sequence in context: A076643 A352463 A326402 * A331626 A102235 A107272
KEYWORD
base,nonn
AUTHOR
Eric Angelini, Mar 27 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 12:50 EDT 2024. Contains 371943 sequences. (Running on oeis4.)