The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A175875 Numbers n such that sigma(n+3) = 3*sigma(n). 3
3, 30237, 292317, 3116957, 4044037, 6902277, 73442597, 115767957, 137410557, 416776357, 526908197, 541579497, 695350653, 758403357, 1105731897, 1178082357, 1233277917, 1309742557, 1866261597, 1998267037, 2161411557, 2563416237, 2750761437, 2873771997, 2892203997, 3331848517, 3621735037, 3758847117 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(1) = A175874(3).
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..180 (terms < 10^12)
PROG
(PARI) isok(n) = sigma(n+3) == 3*sigma(n); \\ Michel Marcus, Oct 19 2013
(Magma) [n: n in [1..10^8] | SumOfDivisors(n+3) eq 3*SumOfDivisors(n)]; // Vincenzo Librandi, Jul 28 2017
CROSSREFS
Cf. A000203, A002961, A175874, A272027 (3*sigma(n)).
Sequence in context: A007350 A003839 A297023 * A030463 A086509 A068161
KEYWORD
nonn
AUTHOR
Zak Seidov, Oct 06 2010
EXTENSIONS
a(8)-a(21) from Donovan Johnson, Oct 11 2010
a(22)-a(24) from Donovan Johnson, Sep 10 2012
a(25) from Zak Seidov, Jul 07 2013
a(26)-a(28) from Chai Wah Wu, Jul 27 2017
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 May 20 02:39 EDT 2024. Contains 372703 sequences. (Running on oeis4.)