The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A351440 Numbers k for which A003958(sigma(k)) + A064989(sigma(k)) is equal to A003958(k) + A064989(k). 4
1, 6, 28, 496, 8128, 30240, 32760, 240408, 2178540, 6828720, 13042080, 23569920, 33550336, 42402048, 45532800, 142990848, 1379454720 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI)
A003958(n) = { my(f = factor(n)); for(i=1, #f~, f[i, 1]--); factorback(f); };
A064989(n) = { my(f = factor(n>>valuation(n, 2))); for(i=1, #f~, f[i, 1] = precprime(f[i, 1]-1)); factorback(f); };
isA351440(n) = { my(s=sigma(n)); ((A003958(s)+A064989(s)) == (A003958(n)+A064989(n))); };
CROSSREFS
Subsequence of A351446.
Subsequences: A000396, A336702.
Sequence in context: A174633 A345004 A370789 * A325637 A336702 A325654
KEYWORD
nonn,more
AUTHOR
Antti Karttunen, Feb 12 2022
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 15 06:57 EDT 2024. Contains 372538 sequences. (Running on oeis4.)