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.

A104371 Euler's totient of A104365(n) = A104350(n) + 1.

This page as a plain text file.
%I A104371 #24 Apr 15 2023 14:14:47
%S A104371 1,2,6,12,60,180,1152,2520,7560,37332,415800,1247400,16118932,
%T A104371 112918900,564876900,1109481408,17645365584,57890359152,1099944846000,
%U A104371 5468570553600,37559092302400,421791599312500,9256378099515120,29207007622737652,146100174169950000,1880759745476519040,5589847741506645552,39852571442073216768
%N A104371 Euler's totient of A104365(n) = A104350(n) + 1.
%H A104371 Max Alekseyev, <a href="/A104371/b104371.txt">Table of n, a(n) for n = 1..158</a> (terms 1..76 terms from Amiram Eldar, terms 142..151 from Tyler Busby)
%H A104371 Reinhard Zumkeller, <a href="/A104350/a104350.txt">Products of largest prime factors of numbers <= n</a>
%F A104371 a(n) = A000010(A104365(n));
%F A104371 a(p) = A104350(p) for primes p.
%t A104371 a[n_] := EulerPhi[1 + Product[FactorInteger[k][[-1, 1]], {k, 1, n}]]; Array[a, 76] (* _Amiram Eldar_, Feb 12 2020 *)
%Y A104371 Cf. A000010, A104350, A104363, A104365, A104366, A104367, A104368, A104369, A104370, A104372.
%K A104371 nonn
%O A104371 1,2
%A A104371 _Reinhard Zumkeller_, Mar 06 2005