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!)
A344755 Numbers k such that A344753(k) is a multiple of A048250(k), and k is a multiple of A344753(k)/A048250(k). 7
6, 28, 150, 496, 528, 1980, 4560, 8128, 8736, 11400, 19872, 20664, 75840, 82080, 253080, 254880, 741744, 1627290, 5130300, 5607360, 7529760, 19645440, 20718720, 33550336, 35092512, 45643392, 45995040, 56424960, 86944320, 169910136, 174013920, 180442080, 196378992, 242040960, 304577280, 314511360, 326611440, 451344960 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers k for which A344753(k)/A048250(k) is a divisor of k.
Perfect numbers (A000396, including also any hypothetical odd terms) are included as only on them A001615 coincides with A344753, and because A001615(n) = A003557(n)*A048250(n), with A003557(n) being a divisor of n.
LINKS
PROG
(PARI)
A048250(n) = factorback(apply(p -> p+1, factor(n)[, 1]));
A344753(n) = sumdiv(n, d, (d<n)*(d+(issquarefree(n/d) * d)));
isA344755(n) = { my(t=A344753(n), u=A048250(n)); ((0==(t%u))&&(0==(n%(t/u)))); };
CROSSREFS
Subsequence of A344754.
Cf. also A344700.
Sequence in context: A110047 A163029 A309490 * A045722 A047129 A173081
KEYWORD
nonn
AUTHOR
Antti Karttunen, May 29 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 May 2 12:49 EDT 2024. Contains 372196 sequences. (Running on oeis4.)