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!)
A055702 Numbers n such that n | Sigma_8(n) + Phi(n)^8. 0
1, 2, 6, 86, 2033, 9617, 32052, 439369, 552012, 708292, 849660, 1869252, 2038140, 2083244, 2350089, 2569210, 2930460, 3875508, 4973090, 7248671, 13864156, 23500890, 25516264, 45711708, 57226685, 109512060, 112389732, 197121708, 240926532, 386807715, 395172531 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
sigma_8(n) is the sum of the 8th powers of the divisors of n (A013956).
LINKS
MATHEMATICA
Do[If[Mod[DivisorSigma[8, n]+EulerPhi[n]^8, n]==0, Print[n]], {n, 1, 10^5}]
PROG
(PARI) isok(n) = !((sigma(n, 8) + eulerphi(n)^8) % n); \\ Michel Marcus, Mar 02 2014
CROSSREFS
Sequence in context: A118537 A109892 A268534 * A364794 A334779 A305598
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Jun 09 2000
EXTENSIONS
More terms from Michel Marcus, Mar 02 2014
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 March 28 10:31 EDT 2024. Contains 371240 sequences. (Running on oeis4.)