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 A353106 #16 Apr 26 2022 03:49:16 %S A353106 1,20,323,5414,133053,2351320,42243331,1120335530,20130035113, %T A353106 5401014424514,2343052550252003,1114323133240053240, %U A353106 321321022332303252301,132140014431255340214310,42015444551405453142112503 %N A353106 Base-6 representation of A007908(n). %H A353106 Seiichi Manyama, <a href="/A353106/b353106.txt">Table of n, a(n) for n = 1..295</a> %F A353106 a(n) = A007092(A007908(n)). %o A353106 (Ruby) %o A353106 def A(k, n) %o A353106 (1..n).map{|i| (1..i).to_a.join.to_i.to_s(k).to_i} %o A353106 end %o A353106 p A(6, 20) %Y A353106 Cf. A007908, A050926, A097580, A097582, A097583, A353104, A353105, A353107. %Y A353106 Cf. A007092. %K A353106 nonn,base %O A353106 1,2 %A A353106 _Seiichi Manyama_, Apr 23 2022