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.

A366283 a(n) = gcd(n, A366275(n)), where A366275 is the Cat's tongue permutation.

Original entry on oeis.org

1, 1, 2, 3, 4, 1, 6, 1, 8, 9, 2, 1, 12, 1, 2, 1, 16, 1, 18, 1, 4, 3, 2, 1, 24, 25, 2, 1, 4, 1, 2, 1, 32, 3, 2, 5, 36, 1, 2, 3, 8, 1, 6, 1, 4, 3, 2, 1, 48, 1, 50, 1, 4, 1, 2, 55, 8, 1, 2, 1, 4, 1, 2, 1, 64, 1, 6, 1, 4, 3, 10, 1, 72, 1, 2, 15, 4, 7, 6, 1, 16, 3, 2, 1, 12, 5, 2, 3, 8, 1, 6, 7, 4, 3, 2, 1, 96, 1, 2, 1, 100
Offset: 0

Views

Author

Antti Karttunen, Oct 07 2023

Keywords

Crossrefs

Differs from related A364255 for the first time at n=25, where a(25) = 25, while A364255(25) = 5.

Programs

Formula

a(n) = gcd(n,A366282(n)) = gcd(A366275(n),A366282(n)).
a(n) = n / A366284(n) = A366275(n) / A366285(n).