OFFSET
1,2
LINKS
Karl V. Keller, Jr., Table of n, a(n) for n = 1..10000
PROG
(Python)
from sympy import divisor_count as tau
[n for n in range(1, 303) if tau(n) <= tau(n+1) <= tau(n+2)] # Karl V. Keller, Jr., Jul 10 2020
CROSSREFS
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Sep 02 2002
EXTENSIONS
Corrected and extended by Benoit Cloitre, Sep 07 2002
STATUS
approved