login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A104363
Euler's totient of A104357(n) = A104350(n) - 1.
8
1, 4, 10, 58, 178, 1258, 2280, 7558, 37798, 415798, 1229760, 16144536, 113488440, 567495336, 1135133998, 19295619336, 56915913600, 1085995965600, 5499724229998, 37888326510336, 423202615117920, 9425816095466520, 29220034833989998, 146100157813443360, 1882777893068160000, 5683471349506454400, 39885027849235856880
OFFSET
2,2
LINKS
Max Alekseyev, Table of n, a(n) for n = 2..145 (terms for n = 2..74 from Amiram Eldar)
FORMULA
a(n) = A000010(A104357(n)).
MATHEMATICA
a[n_] := EulerPhi[-1 + Product[FactorInteger[k][[-1, 1]], {k, 1, n}]]; Array[a, 50, 2] (* Amiram Eldar, Feb 12 2020 *)
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Mar 06 2005
STATUS
approved