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!)
A238765 Numbers k such that if x = Sum_{j|k, j<k} (sigma(j) - j) then k = Sum_{j|x, j<k} (sigma(j) - j). 0
198, 608, 11322, 15450, 17874, 20826, 33894, 41022, 56608, 1259910, 1764414, 3055150, 565344850, 579667086, 907521650 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A066218 is a subsequence. It lists the fixed points of the transform n -> Sum_{j|n, j<n} (sigma(j)- j).
LINKS
EXAMPLE
Aliquot divisors of 15450 are 1, 2, 3, 5, 6, 10, 15, 25, 30, 50, 75, 103, 150, 206, 309, 515, 618, 1030, 1545, 2575, 3090, 5150, 7725. Their respective sigma(k)-k are 0, 1, 1, 1, 6, 8, 9, 6, 42, 43, 49, 1, 222, 106, 107, 109, 630, 842, 951, 649, 4398, 4522, 5171 and their sum is equal to 17874.
Aliquot divisors of 17874 are 1, 2, 3, 6, 9, 18, 27, 54, 331, 662, 993, 1986, 2979, 5958, 8937. Their respective sigma(k)-k are 0, 1, 1, 6, 4, 21, 13, 66, 1, 334, 335, 1998, 1337, 6990, 4343 and their sum is equal to 15450.
MAPLE
with(numtheory); P:=proc(q) local a, b, c, i, n;
for n from 1 to q do a:=sort([op(divisors(n))]); b:=0;
for i from 1 to nops(a)-1 do b:=b+sigma(a[i])-a[i]; od;
a:=sort([op(divisors(b))]); c:=0;
for i from 1 to nops(a)-1 do c:=c+sigma(a[i])-a[i]; od;
if n=c then print(n); fi; od; end: P(10^6);
CROSSREFS
Sequence in context: A083264 A202526 A221219 * A066218 A304614 A357076
KEYWORD
nonn,more,hard
AUTHOR
Paolo P. Lava, Mar 05 2014
EXTENSIONS
a(13)-a(15) from Michel Marcus, Mar 07 2014
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 1 20:04 EDT 2024. Contains 372176 sequences. (Running on oeis4.)