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!)
A064431 Numbers n such that |A053222(n)| = tau(n). 0
6, 21, 38, 44, 45, 81, 164, 261, 278, 4388, 9009, 114302, 41623514, 440169957, 19033618221, 175036435525, 341846222877 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) t(n) = abs(sigma(n+1)-sigma(n)) for(n=1, 10^6, if(t(n)==numdiv(n), print(n)))
CROSSREFS
Sequence in context: A284988 A056488 A031042 * A031094 A007339 A363621
KEYWORD
more,nonn
AUTHOR
Jason Earls, Sep 30 2001
EXTENSIONS
a(13)-a(17) from Giovanni Resta, Feb 08 2014
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 25 10:51 EDT 2024. Contains 371967 sequences. (Running on oeis4.)