login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A319804 a(n) = A319720(n) + A319652(n). 7

%I #17 Aug 07 2024 16:50:27

%S 0,2,4,6,5,10,15,20,10,15,20,25,15,20,25,30,17,25,42,59,25,42,59,76,

%T 42,59,67,84,59,76,84,92,34,42,50,67,42,59,67,84,50,67,84,101,67,84,

%U 101,109,51,59,67,75,59,76,84,92,67,84,101,109,75,92,109,126,65,85,150,215

%N a(n) = A319720(n) + A319652(n).

%C This sequence is different from A055948.

%H Seiichi Manyama, <a href="/A319804/b319804.txt">Table of n, a(n) for n = 0..4095</a>

%t Table[FromDigits[Reverse[#], 4] + FromDigits[#, 4] & [Sort[IntegerDigits[n, 4]]], {n, 0, 100}] (* _Paolo Xausa_, Aug 07 2024 *)

%o (PARI) a(n) = my(nd=digits(n, 4)); fromdigits(vecsort(nd), 4) + fromdigits(vecsort(nd,,4), 4); \\ _Michel Marcus_, Sep 28 2018

%Y Base b: A319785 (b=2), A319803 (b=3), this sequence (b=4), A319805 (b=5), A319806 (b=6), A319807 (b=7), A319808 (b=8), A319747 (b=9), A052008 (b=10).

%Y Cf. A055948, A319652, A319720.

%K nonn,base

%O 0,2

%A _Seiichi Manyama_, Sep 28 2018

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 5 02:56 EDT 2024. Contains 375685 sequences. (Running on oeis4.)