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.

A353114 Base-6 representation of A000422(n).

This page as a plain text file.
%I A353114 #13 Apr 26 2022 04:50:32
%S A353114 1,33,1253,32001,1055253,22005133,432020401,12410423013,242000505413,
%T A353114 5014143322001,2210214121042333,1105325341502010053,
%U A353114 333110135101300035201,144230053432212010304453,51542110115212012113433133
%N A353114 Base-6 representation of A000422(n).
%F A353114 a(n) = A007092(A000422(n)).
%o A353114 (Ruby)
%o A353114 def A(k, n)
%o A353114   (1..n).map{|i| (1..i).to_a.reverse.join.to_i.to_s(k).to_i}
%o A353114 end
%o A353114 p A(6, 20)
%Y A353114 Cf. A000422, A353110, A353111, A353112, A353113, A353115, A353116, A353117.
%Y A353114 Cf. A007092, A353106.
%K A353114 nonn,base
%O A353114 1,2
%A A353114 _Seiichi Manyama_, Apr 24 2022