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!)
A163107 a(n) = tau(tau(sigma(n))), where tau = A000005, the number of divisors, and sigma = A000203, the sum of divisors of n. 2
1, 2, 2, 2, 3, 4, 3, 3, 2, 4, 4, 4, 3, 4, 4, 2, 4, 3, 4, 4, 4, 3, 4, 6, 2, 4, 4, 4, 4, 6, 4, 4, 4, 4, 4, 3, 3, 6, 4, 6, 4, 6, 4, 6, 4, 6, 4, 4, 3, 3, 6, 4, 4, 5, 6, 5, 4, 6, 6, 5, 3, 6, 4, 2, 6, 4, 4, 6, 6, 4, 6, 4, 3, 4, 4, 6, 6, 5, 4, 4, 2, 6, 6, 6, 6, 6, 5, 6, 6, 6, 4, 5, 4, 4, 5, 6, 4, 4, 6, 3, 4, 5, 4, 5, 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) : A163107 := proc(n) tau(tau(sigma(n))) ; end: seq(A163107(n), n=1..120) ; # R. J. Mathar, Jul 27 2009
MATHEMATICA
DivisorSigma[0, DivisorSigma[0, DivisorSigma[1, Range[110]]]] (* Harvey P. Dale, Nov 25 2016 *)
PROG
(PARI) A163107(n) = numdiv(numdiv(sigma(n))); \\ Antti Karttunen, Nov 07 2017
CROSSREFS
Sequence in context: A151714 A039644 A281945 * A275840 A178065 A366636
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 | 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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)