login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A058076 Numbers n such that n | Sigma_3(n) + Sigma_2(n) + Sigma_1(n) + Sigma_0(n). 0
1, 4, 5, 6, 9, 14, 42, 69, 138, 428, 2772, 3243, 3306, 4830, 7882, 24720, 49710, 53403, 314184, 1351280, 1847772, 27247596, 31525032, 41113416, 41590824, 42844894, 44193564, 47287104, 95962560, 104935384, 124365885, 211756464, 569983507 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

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 * A033819 A058782 A115762

Adjacent sequences:  A058073 A058074 A058075 * A058077 A058078 A058079

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 11 2000

EXTENSIONS

a(22)-a(33) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Mar 06 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 00:09 EST 2012. Contains 205978 sequences.