The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A015768 Numbers k such that phi(k) | sigma_10(k). 10
1, 2, 3, 6, 22, 33, 66, 166, 250, 375, 498, 750, 1506, 1826, 5478, 8250, 10375, 10873, 16566, 17762, 20750, 21746, 31125, 32619, 41666, 53286, 62250, 62499, 65238, 98250, 110066, 119603, 124998, 177153, 195382, 228250, 239206 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
sigma_10(k) = A013958(k) is the sum of the 10th powers of the divisors of k.
LINKS
MATHEMATICA
Select[Range[240000], Divisible[DivisorSigma[10, #], EulerPhi[#]] &] (* Amiram Eldar, Nov 06 2019 *)
PROG
(Magma) [k:k in [1..240000]| IsIntegral(DivisorSigma(10, k)/EulerPhi(k))]; // Marius A. Burtea, Nov 06 2019
CROSSREFS
Sequence in context: A270397 A278106 A015773 * A094470 A015764 A015759
KEYWORD
nonn
AUTHOR
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 May 15 14:34 EDT 2024. Contains 372540 sequences. (Running on oeis4.)