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.

A369028 Exponential of Mangoldt function permuted by A253563.

Original entry on oeis.org

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

Views

Author

Antti Karttunen, Jan 12 2024

Keywords

Comments

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

Crossrefs

Programs

Formula

a(n) = A014963(A253563(n)).
a(1) = 0, and for n > 0, a(n) = lcm {1..A253563(n)} / lcm {1..A253563(n-1)}. [See comments]