login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104363 Euler's totient of A104357(n) = A104350(n) - 1. 8

%I #16 Oct 03 2022 17:17:14

%S 1,4,10,58,178,1258,2280,7558,37798,415798,1229760,16144536,113488440,

%T 567495336,1135133998,19295619336,56915913600,1085995965600,

%U 5499724229998,37888326510336,423202615117920,9425816095466520,29220034833989998,146100157813443360,1882777893068160000,5683471349506454400,39885027849235856880

%N Euler's totient of A104357(n) = A104350(n) - 1.

%H Max Alekseyev, <a href="/A104363/b104363.txt">Table of n, a(n) for n = 2..145</a> (terms for n = 2..74 from Amiram Eldar)

%H Reinhard Zumkeller, <a href="/A104350/a104350.txt">Products of largest prime factors of numbers <= n</a>

%F a(n) = A000010(A104357(n)).

%t a[n_] := EulerPhi[-1 + Product[FactorInteger[k][[-1, 1]], {k, 1, n}]]; Array[a, 50, 2] (* _Amiram Eldar_, Feb 12 2020 *)

%Y Cf. A000010, A104357, A104358, A104359, A104360, A104361, A104362, A104364, A104371.

%K nonn

%O 2,2

%A _Reinhard Zumkeller_, Mar 06 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 26 17:09 EDT 2024. Contains 374636 sequences. (Running on oeis4.)