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!)
A062385 Numbers k such that sigma(k) - phi(k) is a cube. 2
1, 30, 44, 87, 169, 247, 515, 630, 707, 910, 1067, 1255, 1356, 1691, 2128, 2188, 2291, 2438, 2574, 2627, 2747, 2867, 3668, 3689, 4063, 4295, 5206, 5359, 5999, 6331, 6583, 6835, 7719, 8286, 8968, 8991, 9383 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
sigma(30) - phi(30) = 72 - 8 = 64 = 4^3, so 30 is a term of the sequence.
MATHEMATICA
Select[Range[10^4], IntegerQ[(DivisorSigma[1, # ] - EulerPhi[ # ])^(1/3)] &]
PROG
(PARI) select(k->ispower(sigma(k)-eulerphi(k), 3), [1..10000]) \\ Harry J. Smith, Aug 06 2009
CROSSREFS
Sequence in context: A226727 A102843 A242445 * A164803 A152569 A114944
KEYWORD
nonn
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 23 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)