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!)
A071526 Numbers k such that j mod phi(j) < k mod phi(k) for any j < k. 0
1, 3, 9, 15, 21, 33, 39, 45, 63, 75, 99, 117, 135, 189, 225, 231, 255, 273, 285, 345, 375, 399, 405, 435, 465, 555, 609, 615, 645, 675, 693, 705, 765, 819, 855, 915, 1005, 1035, 1095, 1125, 1185, 1215, 1245, 1275, 1395, 1425, 1515, 1545, 1605, 1617, 1665, 1725 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) for(n=1, 2000, if(sum(i=1, n-1, sign(n%eulerphi(n)-i%eulerphi(i)))==n-1, print1(n, ", ")))
CROSSREFS
Sequence in context: A273567 A162486 A067201 * A276967 A114271 A137164
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Jun 02 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 16 00:45 EDT 2024. Contains 371696 sequences. (Running on oeis4.)