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!)
A060671 Numbers n such that phi(x) = n has exactly 8 solutions. 2
36, 64, 176, 200, 224, 280, 324, 464, 520, 888, 920, 1184, 1368, 1400, 1520, 1696, 1720, 1904, 1960, 2040, 2096, 2120, 2256, 2392, 2600, 2656, 2712, 2752, 2864, 2944, 2960, 2968, 2976, 2988, 3104, 3276, 3300, 3408, 3616, 3640, 3792, 3800, 3816, 3824, 3880 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
36 = phi(37) = phi(57) = phi(63) = phi(74) = phi(76) = phi(108) = phi(114) = phi(126).
MATHEMATICA
a = Table[ 0, {5000} ]; Do[ p = EulerPhi[ n ]; If[ p < 5001, a[ [ p ] ]++ ], {n, 1, 25000} ]; Select[ Range[ 5000 ], a[ [ # ] ] == 8 & ]
PROG
(PARI) is(n)=sum(i=1, n, eulerphi(i)==n)==8 \\ Charles R Greathouse IV, Mar 03 2014
CROSSREFS
Sequence in context: A343293 A326666 A272190 * A269499 A074315 A240520
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 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)