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.
%I A339455 #17 Feb 09 2021 11:00:50
%S A339455 0,1,0,1,1,1,2,1,2,1,0,1,0,1,1,1,2,1,2,2,2,2,2,3,2,3,3,3,4,3,4,3,2,3,
%T A339455 2,3,3,3,4,3,4,3,2,1,0,1,0,1,1,1,2,1,2,1,0,1,0,1,1,1,2,1,2,2,2,2,2,3,
%U A339455 2,3,3,3,4,3,4,3,2,3,2,3,3,3,4,3,4,4,4
%N A339455 a(n) is the X-coordinate of the n-th point of the space filling curve H defined in Comments section; A339456 gives Y-coordinates.
%C A339455 We consider a hexagonal lattice with X-axis and Y-axis as follows:
%C A339455 Y
%C A339455 /
%C A339455 /
%C A339455 0 ---- X
%C A339455 We define the family {H_n, n > 0} as follows:
%C A339455 - T_1 contains the origin (0, 0) and (1, 0), in that order:
%C A339455 +-->--+
%C A339455 O
%C A339455 - for any n > 0, H_{n+1} is built from 4 copies of H_n connected with 2^(n+1) unit segments as follows:
%C A339455 +->-2->-+
%C A339455 \ /
%C A339455 ^ v
%C A339455 \ /
%C A339455 +->-1->-+->-4->-+
%C A339455 O / \
%C A339455 v ^
%C A339455 / \
%C A339455 +->-3->-+
%C A339455 - H is the limit of H_n as n tends to infinity,
%C A339455 - H visits once every unit segment (u, v) where u and v are lattice points and at least one of u or v belongs to the region { (x, y) | x > 0 or x + y > 0 },
%C A339455 - the n-th segment of curve H has length 2^A235127(n).
%H A339455 Rémy Sigrist, <a href="/A339455/b339455.txt">Table of n, a(n) for n = 0..3008</a>
%H A339455 Rémy Sigrist, <a href="/A339455/a339455.png">Illustration of H_3</a>
%H A339455 Rémy Sigrist, <a href="/A339455/a339455.gp.txt">PARI program for A339455</a>
%H A339455 <a href="/index/Con#coordinates_2D_curves">Index entries for sequences related to coordinates of 2D curves</a>
%o A339455 (PARI) See Links section.
%Y A339455 Cf. A235127, A339456.
%K A339455 nonn
%O A339455 0,7
%A A339455 _Rémy Sigrist_, Dec 06 2020