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.

A336611 Always start on the lowest digit of a(n), then visit all digits of a(n) in increasing order. The terms of the sequence are the smallest one that force the visitor to walk n steps to complete his tour (a single step drives you from a digit to the closest one).

This page as a plain text file.
%I A336611 #5 Aug 01 2020 15:54:50
%S A336611 10,100,101,1011,1001,1320,1302,10210,10201,13002,13042,102013,102031,
%T A336611 130024,130042,135204,135024,1024013,1035024,1305204,1305024,1350024,
%U A336611 1350624,10240513,10350624,13050024,13050624,13500264,13500624,13572046,13570246,103572046,103570246,130572046,130570246,135072046
%N A336611 Always start on the lowest digit of a(n), then visit all digits of a(n) in increasing order. The terms of the sequence are the smallest one that force the visitor to walk n steps to complete his tour (a single step drives you from a digit to the closest one).
%C A336611 This is the lexicographically earliest sequence having this property, with a(1) = 10. The terms after a(39) = 135708246 are hard to compute. No obvious pattern is visible, though there must be one for sure. "Increasing order" is not "monotonically increasing order".
%e A336611 a(1) = 10 because, starting on 0, you'll need n = 1 step to visit all digits (single 0 --> single 1);
%e A336611 a(2) = 100 because, starting on any 0, you'll need at least n = 2 steps to visit all the digits (rightmost 0 --> leftmost 0 --> single 1);
%e A336611 a(3) = 101 because, starting on 0, you'll need at least n = 3 steps to visit all the  digits (single 0 --> any 1 --> single 0 --> other 1);
%e A336611 a(4) = 1011 because, starting on 0, you'll need at least n = 4 steps to visit all the digits (single 0 --> leftmost 1 --> single 0 --> middle 1 --> rightmost 1);
%e A336611 a(5) = 1001 because, starting on any 0, you'll need at least n = 5 steps to visit all the digits (leftmost 0 --> rightmost 0 --> rightmost 1 --> rightmost 0 --> leftmost 0 --> leftmost 1);
%e A336611 a(6) = 1320 because, starting on 0, you'll need at least n = 6 steps to visit all the digits (your path will be 0-2-3-1-3-2-3 = 6 steps); etc.
%Y A336611 Cf. A284591.
%K A336611 base,nonn
%O A336611 1,1
%A A336611 _Eric Angelini_ and _Jean-Marc Falcoz_, Jul 27 2020