login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060673 phi(x) = n has exactly 10 solutions. 0
24, 80, 180, 256, 264, 828, 1188, 1640, 1968, 2024, 2368, 2544, 2720, 2772, 2904, 3036, 3136, 3144, 3328, 3392, 3420, 4192, 4392, 4464, 4600, 5000, 5312, 5504, 5508, 5688, 5728, 5796, 5800, 6208, 6228, 6732, 6888, 7000, 7232, 7740, 7956, 8388, 8576 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

24 = phi(35) = phi(39) = phi(45) = phi(52) = phi(56) = phi(70) = phi(72) = phi(78) = phi(84) = phi(90).

MATHEMATICA

a = Table[ 0, {10000} ]; Do[ p = EulerPhi[ n ]; If[ p < 10001, a[ [ p ] ]++ ], {n, 1, 35000} ]; Select[ Range[ 10000 ], a[ [ # ] ] == 10 & ]

CROSSREFS

Cf. A007366, A007367.

Sequence in context: A114818 A068379 A190102 * A167561 A182915 A030622

Adjacent sequences:  A060670 A060671 A060672 * A060674 A060675 A060676

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Apr 18 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 21:51 EST 2012. Contains 205978 sequences.