login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A163108
a(n) = sigma(tau(sigma(n))).
1
1, 3, 4, 3, 7, 12, 7, 7, 3, 12, 12, 12, 7, 15, 15, 3, 12, 7, 12, 15, 12, 13, 15, 28, 3, 15, 15, 15, 15, 28, 12, 12, 18, 15, 18, 7, 7, 28, 15, 28, 15, 28, 12, 28, 15, 28, 18, 12, 7, 7, 28, 12, 15, 31, 28, 31, 18, 28, 28, 31, 7, 28, 15, 3, 28, 24, 12, 28, 28, 24, 28, 15, 7, 15, 12, 28, 28
OFFSET
1,2
COMMENTS
Repeated application of tau (number of divisors) and sigma (sum of divisors).
FORMULA
MAPLE
with(numtheory) : A163108 := proc(n) sigma(tau(sigma(n))) ; end: seq(A163108(n), n=1..120) ; # R. J. Mathar, Jul 27 2009
PROG
(PARI) A163108(n) = sigma(numdiv(sigma(n))); \\ Antti Karttunen, Nov 18 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Jul 20 2009
EXTENSIONS
More terms from R. J. Mathar, Jul 27 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 21 10:16 EDT 2024. Contains 376084 sequences. (Running on oeis4.)