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!)
A232703 Numbers k that divide sigma(k) + sigma(k^2). 3

%I #12 Aug 15 2021 02:14:44

%S 1,2,185,113125,535350201,71373089217,82225037115,156231750533,

%T 268821356379

%N Numbers k that divide sigma(k) + sigma(k^2).

%C a(10) > 10^12. - _Giovanni Resta_, Jun 10 2016

%t Select[Range[150000], Mod[Plus @@ DivisorSigma[1, {#, #^2}], #] == 0 &] (* _Giovanni Resta_, Jun 10 2016 *)

%Y Cf. A000203 (sigma(n) = sum of divisors of n).

%Y Cf. A232547, A065764, A247222.

%K nonn,hard,more

%O 1,2

%A _Alex Ratushnyak_, Nov 28 2013

%E a(6)-a(9) from _Giovanni Resta_, Jun 10 2016

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 August 12 17:30 EDT 2024. Contains 375113 sequences. (Running on oeis4.)