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!)
A364719 Numbers k such that d(k) > d(k+1) > d(k+2) > d(k+3), where d(n) is the number of divisors of n. 4
80, 224, 260, 440, 464, 476, 560, 594, 650, 714, 836, 860, 884, 980, 1016, 1088, 1184, 1280, 1376, 1520, 1700, 1862, 1904, 2024, 2060, 2096, 2444, 2450, 2816, 2870, 2960, 2996, 3020, 3024, 3164, 3200, 3320, 3380, 3450, 3620, 3800, 3944, 3968, 4004, 4130, 4136, 4250 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Flatten@Position[Differences@#&/@Partition[DivisorSigma[0, Range@5000], 4, 1], {_?(#<0&)..}] (* Hans Rudolf Widmer, Mar 11 2024 *)
PROG
(PARI) isok(n) = numdiv(n)>numdiv(n+1) && numdiv(n+1)>numdiv(n+2) && numdiv(n+2)>numdiv(n+3);
CROSSREFS
Sequence in context: A044793 A359517 A211689 * A202439 A203355 A203348
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 May 2 12:49 EDT 2024. Contains 372196 sequences. (Running on oeis4.)