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!)
A336641 Numbers k such that A007913(k) divides sigma(k) and A008833(k)-1 either divides A326127(k) (= sigma(k)-core(k)-k), or both are zero. 3
6, 24, 28, 96, 120, 150, 294, 384, 496, 1014, 1536, 3276, 3750, 3780, 6144, 8128, 14406, 20328, 24576, 32760, 93750, 98304, 171366, 306180, 393216, 705894, 1241460, 1572864, 2343750, 6291456, 16380000, 24800580, 25165824, 28960854, 30387840, 33550336, 34588806, 58593750, 100663296, 165143160, 332226048, 402653184 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers k such that A326128(k) = A326129(k) form a subsequence of this sequence. So far it is not known whether it contains any other terms apart from those of A000396. See comments in A326129.
Sequence is infinite because all numbers of the form 6*4^n (A002023) are present.
Question: Are there any odd terms?
LINKS
PROG
(PARI) isA336641(n) = { my(c=core(n), s=sigma(n), u=((n/c)-1)); (!(s%c) && (gcd(u, (s-c-n))==u)); };
CROSSREFS
Cf. A000396, A002023 (subsequences).
Cf. also A336550 for a similar construction.
Sequence in context: A293453 A344754 A364977 * A336550 A118372 A263928
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jul 28 2020
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)