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!)
A194855 Numbers n such that phi(n) divides Sum_{k=1..n} phi(k). 2
1, 2, 3, 4, 6, 7, 10, 15, 16, 17, 18, 20, 22, 25, 35, 36, 37, 38, 54, 92, 140, 162, 212, 303, 320, 455, 456, 974, 1028, 1136, 1296, 1297, 1353, 1869, 2215, 2405, 2548, 3065, 3265, 4230, 4410, 5584, 7886, 21420, 23727, 36001, 60662, 85722, 100117, 117094, 173973 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
limit = 200000; sums = Accumulate[EulerPhi[Range[limit]]]; Select[Range[limit], Mod[sums[[#]], EulerPhi[#]] == 0 &] (* Carl Najafi, Sep 05 2011 *)
PROG
(PARI) isok(n)=sum(k=1, n, eulerphi(k))%eulerphi(n)==0 \\ Anders Hellström, Aug 22 2015
CROSSREFS
Sequence in context: A226137 A355393 A163771 * A272766 A271340 A362851
KEYWORD
nonn
AUTHOR
Carl Najafi, Sep 04 2011
EXTENSIONS
More terms from D. S. McNeil, Sep 04 2011
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)