|
Search: id:A058076
|
|
|
| A058076 |
|
Numbers n such that n | Sigma_3(n) + Sigma_2(n)+ Sigma_1(n) + Sigma_0(n). |
|
+0 1
|
|
| 1, 4, 5, 6, 9, 14, 42, 69, 138, 428, 2772, 3243, 3306, 4830, 7882, 24720, 49710, 53403, 314184, 1351280, 1847772
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
sigma_0(n) is the number of divisors of n (A000005).
sigma_1(n) is the sum of the divisors of n [same as sigma(n)] (A000203).
sigma_2(n) is the sum of the squares of the divisors of n (A001157).
sigma_3(n) is the sum of the cubes of the divisors of n (A001158).
|
|
MATHEMATICA
|
Do[ If[ Mod[ DivisorSigma[3, n] + DivisorSigma[2, n] + DivisorSigma[1, n] + DivisorSigma[0, n], n] == 0, Print[n]], {n, 1, 6.6 10^6}]
|
|
CROSSREFS
|
Sequence in context: A039013 A020669 A091730 this_sequence A033819 A058782 A115762
Adjacent sequences: A058073 A058074 A058075 this_sequence A058077 A058078 A058079
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 11 2000
|
|
|
Search completed in 0.002 seconds
|