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!)
A336488 Values taken by all the Jordan totient functions J_k(m) for k >= 1 and m >= 1. 0
1, 2, 3, 4, 6, 7, 8, 10, 12, 15, 16, 18, 20, 22, 24, 26, 28, 30, 31, 32, 36, 40, 42, 44, 46, 48, 52, 54, 56, 58, 60, 63, 64, 66, 70, 72, 78, 80, 82, 84, 88, 92, 96, 100, 102, 104, 106, 108, 110, 112, 116, 120, 124, 126, 127, 128, 130, 132, 136, 138, 140, 144, 148 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The asymptotic density of this sequence is 0 (Rao and Murty, 1979).
First differs from A221178 at n = 75, since a(75) = J_3(6) = 182 is not a term of A221178.
LINKS
R. Sita Rama Chandra Rao and G. Sri Rama Chandra Murty, On a theorem of Niven, Canadian Mathematical Bulletin, Vol 22, No. 1 (1979), pp. 113-115.
MATHEMATICA
phiQ[m_] := Select[Range[m + 1, 2 m*Product[(1 - 1/(k*Log[k]))^(-1), {k, 2, DivisorSigma[0, m]}]], EulerPhi[#] == m &, 1] != {}; jor[k_, n_] := DivisorSum[n, #^k*MoebiusMu[n/#] &]; jorval[k_, mx_] := jor[k, #] & /@ Range[Floor@Surd[mx*Zeta[k], k]]; mx = 300; Select[Union @ Flatten[{Select[Range[mx], phiQ], jorval[#, mx] & /@ Range[2, Floor[Log2[mx]]]}], # <= mx &] (* using code by Jean-François Alcover at A002202 *)
CROSSREFS
A002202 is a subsequence.
Similar sequence: A211347.
Sequence in context: A335041 A335042 A257282 * A221178 A080389 A359755
KEYWORD
nonn
AUTHOR
Amiram Eldar, Jul 23 2020
STATUS
approved

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 April 18 08:08 EDT 2024. Contains 371769 sequences. (Running on oeis4.)