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.

A369029 Exponential of Mangoldt function permuted by A253565.

Original entry on oeis.org

1, 2, 3, 2, 5, 3, 1, 2, 7, 5, 1, 3, 1, 1, 1, 2, 11, 7, 1, 5, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 2, 13, 11, 1, 7, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 17, 13, 1, 11, 1, 1, 1, 7, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1
Offset: 0

Views

Author

Antti Karttunen, Jan 12 2024

Keywords

Comments

Also LCM-transform of A253565 (when viewed as an offset-1 sequence), because A253565 has the S-property explained in the comments of A368900.

Crossrefs

Programs

Formula

a(n) = A014963(A253565(n)).
a(0) = 1, and for n > 0, a(n) = lcm {1..A253565(n)} / lcm {1..A253565(n-1)}. [LCM-transform, see comments]