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!)
A046871 Numbers k such that sigma(2,k) divides sigma(4,k). 4
1, 4, 9, 16, 20, 25, 36, 48, 49, 64, 81, 100, 121, 144, 162, 169, 180, 196, 225, 245, 256, 289, 324, 361, 400, 432, 441, 484, 500, 529, 576, 605, 625, 648, 676, 729, 784, 841, 900, 931, 961, 980, 1024, 1089, 1156, 1200, 1225, 1280, 1296, 1369, 1444, 1521 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
sigma_2(k) is the sum of the squares of the divisors of k (A001157).
sigma_4(k) is the sum of the 4th powers of the divisors of k (A001159).
LINKS
EXAMPLE
k = a(8) = 48 of which divisor power sums for powers 0,1,2,3,4 are 10, 124, 3410, 131068, 5732210, respectively. Here sigma_2 = 3410 and sigma_4 = 3410*1681.
MATHEMATICA
Select[Range@ 1600, Divisible[DivisorSigma[4, #], DivisorSigma[2, #]] &] (* Michael De Vlieger, May 20 2017 *)
PROG
(Magma) [n: n in [1..1600] | IsZero(DivisorSigma(4, n) mod DivisorSigma(2, n))]; // Bruno Berselli, Apr 10 2013
(PARI) isok(n) = !(sigma(n, 4) % sigma(n, 2)); \\ Michel Marcus, May 21 2017
CROSSREFS
Sequence in context: A066213 A355854 A010441 * A020487 A046870 A313335
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 1 05:31 EDT 2024. Contains 372148 sequences. (Running on oeis4.)