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!)
A060672 Numbers n such that phi(x) = n has exactly 9 solutions. 1
40, 60, 108, 128, 252, 276, 440, 612, 696, 996, 1088, 1380, 1500, 1824, 1860, 1932, 2064, 2472, 2796, 2928, 3060, 3132, 3384, 3516, 4584, 4932, 5076, 5136, 5436, 5700, 5888, 6096, 6372, 6640, 6744, 7020, 7080, 7380, 7452, 7476, 7704, 8040, 8676, 8892 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
40 = phi(41) = phi(55) = phi(75) = phi(82) = phi(88) = phi(100) = phi(110) = phi(132) = phi(150).
MATHEMATICA
a = Table[ 0, {10000} ]; Do[ p = EulerPhi[ n ]; If[ p < 10001, a[ [ p ] ]++ ], {n, 1, 35000} ]; Select[ Range[ 10000 ], a[ [ # ] ] == 9 & ]
PROG
(PARI) is(n)=sum(i=1, n, eulerphi(i)==n)==9 \\ Charles R Greathouse IV, Mar 03 2014
CROSSREFS
Sequence in context: A052475 A182205 A195571 * A204754 A204747 A205066
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Apr 18 2001
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 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)