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!)
A060670 Numbers n such that phi(x) = n has exactly 7 solutions. 2
32, 132, 156, 544, 912, 924, 1012, 1044, 1140, 1452, 1464, 1472, 1476, 1572, 1664, 1764, 2076, 2100, 2232, 2424, 2580, 2624, 2652, 3096, 3248, 3336, 3444, 3660, 3996, 4488, 4776, 4840, 5060, 5316, 5412, 5696, 6504, 6516, 6540, 6612, 6660, 6780, 6996, 7116 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
32 = phi(51) = phi(64) = phi(68) = phi(80) = phi(96) = phi(102) = phi(120).
MATHEMATICA
a = Table[ 0, {8000} ]; Do[ p = EulerPhi[ n ]; If[ p < 8001, a[ [ p ] ]++ ], {n, 1, 25000} ]; Select[ Range[ 8000 ], a[ [ # ] ] == 7 & ]
PROG
(PARI) is(n)=sum(i=1, n, eulerphi(i)==n)==7 \\ Charles R Greathouse IV, Mar 03 2014
CROSSREFS
Sequence in context: A153074 A035503 A059210 * A044364 A044745 A297641
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)