login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A340864
Numbers k such that both sigma_{-1}(k) > 2 and sigma_0(k)/sigma_{-1}(k) are integers.
1
672, 30240, 32760, 2178540, 23569920, 45532800, 142990848, 459818240, 1379454720, 14182439040, 43861478400, 51001180160, 66433720320, 153003540480, 403031236608, 704575228896, 13661860101120, 181742883469056, 6088728021160320, 14942123276641920, 20158185857531904
OFFSET
1,1
EXAMPLE
a(1) = 672 is the smallest number k that is both an Ore number and multiperfect such that sigma(k)/k > 2.
MATHEMATICA
Module[{a166069 = {120, 672, 30240, 32760, 523776, 2178540, 23569920, 45532800, 142990848, 459818240, 1379454720}, i, n, result = {}}, For[i = 1, i <= Length[a166069], i++, n = a166069[[i]]; If[Mod[DivisorSigma[0, n], DivisorSigma[-1, n]] == 0, AppendTo[result, n]]]; result]
CROSSREFS
Intersection of A001599 and A166069.
Sequence in context: A321116 A234481 A234476 * A331666 A245782 A047728
KEYWORD
nonn
AUTHOR
David Terr, Jan 24 2021
EXTENSIONS
Name changed by and more terms from Jinyuan Wang, Feb 11 2021
STATUS
approved