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!)
A364718 Numbers k such that d(k) > d(k+1) > d(k+2), where d(n) is the number of divisors of n. 4
45, 80, 81, 105, 165, 224, 225, 260, 261, 272, 315, 324, 345, 357, 384, 405, 435, 440, 441, 464, 465, 476, 477, 495, 512, 555, 560, 561, 567, 585, 594, 595, 620, 624, 627, 650, 651, 675, 704, 714, 715, 795, 800, 825, 836, 837, 855, 860, 861, 884, 885, 891, 896, 915 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) isok(n) = numdiv(n)>numdiv(n+1) && numdiv(n+1)>numdiv(n+2);
CROSSREFS
Sequence in context: A362792 A049104 A226788 * A102578 A026060 A138171
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Aug 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 16 20:46 EDT 2024. Contains 374358 sequences. (Running on oeis4.)