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!)
A127274 A doubly-fractal sequence. Erase the first (leftmost) 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, 12, 13, 24, 15, 36, 27, 48, 19, 511, 312, 613, 224, 715, 436, 827, 148, 919, 5511, 1312, 1613, 3224, 1715, 2436, 6827, 1148, 3919, 25511, 21312, 41613, 73224, 11715, 52436, 46827, 31148, 63919, 825511, 221312, 741613, 173224 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
a = Append[Range@9, 11]; s = {1}; Do[AppendTo[a, FromDigits[Prepend[IntegerDigits[a[[-9]]], s[[n]]]]]; s = Join[s, IntegerDigits[a[[-1]]]], {n, 26}]; a (* Ivan Neretin, Sep 03 2015 *)
CROSSREFS
Sequence in context: A126968 A254785 A126969 * A324280 A324281 A129946
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 23 16:28 EDT 2024. Contains 371916 sequences. (Running on oeis4.)