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!)
A188631 Numbers k such that d(k-1) < d(k) < d(k+1) where d(k) is the number of divisors of k. 2
62, 63, 74, 164, 188, 194, 195, 207, 255, 275, 278, 279, 284, 314, 356, 362, 363, 398, 399, 404, 422, 423, 428, 455, 458, 459, 483, 494, 524, 539, 584, 614, 615, 662, 674, 692, 734, 747, 758, 759, 764, 824, 854, 867, 890, 927, 935, 944, 956, 998, 999 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
A000005(a(n)-1) < A000005(a(n)) < A000005(a(n)+1).
MATHEMATICA
Select[Range[2, 1000], DivisorSigma[0, # - 1] < DivisorSigma[0, #] < DivisorSigma[0, # + 1] &] (* T. D. Noe, Apr 05 2011 *)
PROG
(Magma) d:=func<k | NumberOfDivisors(k)>; [ n: n in [2..1000] | d(n-1) lt d(n) and d(n) lt d(n+1)]; // Bruno Berselli, Apr 05 2011
CROSSREFS
Sequence in context: A143733 A296766 A003635 * A076764 A367090 A345496
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected and extended by T. D. Noe, Apr 05 2011
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 March 29 05:28 EDT 2024. Contains 371264 sequences. (Running on oeis4.)