cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A055704 Numbers k such that n | sigma_10(k) + phi(k)^10.

This page as a plain text file.
%I A055704 #15 Nov 19 2024 03:16:24
%S A055704 1,2,6,38,551,589,750,2510,3277,7801,9940,11359,16810,19875,21250,
%T A055704 23700,30450,33000,34350,41005,117670,132300,144300,145150,161700,
%U A055704 234635,242550,249000,308700,365750,407925,423801,437250,468150,524700,577850,585206,616585
%N A055704 Numbers k such that n | sigma_10(k) + phi(k)^10.
%C A055704 sigma_10(k) is the sum of the 10th powers of the divisors of k (A013958).
%H A055704 Amiram Eldar, <a href="/A055704/b055704.txt">Table of n, a(n) for n = 1..170</a>
%t A055704 Do[If[Mod[DivisorSigma[10, n]+EulerPhi[n]^10, n]==0, Print[n]], {n, 1, 10^5}]
%o A055704 (PARI) isok(n) = !((sigma(n, 10) + eulerphi(n)^10) % n); \\ _Michel Marcus_, Mar 02 2014
%Y A055704 Cf. A000010, A013958.
%K A055704 nonn
%O A055704 1,2
%A A055704 _Robert G. Wilson v_, Jun 09 2000
%E A055704 More terms from _Michel Marcus_, Mar 02 2014