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!)
A061765 a(n) = usigma(sigma(n)), where usigma(n) is the sum of unitary divisors of n (A034448) and sigma(n) is the sum of the divisors (A000203). 4
1, 4, 5, 8, 12, 20, 9, 24, 14, 30, 20, 40, 24, 36, 36, 32, 30, 56, 30, 96, 33, 50, 36, 120, 32, 96, 54, 72, 72, 90, 33, 80, 68, 84, 68, 112, 60, 120, 72, 180, 96, 132, 60, 160, 168, 90, 68, 160, 80, 128, 90, 150, 84, 216, 90, 216, 102, 180, 120, 288 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A034448(A000203(n)). - Amiram Eldar, Aug 26 2022
MATHEMATICA
a[n_] := Times @@ (1 + Power @@@ FactorInteger[DivisorSigma[1, n]]); a[1] = 1; Array[a, 100] (* Amiram Eldar, Aug 26 2022 *)
CROSSREFS
Sequence in context: A011980 A260163 A362560 * A242274 A297419 A230549
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Oct 30 2001
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 09:38 EDT 2024. Contains 371967 sequences. (Running on oeis4.)