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!)
A337738 Terms of A171641 with a record number of divisors. 1
738, 3492, 14184, 58896, 236448, 954432, 2549700, 10884600, 44989200 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Non-deficient numbers (A023196) with an even sum of divisors (A000203) which cannot be partitioned into two disjoint sets with equal sum, and having a record number of divisors.
The corresponding numbers of divisors are 12, 18, 24, 30, 36, 42, 54, 72, 90, ...
LINKS
EXAMPLE
The number of divisors of each of the first 33 terms of A171641 is 12. A171641(34) = 3492 has 18 divisors, and it is the first term with more than 12 divisors. Therefore, a(2) = 3492.
MATHEMATICA
nonZumQ[n_] := Module[{d = Divisors[n], sum, x}, sum = Plus @@ d; sum >= 2*n && EvenQ[sum] && CoefficientList[Product[1 + x^i, {i, d}], x][[1 + sum/2]] == 0]; dm = 0; s = {}; Do[d = DivisorSigma[0, n]; If[d > dm, q = nonZumQ[n]; If[q && d > dm, dm = d; AppendTo[s, n]]], {n, 1, 60000}]; s
CROSSREFS
Sequence in context: A251814 A320714 A251647 * A204289 A204285 A224564
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Sep 17 2020
EXTENSIONS
a(8)-a(9) from Amiram Eldar, Apr 04 2023
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 22 23:31 EDT 2024. Contains 374544 sequences. (Running on oeis4.)