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!)
A374138 Numbers k that have more than two prime factors (with multiplicity) and A075255(k) is a multiple of A374127(k). 1
8, 28, 496, 8128, 627013, 3713337, 33550336, 64488069, 3919528877 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
{k | A001222(k) > 2 and gcd(A075255(k), A374127(k)) = abs(A374127(k))}.
PROG
(PARI)
A001414(n) = ((n=factor(n))[, 1]~*n[, 2]);
A374128(n) = { my(s=A001414(n), x=n-s, u=(sigma(n)-s)-n); (gcd(x, u)==abs(u)); };
isA374138(n) = ((bigomega(n) > 2) && A374128(n));
CROSSREFS
Intersection of A033942 and A374129.
Cf. A000396 (after its initial 6, is a subsequence).
Sequence in context: A244613 A228281 A146977 * A068623 A361585 A297885
KEYWORD
nonn,hard,more,new
AUTHOR
Antti Karttunen, Jul 06 2024
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 July 19 09:21 EDT 2024. Contains 374392 sequences. (Running on oeis4.)