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.

A353116 Base-8 representation of A000422(n).

This page as a plain text file.
%I A353116 #13 Apr 26 2022 04:50:55
%S A353116 1,25,501,10341,152061,2375761,35145661,516277661,7267464261,
%T A353116 121672446261,20125401442261,3342313131342261,564731226736442261,
%U A353116 116343242472501442261,20325073566675147442261,3327107422474572347442261
%N A353116 Base-8 representation of A000422(n).
%F A353116 a(n) = A007094(A000422(n)).
%o A353116 (Ruby)
%o A353116 def A(k, n)
%o A353116   (1..n).map{|i| (1..i).to_a.reverse.join.to_i.to_s(k).to_i}
%o A353116 end
%o A353116 p A(8, 20)
%Y A353116 Cf. A000422, A353110, A353111, A353112, A353113, A353114, A353115, A353117.
%Y A353116 Cf. A007094, A097583.
%K A353116 nonn,base
%O A353116 1,2
%A A353116 _Seiichi Manyama_, Apr 24 2022