cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A335913 a(n) = A225546(sigma(n)).

Original entry on oeis.org

1, 4, 3, 256, 8, 12, 6, 64, 4294967296, 18, 12, 768, 512, 24, 24
Offset: 1

Views

Author

Antti Karttunen, Jul 07 2020

Keywords

Comments

Term a(16) has 309 digits (1025 bits).
This is not multiplicative. Even though a(2*3) = a(2)*a(3), a(2*7) = a(2)*a(7), and a(3*5) = a(3)*a(5), we still have a(2*5) = 18 <> a(2)*a(5) = 4*8 = 32.

Crossrefs

Programs

  • Mathematica
    Array[If[# == 1, 1, Times @@ Flatten@ Map[Function[{p, e}, Map[Prime[Log2@ # + 1]^(2^(PrimePi@ p - 1)) &, DeleteCases[NumberExpand[e, 2], 0]]] @@ # &, FactorInteger[#]]] &@ DivisorSigma[1, #] &, 15] (* Michael De Vlieger, Jul 08 2020 *)
  • PARI
    A335913(n) = A225546(sigma(n));

Formula

a(n) = A225546(A000203(n)).
A048675(a(n)) = A331750(n).