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!)
A347875 Numbers k such that A323905(sigma(k)) is equal to A323905(2*k). 1
1, 6, 21, 28, 496, 8128 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers k such that A323905(sigma(k)) = A332221(k) - A331750(k) is equal to 2*A156552(k) - A048675(k) = A156552(k) + A323905(k).
LINKS
PROG
(PARI)
A048675(n) = { my(f = factor(n)); sum(k=1, #f~, f[k, 2]*2^primepi(f[k, 1]))/2; }; \\ From A048675
A156552(n) = {my(f = factor(n), p, p2 = 1, res = 0); for(i = 1, #f~, p = 1 << (primepi(f[i, 1]) - 1); res += (p * p2 * (2^(f[i, 2]) - 1)); p2 <<= f[i, 2]); res}; \\ From A156552
A323905(n) = (A156552(n) - A048675(n));
isA347875(n) = (A323905(sigma(n))==A323905(2*n));
CROSSREFS
Cf. also A000396 (subsequence), A331751, A347392.
Sequence in context: A143322 A246544 A034897 * A287165 A280296 A325407
KEYWORD
nonn,more
AUTHOR
Antti Karttunen, Sep 19 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 24 09:58 EDT 2024. Contains 371935 sequences. (Running on oeis4.)