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.

A319806 a(n) = A319723(n) + A319654(n).

This page as a plain text file.
%I A319806 #19 Aug 08 2024 01:54:55
%S A319806 0,2,4,6,8,10,7,14,21,28,35,42,14,21,28,35,42,49,21,28,35,42,49,56,28,
%T A319806 35,42,49,56,63,35,42,49,56,63,70,37,49,86,123,160,197,49,86,123,160,
%U A319806 197,234,86,123,135,172,209,246,123,160,172,184,221,258,160,197,209,221,233
%N A319806 a(n) = A319723(n) + A319654(n).
%C A319806 This sequence is different from A055952.
%H A319806 Seiichi Manyama, <a href="/A319806/b319806.txt">Table of n, a(n) for n = 0..7775</a>
%t A319806 Table[FromDigits[Reverse[#], 6] + FromDigits[#, 6] & [Sort[IntegerDigits[n, 6]]], {n, 0, 100}] (* _Paolo Xausa_, Aug 07 2024 *)
%o A319806 (PARI) a(n) = my(nd=digits(n, 6)); fromdigits(vecsort(nd), 6) + fromdigits(vecsort(nd,,4), 6); \\ _Michel Marcus_, Sep 28 2018
%Y A319806 Base b: A319785 (b=2), A319803 (b=3), A319804 (b=4), A319805 (b=5), this sequence (b=6), A319807 (b=7), A319808 (b=8), A319747 (b=9), A052008 (b=10).
%Y A319806 Cf. A055952, A319654, A319723.
%K A319806 nonn,base,look
%O A319806 0,2
%A A319806 _Seiichi Manyama_, Sep 28 2018