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.

A371918 The smallest unused positive number such that 2^a(n) contains n as a substring.

This page as a plain text file.
%I A371918 #11 Apr 12 2024 10:47:45
%S A371918 10,4,1,5,2,8,6,15,3,12,17,40,7,27,18,21,14,34,30,13,11,24,43,41,19,
%T A371918 50,28,38,47,32,22,49,25,63,33,35,16,37,23,42,53,44,59,45,46,52,60,31,
%U A371918 20,39,54,9,51,29,74,57,48,56,61,69,55,58,66,76,26,73,72,36,62,82,64,70,77,67,65,91,78
%N A371918 The smallest unused positive number such that 2^a(n) contains n as a substring.
%C A371918 The sequence is conjectured to be a permutation of the positive integers.
%H A371918 Scott R. Shannon, <a href="/A371918/b371918.txt">Table of n, a(n) for n = 0..10000</a>
%e A371918 a(0) = 10 as 2^10 = 1024 which contains '0' as a substring.
%e A371918 a(6) = 6 as 2^6 = 64 which contains '6' as a substring. Note that 2^4 also contains '6' but 4 has already been used. This is the first term to differ from A063565.
%Y A371918 Cf. A000079, A371904, A063565, A368866.
%K A371918 nonn,base
%O A371918 0,1
%A A371918 _Scott R. Shannon_, Apr 12 2024