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.

A318468 a(n) = 2*n AND A000203(n), where AND is bitwise-and (A004198) and A000203 = sum of divisors.

This page as a plain text file.
%I A318468 #14 Apr 22 2019 02:33:54
%S A318468 0,0,4,0,2,12,8,0,0,16,4,24,10,24,24,0,2,36,4,40,32,36,8,48,18,32,32,
%T A318468 56,26,8,32,0,0,4,0,72,2,12,8,80,2,64,4,80,74,72,16,96,32,68,64,96,34,
%U A318468 104,72,112,80,80,52,40,58,96,104,0,0,128,4,8,0,128,8,128,2,16,20,136,0,136,16,160,32,36,4,160,40,132,40,176,18,160,48
%N A318468 a(n) = 2*n AND A000203(n), where AND is bitwise-and (A004198) and A000203 = sum of divisors.
%H A318468 Antti Karttunen, <a href="/A318468/b318468.txt">Table of n, a(n) for n = 1..65537</a>
%H A318468 <a href="/index/Bi#binary">Index entries for sequences related to binary expansion of n</a>
%H A318468 <a href="/index/Si#SIGMAN">Index entries for sequences related to sigma(n)</a>
%F A318468 a(n) = A004198(2*n, A000203(n)).
%F A318468 a(n) = A224880(n) - A318466(n) = (A224880(n)-A318467(n))/2.
%t A318468 Array[BitAnd[2 #, DivisorSigma[1, #]] &, 91] (* _Michael De Vlieger_, Apr 21 2019 *)
%o A318468 (PARI) A318468(n) = bitand(2*n,sigma(n));
%Y A318468 Cf. A000203, A003987, A318466, A318467.
%Y A318468 Cf. also A318458.
%K A318468 nonn,base
%O A318468 1,3
%A A318468 _Antti Karttunen_, Aug 26 2018