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!)
A055698 Numbers n such that n | (sigma_4(n) + phi(n)^4). 0
1, 2, 6, 13588, 48238, 54490, 69004, 194460, 353228, 577980, 638652, 1478962, 1882188, 2190515, 2677740, 3404598, 3875508, 8456460, 9978863, 16320458, 41199780, 45112860, 76132715, 236405988, 357846865, 682983756, 689274612, 733141332, 1185444052, 1752193128 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Sigma_4(n) is the sum of the 4th powers of the divisors of n (A001159).
LINKS
MATHEMATICA
Do[If[Mod[DivisorSigma[4, n] + EulerPhi[n]^4, n]==0, Print[n]], {n, 1, 10^6}]
PROG
(PARI) isok(k) = (sigma(k, 4) + eulerphi(k)^4)%k == 0; \\ Jinyuan Wang, Mar 17 2020
CROSSREFS
Cf. A001159.
Sequence in context: A355556 A162146 A231545 * A121167 A115658 A337096
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Jun 09 2000
EXTENSIONS
More terms from Robert G. Wilson v, Mar 11 2013
More terms from Jinyuan Wang, Mar 17 2020
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)