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!)
A336550 Numbers k such that A007947(k) divides sigma(k) and A003557(k)-1 either divides A326143(k) [= A001065(k) - A007947(k)], or both are zero. 8
6, 24, 28, 96, 120, 234, 384, 496, 936, 1536, 1638, 6144, 8128, 24576, 42588, 98304, 393216, 1089270, 1572864, 6291456, 25165824, 33550336, 100663296, 115048440, 402653184, 1185125760, 1610612736 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers k such that gcd(sigma(k)-A007947(k), A007947(k)) == A007947(k) are those in A175200. These are equal to k such that gcd(A326143(k), A007947(k)) = gcd(sigma(k)-A007947(k)-k, A007947(k)) are equal to A007947(k).
Sequence is infinite because all numbers of the form 6*4^n (A002023) are present.
Question: Are there any odd terms?
LINKS
PROG
(PARI)
A007947(n) = factorback(factorint(n)[, 1]);
isA336550(n) = { my(r=A007947(n), s=sigma(n), u=((n/r)-1)); (!(s%r) && (gcd(u, (s-r-n))==u)); };
CROSSREFS
Intersection of A175200 and A336552.
Cf. A000396, A002023, A326145 (subsequences).
Cf. also A336641 for a similar construction.
Sequence in context: A344754 A364977 A336641 * A118372 A263928 A219362
KEYWORD
nonn,more
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)