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!)
A354723 Terms of A354722 whose number of divisors sets a new record. 1
25, 39, 575, 2875, 93025, 243125, 568135, 52810719, 3752907575, 15623751875 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The corresponding numbers of divisors are 3, 4, 6, 8, 9, 10, 12, 16, 18, 20, ...
a(11) > 4*10^10, if it exists.
LINKS
MATHEMATICA
bw[n_] := DigitCount[n, 2, 1]; seq = {}; dm = 0; Do[If[CompositeQ[n] && (d = DivisorSigma[0, n]) > dm && UnsameQ @@ (bw /@ Divisors[n]), dm = d; AppendTo[seq, n]], {n, 1, 10^5, 2}]; seq
CROSSREFS
Sequence in context: A070758 A104667 A354722 * A066844 A255608 A309623
KEYWORD
nonn,base,more
AUTHOR
Amiram Eldar, Jun 04 2022
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 August 15 12:41 EDT 2024. Contains 375173 sequences. (Running on oeis4.)