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!)
A341039 Numbers k such that k divides A341038(k). 2
1, 12, 18, 56, 117, 810, 992, 2091, 16256, 796797, 2488734, 22122192, 57636005, 67100672, 114243682 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Contains no primes.
LINKS
EXAMPLE
a(3) = 18 is a term because A341038(18) = 198 is divisible by 18.
MAPLE
f:= proc(n) local D, S, i;
D:= sort(convert(numtheory:-divisors(n), list));
S:= ListTools:-PartialSums(D);
add(S[-i]*D[i], i=1..nops(D))
end proc:
select(t -> f(t) mod t = 0, [$1..20000]);
CROSSREFS
Includes A139256.
Cf. A341038.
Sequence in context: A152615 A258088 A259263 * A279369 A119147 A370395
KEYWORD
nonn,more
AUTHOR
J. M. Bergot and Robert Israel, Feb 03 2021
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 20 00:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)