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.

A304527 Difference between A064664 (the inverse of EKG-sequence) and its Möbius-transform.

This page as a plain text file.
%I A304527 #13 Dec 04 2022 13:06:04
%S A304527 0,1,1,2,1,6,1,3,5,11,1,5,1,15,14,8,1,5,1,10,18,21,1,12,10,29,6,14,1,
%T A304527 8,1,17,24,34,23,15,1,38,32,23,1,12,1,20,12,44,1,25,14,23,37,28,1,28,
%U A304527 29,31,41,58,1,34,1,62,16,31,37,18,1,33,47,22,1,39,1,68,25,37,33,26,1,49,22,75,1,50,42,82,61,46,1,58,41,43,65,90,46,59,1
%N A304527 Difference between A064664 (the inverse of EKG-sequence) and its Möbius-transform.
%H A304527 Antti Karttunen, <a href="/A304527/b304527.txt">Table of n, a(n) for n = 1..32768</a>
%H A304527 <a href="/index/Ed#EKG">Index entries for sequences related to EKG sequence</a>
%F A304527 a(n) = A064664(n) - A304526(n).
%F A304527 a(n) = Sum_{d|n, d<n} A304526(d).
%F A304527 a(n) = -Sum_{d|n, d<n} A008683(n/d)*A064664(d).
%F A304527 For n >= 2, a(2*A000040(n))-1 = a(4*A000040(n)) = A064955(n). - _Antti Karttunen_, Dec 04 2022
%o A304527 (PARI) A304527(n) = -sumdiv(n, d, (d<n)*moebius(n/d)*A064664(d));
%Y A304527 Cf. A000040, A008683, A064664, A064955, A304526.
%K A304527 nonn
%O A304527 1,4
%A A304527 _Antti Karttunen_, May 18 2018