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!)
A046840 Number of divisors divides sum of 4th powers of divisors. 2
1, 3, 4, 5, 7, 11, 12, 13, 15, 16, 17, 19, 20, 21, 23, 25, 27, 28, 29, 31, 33, 35, 37, 39, 41, 43, 44, 47, 48, 49, 51, 52, 53, 55, 57, 59, 60, 61, 65, 67, 68, 69, 71, 73, 75, 76, 77, 79, 80, 81, 83, 84, 85, 87, 89, 91, 92, 93, 95, 97, 100, 101, 103, 105, 107, 108, 109, 111 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A020486 is very similar to this sequence, but it does not include the following values below 1000 (which this sequence does include): {16, 80, 81, 176, 304, 324, 400, 405, 464, 496, 656, 784, 880, 891, 944, 976}.
LINKS
EXAMPLE
x=16 with 5 divisors, sigma(k,16) = 5, 31, 341, 46801, 69905 for k=0,1,2,3,4, respectively. It is seen that sigma(4,16) = 13981*sigma(0,64) = 41*sigma(2,64)*sigma(0,64).
PROG
(Magma) [n: n in [1..120] | IsZero(DivisorSigma(4, n) mod NumberOfDivisors(n))]; // Bruno Berselli, Apr 11 2013
(PARI) isok(n) = sigma(n, 4) % numdiv(n) == 0; \\ Michel Marcus, May 13 2018
CROSSREFS
Sequence in context: A022440 A347805 A088130 * A057773 A020486 A091428
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 April 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)