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!)
A061366 Numbers k such that phi(k)+sigma(k) is a perfect cube. 1
99, 814, 1371, 2047, 2883, 5816, 6105, 6851, 10718, 16744, 19390, 19651, 20080, 20115, 20820, 22015, 22165, 22550, 23035, 25976, 30090, 31999, 32130, 34479, 36492, 36865, 37043, 39942, 40347, 42591, 44475, 48667, 52377, 54213, 54321 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
phi(99)+sigma(99) = 60+156 = 216 = 6^3, so 99 is a term of the sequence.
MATHEMATICA
Select[Range[10^5], IntegerQ[(EulerPhi[ # ] + DivisorSigma[1, # ])^(1/3)] &]
PROG
(PARI) isok(n) = ispower(eulerphi(n)+sigma(n), 3); \\ Michel Marcus, Sep 28 2019
CROSSREFS
Sequence in context: A321636 A154359 A185499 * A177686 A135219 A182672
KEYWORD
nonn,changed
AUTHOR
Joseph L. Pe, Feb 13 2002
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 19:06 EDT 2024. Contains 371962 sequences. (Running on oeis4.)