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.

A335043 Lexicographically earliest sequence of distinct positive integers such that for any n > 0, the decimal representations of a(2*n-1) and of a(2*n+1) appear as substrings in the decimal representation of a(2*n).

This page as a plain text file.
%I A335043 #24 Jun 02 2020 14:10:33
%S A335043 1,12,2,23,3,34,4,45,5,56,6,67,7,78,8,89,9,109,10,110,11,113,13,130,
%T A335043 30,330,33,331,31,314,14,140,40,240,24,224,22,220,20,320,32,321,21,
%U A335043 215,15,150,50,250,25,251,51,351,35,352,52,526,26,260,60,160,16,161
%N A335043 Lexicographically earliest sequence of distinct positive integers such that for any n > 0, the decimal representations of a(2*n-1) and of a(2*n+1) appear as substrings in the decimal representation of a(2*n).
%C A335043 This sequence has similarities with A281978; here we look for substrings, there for divisors.
%C A335043 This sequence has similarities with A262323: in both sequences, consecutive terms overlap.
%H A335043 Rémy Sigrist, <a href="/A335043/b335043.txt">Table of n, a(n) for n = 1..10001</a>
%H A335043 Rémy Sigrist, <a href="/A335043/a335043.png">Colored logarithmic scatterplot of the first 10001 terms</a> (where the color denotes the parity of n)
%H A335043 Rémy Sigrist, <a href="/A335043/a335043.gp.txt">PARI program for A335043</a>
%e A335043 The first terms are:
%e A335043   n   a(n)
%e A335043   --  ------
%e A335043    1  1
%e A335043    2  12
%e A335043    3   2
%e A335043    4   23
%e A335043    5    3
%e A335043    6    34
%e A335043    7     4
%e A335043    8     45
%e A335043    9      5
%e A335043   10      56
%e A335043   11       6
%o A335043 (PARI) See Links section.
%Y A335043 Cf. A262323, A281978.
%K A335043 nonn,base
%O A335043 1,2
%A A335043 _Rémy Sigrist_, Jun 01 2020