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!)
A163105 a(n) = tau(sigma(tau(n))), where tau = number of divisors of n (A000005), and sigma = sum of divisors of n (A000203). 1
1, 2, 2, 3, 2, 2, 2, 2, 3, 2, 2, 6, 2, 2, 2, 4, 2, 6, 2, 6, 2, 2, 2, 4, 3, 2, 2, 6, 2, 4, 2, 6, 2, 2, 2, 2, 2, 2, 2, 4, 2, 4, 2, 6, 6, 2, 2, 6, 3, 6, 2, 6, 2, 4, 2, 4, 2, 2, 2, 6, 2, 2, 6, 4, 2, 4, 2, 6, 2, 4, 2, 6, 2, 2, 6, 6, 2, 4, 2, 6, 4, 2, 2, 6, 2, 2, 2, 4, 2, 6, 2, 6, 2, 2, 2, 6, 2, 6, 6, 2, 2, 4, 2, 4, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Repeated application of tau (number of divisors) and sigma (sum of divisors).
LINKS
FORMULA
MAPLE
with(numtheory) : A163105 := proc(n) tau(sigma(tau(n))) ; end: seq(A163105(n), n=1..120) ; # R. J. Mathar, Jul 27 2009
PROG
(PARI) A163105(n) = numdiv(sigma(numdiv(n))); \\ Antti Karttunen, Jul 23 2017
CROSSREFS
Sequence in context: A134852 A071188 A078545 * A152235 A278966 A123582
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Jul 20 2009
EXTENSIONS
More terms from R. J. Mathar, Jul 27 2009
Name edited by Antti Karttunen, Jul 23 2017
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 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)