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!)
A182169 Numbers n such that sigma(n) divides sum_{k=1..n} tau(k), where tau(k) is the number of divisors of k (A000005) and sigma(n) is the sum of divisors of n (A000203). 0
1, 2, 7, 19, 358, 3845, 31138, 36461, 4286729, 81945545, 2059172170, 3071920146, 9331669953, 19026491086 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(15) > 5*10^10. - Donovan Johnson, Apr 16 2012
LINKS
MATHEMATICA
Select[Range[1000000], Mod[Sum[DivisorSigma[0, n], {n, #}], DivisorSigma[1, #]] == 0 &] (* Jayanta Basu, Mar 28 2013 *)
PROG
(PARI) s=0; for(n=1, 1e6, if((s+=numdiv(n))%sigma(n)==0, print1(n", "))) \\ Charles R Greathouse IV, Apr 16 2012
CROSSREFS
Cf. A006218.
Sequence in context: A054423 A137990 A056650 * A170869 A162355 A045858
KEYWORD
nonn
AUTHOR
Naohiro Nomoto, Apr 16 2012
EXTENSIONS
a(10) from Charles R Greathouse IV, Apr 16 2012
a(11)-a(14) from Donovan Johnson, Apr 16 2012
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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)