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!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
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

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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)