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.

A324725 a(n) = sign(A324543(n)) * A001511(A324543(n)), with a(n) = 0 if A324543(n) = 0.

Original entry on oeis.org

0, 1, 1, 1, 1, 2, 1, 3, 1, 1, 1, 1, 1, 2, 4, 5, 1, -1, 1, 3, 1, 5, 1, 4, 1, 3, 3, 1, 1, 2, 1, 4, 3, 5, 3, 3, 1, 2, 2, 6, 1, -2, 1, 1, 1, 6, 1, 4, 1, -1, 2, 1, 1, 3, 1, 3, 2, 2, 1, 2, 1, 5, 3, 4, 4, 1, 1, 1, 3, -4, 1, 3, 1, 3, 1, 1, 3, -1, 1, 4, 5, 5, 1, 1, 2, 4, 2, 4, 1, 1, 1, 1, 7, 5, 2, 7, 1, -2, 1, 2, 1, 1, 1, 8, 2
Offset: 1

Views

Author

Antti Karttunen, Mar 17 2019

Keywords

Crossrefs

Programs

Formula

If A324543(n) = 0, then a(n) = 0, otherwise a(n) = sign(A324543(n)) * A001511(A324543(n)).
a(p) = 1 for all primes p.
A324828(n) = [1 == abs(a(n))], where [ ] is the Iverson bracket.