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!)
A114063 Numbers k such that phi(k) = tau(k)^4, where tau(k) = A000005(k). 5
1, 17, 514, 8738, 32301, 33003, 36351, 41504, 42292, 43852, 51860, 62226, 549117, 561051, 571311, 599067, 617967, 629811, 634005, 657495, 673184, 674505, 683168, 701024, 705568, 718964, 722684, 732628, 745484, 759772, 774368 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For all large enough k, we have tau(k) < k^(1/5) and phi(k) > k^(4/5). Hence, tau(k)^4 < k^(4/5) < phi(k), implying that this sequence is finite. - Max Alekseyev, Mar 10 2016
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..7000 (first 660 terms from Enrique Pérez Herrero)
EXAMPLE
phi(33003) = 20736. tau(33003) = 12, 20736 = 12^4.
PROG
(PARI) isok(n) = eulerphi(n) == numdiv(n)^4; \\ Michel Marcus, Jan 22 2014
CROSSREFS
Sequence in context: A185659 A012792 A012232 * A214135 A193120 A264858
KEYWORD
fini,nonn
AUTHOR
Giovanni Resta, Feb 13 2006
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 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)