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!)
A055709 Numbers k such that k | sigma_5(k). 11
1, 6, 22, 28, 66, 120, 198, 264, 308, 366, 440, 604, 672, 924, 984, 1320, 1464, 1694, 1717, 2013, 2296, 2464, 2574, 2970, 3434, 3608, 3960, 4026, 4228, 4598, 4920, 5082, 5151, 5348, 6200, 6600, 6644, 6776, 6868, 6888, 7320, 7392, 8052, 8128, 9504 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
sigma_5(k) is the sum of the 5th powers of the divisors of k (A001160).
Problem 11090 proves that this sequence is infinite. - T. D. Noe, Apr 18 2006
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..7000
Florian Luca and John Ferdinands, Problem 11090: Sometimes n divides sigma_k(n), Amer. Math. Monthly 113:4 (2006), pp. 372-373.
MATHEMATICA
Do[If[Mod[DivisorSigma[5, n], n]==0, Print[n]], {n, 1, 15000}]
Select[Range[10000], Divisible[DivisorSigma[5, #], #]&] (* Harvey P. Dale, Aug 09 2013 *)
PROG
(PARI) is(n)=sigma(n, 5)%n==0 \\ Charles R Greathouse IV, Feb 01 2013
CROSSREFS
Cf. A001160.
Sequence in context: A242592 A044448 A111036 * A276795 A037204 A296981
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Jun 09 2000
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 June 9 16:35 EDT 2024. Contains 373248 sequences. (Running on oeis4.)