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.

Showing 1-1 of 1 results.

A331033 a(n) is the least k such that the denominator(sigma(sigma(k))/k) equals n.

Original entry on oeis.org

1, 30, 3, 32, 5, 864, 7, 128, 9, 10, 11, 96, 13, 3570, 45, 256, 17, 216, 19, 40, 147, 22, 23, 6912, 25, 468, 567, 224, 29, 2520, 31, 416, 33, 374, 35, 147456, 37, 152, 117, 10800, 41, 102816, 43, 88, 135, 46, 47, 768, 49, 21000, 153, 52, 53, 6696, 165, 896, 171, 7424, 59, 36960
Offset: 1

Views

Author

Michel Marcus, Jan 08 2020

Keywords

Comments

a(n) is the least k such that the A318060(k) equals n.
a(n) is divisible by n.

Crossrefs

Cf. A000203 (sigma), A051027 (sigma(sigma)), A318060.

Programs

  • PARI
    a(n) = my(k=n); while (denominator(sigma(sigma(k))/k) != n, k+=n); k;
Showing 1-1 of 1 results.