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.

A337544 a(n) = 2*phi(A003961(n)) - A003961(n).

This page as a plain text file.
%I A337544 #6 Sep 22 2020 02:50:35
%S A337544 1,1,3,3,5,1,9,9,15,3,11,3,15,7,13,27,17,5,21,9,25,9,27,9,35,13,75,21,
%T A337544 29,-9,35,81,31,15,43,15,39,19,43,27,41,-5,45,27,65,25,51,27,99,21,49,
%U A337544 39,57,25,53,63,61,27,59,-27,65,33,125,243,73,-3,69,45,79,9,71,45,77,37,91,57,97,1,81,81,375,39,87,-15,83
%N A337544 a(n) = 2*phi(A003961(n)) - A003961(n).
%H A337544 Antti Karttunen, <a href="/A337544/b337544.txt">Table of n, a(n) for n = 1..16384</a>
%H A337544 <a href="/index/Pri#prime_indices">Index entries for sequences computed from indices in prime factorization</a>
%F A337544 a(n) = A083254(A003961(n)).
%F A337544 a(n) = 2*A003972(n) - A003961(n).
%o A337544 (PARI)
%o A337544 A003961(n) = my(f = factor(n)); for (i=1, #f~, f[i, 1] = nextprime(f[i, 1]+1)); factorback(f);
%o A337544 A337544(n) = (2*eulerphi(A003961(n)) - A003961(n));
%Y A337544 Cf. A000010, A003961, A003972, A083254.
%K A337544 sign
%O A337544 1,3
%A A337544 _Antti Karttunen_, Sep 21 2020