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!)
A055033 a(n) = usigma(usigma(n)), where usigma(n) is the sum of unitary divisors of n (A034448). 2
1, 4, 5, 6, 12, 20, 9, 10, 18, 30, 20, 30, 24, 36, 36, 18, 30, 72, 30, 72, 33, 50, 36, 50, 42, 96, 40, 54, 72, 90, 33, 48, 68, 84, 68, 78, 60, 120, 72, 84, 96, 132, 60, 120, 120, 90, 68, 90, 78, 168, 90, 144, 84, 160, 90, 90, 102, 180, 120, 216, 96 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A034448(A034448(n)). - Amiram Eldar, Jul 24 2024
MATHEMATICA
usigma[n_] := Times @@ (1 + Power @@@ FactorInteger[n]); usigma[1] = 1; a[n_] := usigma[usigma[n]]; Array[a, 100] (* Amiram Eldar, Jul 24 2024 *)
PROG
(PARI) usigma(n) = {my(f = factor(n)); prod(i = 1, #f~, 1 + f[i, 1]^f[i, 2]); }
a(n) = usigma(usigma(n)); \\ Amiram Eldar, Jul 24 2024
CROSSREFS
Sequence in context: A301289 A310571 A280382 * A089119 A063833 A260107
KEYWORD
nonn,easy
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 August 12 18:23 EDT 2024. Contains 375113 sequences. (Running on oeis4.)