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!)
A069167 Numbers k such that k*Sum_{d|k} 1/phi(d) is an integer. 2
1, 2, 4, 6, 8, 9, 10, 12, 16, 18, 24, 32, 36, 42, 44, 48, 50, 54, 64, 72, 81, 90, 96, 100, 108, 114, 126, 128, 144, 150, 162, 184, 192, 198, 200, 216, 234, 250, 252, 256, 288, 294, 324, 378, 384, 396, 400, 432, 441, 450, 484, 486, 504, 512, 550, 558, 576, 588 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Range[600], IntegerQ[#(Total[1/(EulerPhi[Divisors[#]])])]&](* Harvey P. Dale, Dec 17 2018 *)
PROG
(PARI) is(n)=denominator(sumdiv(n, d, 1/eulerphi(d))*n)==1 \\ Charles R Greathouse IV, Oct 27 2015
CROSSREFS
Cf. A000010.
Sequence in context: A070089 A371169 A353759 * A331226 A359825 A347450
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Apr 09 2002
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 24 15:18 EDT 2024. Contains 371960 sequences. (Running on oeis4.)