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!)
A163106 a(n) = sigma(sigma(tau(n))), where tau = number of divisors and sigma = sum of divisors. 2
1, 4, 4, 7, 4, 8, 4, 8, 7, 8, 4, 28, 4, 8, 8, 12, 4, 28, 4, 28, 8, 8, 4, 24, 7, 8, 8, 28, 4, 24, 4, 28, 8, 8, 8, 14, 4, 8, 8, 24, 4, 24, 4, 28, 28, 8, 4, 39, 7, 28, 8, 28, 4, 24, 8, 24, 8, 8, 4, 56, 4, 8, 28, 15, 8, 24, 4, 28, 8, 24, 4, 56, 4, 8, 28, 28, 8, 24, 4, 39, 12, 8, 4, 56, 8, 8, 8, 24, 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) : A163106 := proc(n) sigma(sigma(tau(n))) ; end: seq(A163106(n), n=1..120) ; # R. J. Mathar, Jul 27 2009
MATHEMATICA
DivisorSigma[1, DivisorSigma[1, DivisorSigma[0, Range[90]]]] (* Harvey P. Dale, Oct 14 2017 *)
PROG
(PARI) A163106(n) = sigma(sigma(numdiv(n))); \\ Antti Karttunen, May 25 2017
CROSSREFS
Sequence in context: A053510 A197009 A204156 * A331619 A374104 A258972
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 September 15 08:55 EDT 2024. Contains 375932 sequences. (Running on oeis4.)