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!)
A074775 Numbers n such that tau(n) < tau(n+1) where tau(x)=A000005(x). 8
1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 23, 25, 27, 29, 31, 35, 37, 39, 41, 43, 47, 49, 51, 53, 55, 59, 61, 62, 63, 65, 67, 69, 71, 73, 74, 77, 79, 83, 87, 89, 91, 95, 97, 99, 101, 103, 107, 109, 111, 113, 115, 119, 121, 123, 125, 127, 129, 131, 134, 137, 139, 143, 146, 149 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
P. Erdős, On a problem of Chowla and some related problems, Proc. Cambridge Philos. Soc. 32 (1936), pp. 530-540.
FORMULA
a(n) seems to be asymptotic to c*n with c=2.23...
In fact, Erdős proved that a(n) ~ 2n. - Charles R Greathouse IV, Dec 05 2012
MATHEMATICA
Select[Range[1, 150], DivisorSigma[0, #] < DivisorSigma[0, #+1]&] (* Vaclav Kotesovec, Feb 16 2019 *)
PROG
(PARI) is(n)=numdiv(n) < numdiv(n+1) \\ Charles R Greathouse IV, Dec 05 2012
CROSSREFS
Sequence in context: A338316 A193414 A138217 * A356845 A225105 A143451
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Sep 07 2002
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 April 24 11:49 EDT 2024. Contains 371936 sequences. (Running on oeis4.)