cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A163256 Fractal sequence of the interspersion A163253.

This page as a plain text file.
%I A163256 #25 Jan 05 2025 19:51:39
%S A163256 1,2,3,1,2,4,3,5,1,2,4,6,3,5,7,1,2,4,6,8,3,5,7,9,1,2,4,6,8,10,3,5,7,9,
%T A163256 11,1,2,4,6,8,10,12,3,5,7,9,11,13,1,2,4,6,8,10,12,14,3,5,7,9,11,13,15,
%U A163256 1,2,4,6,8,10,12,14,16,3,5,7,9,11,13,15,17,1,2,4,6,8,10,12,14,16,18,3,5,7
%N A163256 Fractal sequence of the interspersion A163253.
%C A163256 As a fractal sequence, A163256 contains every positive integer; indeed, A163256 properly contains itself (infinitely many times).
%H A163256 G. C. Greubel, <a href="/A163256/b163256.txt">Table of n, a(n) for n = 1..2500</a>
%H A163256 Clark Kimberling, <a href="https://web.archive.org/web/2024*/https://www.fq.math.ca/Papers1/48-1/Kimberling.pdf">Doubly interspersed sequences, double interspersions and fractal sequences</a>, The Fibonacci Quarterly 48 (2010) 13-20.
%e A163256 Append the following segments:
%e A163256   1 2 3
%e A163256   1 2 4 3 5
%e A163256   1 2 4 6 3 5 7
%e A163256   1 2 4 6 8 3 5 7 9
%e A163256 For n>1, the n-th segment arises from the (n-1)st by inserting 2*n at position n+1 and appending 2*n+1 at position 2*n+1.
%t A163256 Flatten[FoldList[Append[Insert[#1, 2 #2, #2 + 1], 2 #2 + 1] &, {1}, Range[10]]] (* _Birkas Gyorgy_, Jul 09 2012 *)
%Y A163256 Cf. A163253, A163254, A163255, A163257, A163258.
%K A163256 nonn
%O A163256 1,2
%A A163256 _Clark Kimberling_, Jul 24 2009