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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A020488 Numbers n such that tau(n) (or sigma_0(n)) = phi(n). 19
1, 3, 8, 10, 18, 24, 30 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Numbers satisfying A000005(n)=A000010(n)

This sequence is complete because tau(n) < n^(2/3) for all n except a few small numbers, whereas phi(n) > n/(exp(gamma) * log(log(n)) + 3/(log(log(n))) for n > 2. log(log(n)) grows slowly, so phi(n) > tau(n) for all n > some relatively small constant. [Jud McCranie, Jun 17 2005]

Subset of A112587. - Reinhard Zumkeller, Sep 14 2005

MAPLE

select(k->tau(k)=phi(k), [$1..1000]); # Peter Luschny, Aug 26 2011

MATHEMATICA

k=1; s=Select[ Range[ 1, 100000 ], Equal[ Sign[ DivisorSigma[ k-1, # ]-EulerPhi[ # ]^k ], 0 ]& ]

CROSSREFS

Cf. A064374-A064377, A000005, A000010.

Cf. A112954, A062516, A063469, A063470.

Sequence in context: A143144 * A064435 A079541 A131725 A032914 A088072

Adjacent sequences:  A020485 A020486 A020487 * A020489 A020490 A020491

KEYWORD

nonn,fini,full

AUTHOR

David W. Wilson (davidwwilson(AT)comcast.net)

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 15 21:00 EST 2012. Contains 205852 sequences.