The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A332221 a(n) = A156552(sigma(n)). 11
0, 2, 3, 8, 5, 11, 7, 10, 32, 13, 11, 35, 17, 23, 23, 1024, 13, 66, 19, 37, 31, 27, 23, 43, 1024, 37, 39, 71, 21, 55, 31, 38, 47, 29, 47, 72, 257, 43, 71, 45, 37, 95, 67, 75, 133, 55, 47, 4099, 258, 2050, 55, 49, 29, 87, 55, 87, 79, 45, 43, 151, 2049, 95, 263, 1073741824, 75, 111, 259, 77, 95, 111, 55, 138, 4097, 517, 4099, 83 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A156552(A000203(n)).
A000120(a(n)) = A058063(n).
MATHEMATICA
Array[Floor@ Total@ Flatten@ MapIndexed[#1 2^(#2 - 1) &, Flatten[Table[2^(PrimePi@ #1 - 1), {#2}] & @@@ FactorInteger@ DivisorSigma[1, #]]] &, 76] (* Michael De Vlieger, Feb 12 2020 *)
PROG
(PARI)
A156552(n) = {my(f = factor(n), p2 = 1, res = 0); for(i = 1, #f~, p = 1 << (primepi(f[i, 1]) - 1); res += (p * p2 * (2^(f[i, 2]) - 1)); p2 <<= f[i, 2]); res}; \\ From A156552
A332221(n) = A156552(sigma(n));
CROSSREFS
Cf. A000203, A156552, A058063, A332216 (fixed points), A332218, A332222.
Sequence in context: A126102 A011433 A349824 * A340393 A332222 A126139
KEYWORD
nonn
AUTHOR
Antti Karttunen, Feb 12 2020
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 June 4 22:04 EDT 2024. Contains 373102 sequences. (Running on oeis4.)