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!)
A163163 a(n) = sigma(n) + tau(n) - n. 2
1, 3, 3, 6, 3, 10, 3, 11, 7, 12, 3, 22, 3, 14, 13, 20, 3, 27, 3, 28, 15, 18, 3, 44, 9, 20, 17, 34, 3, 50, 3, 37, 19, 24, 17, 64, 3, 26, 21, 58, 3, 62, 3, 46, 39, 30, 3, 86, 11, 49, 25, 52, 3, 74, 21, 72, 27, 36, 3, 120, 3, 38, 47, 70, 23, 86, 3, 64, 31, 82, 3, 135, 3, 44, 55, 70, 23, 98, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A007503(n) - n = A000203(n) + A000005(n) - n.
a(n) = A000005(n) + A001065(n). - Antti Karttunen, Feb 25 2018
EXAMPLE
a(10) = A007503(10) - 10 = 22 - 10 = 12.
MATHEMATICA
Table[Apply[Plus, DivisorSigma[#, n] & /@ {0, 1}] - n, {n, 79}] (* Michael De Vlieger, Feb 25 2018 *)
PROG
(PARI) A163163(n) = (sigma(n)+numdiv(n)-n); \\ Antti Karttunen, Feb 25 2018
CROSSREFS
Sequence in context: A058587 A196439 A184389 * A323349 A307982 A339335
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
47 replaced with 37 by R. J. Mathar, Jul 25 2009
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 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)