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.

A346244 a(n) = n - A342001(n).

This page as a plain text file.
%I A346244 #4 Jul 19 2021 18:30:38
%S A346244 1,1,2,2,4,1,6,5,7,3,10,4,12,5,7,12,16,11,18,8,11,9,22,13,23,11,24,12,
%T A346244 28,-1,30,27,19,15,23,26,36,17,23,23,40,1,42,20,32,21,46,34,47,41,31,
%U A346244 24,52,45,39,33,35,27,58,14,60,29,46,58,47,5,66,32,43,11,70,59,72,35,64,36,59,7,78,58,77,39,82,22,63,41
%N A346244 a(n) = n - A342001(n).
%F A346244 a(n) = n - A342001(n) = n - (A003415(n) / A003557(n)).
%o A346244 (PARI)
%o A346244 A003415(n) = if(n<=1, 0, my(f=factor(n)); n*sum(i=1, #f~, f[i, 2]/f[i, 1]));
%o A346244 A003557(n) = (n/factorback(factorint(n)[, 1]));
%o A346244 A342001(n) = (A003415(n) / A003557(n));
%o A346244 A346244(n) = (n - A342001(n));
%Y A346244 Cf. A003415, A003557, A342001, A346245 (positions of negative terms).
%K A346244 sign
%O A346244 1,3
%A A346244 _Antti Karttunen_, Jul 19 2021