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.

A306709 For n > 1, a(n) = gcd(A001414(n), A167344(n)) where A001414(n) is the sum of primes p dividing n (with repetition) and A167344(n) = b(n) is the totally multiplicative sequence with b(p) = (p-1)*(p+1) = p^2 - 1; a(1) = 0.

Original entry on oeis.org

0, 1, 1, 1, 1, 1, 1, 3, 2, 1, 1, 1, 1, 9, 8, 1, 1, 8, 1, 9, 2, 1, 1, 9, 2, 3, 1, 1, 1, 2, 1, 1, 2, 1, 12, 2, 1, 3, 16, 1, 1, 12, 1, 15, 1, 1, 1, 1, 2, 12, 4, 1, 1, 1, 16, 1, 2, 1, 1, 12, 1, 3, 1, 3, 18, 16, 1, 3, 2, 2, 1, 12, 1, 3, 1, 1, 18, 18, 1, 1, 4, 1, 1, 2, 2, 9, 32, 1, 1, 1, 4, 27
Offset: 1

Views

Author

Juri-Stepan Gerasimov, May 20 2019

Keywords

Comments

Positions of records: 0, 1, 8, 14, 35, 39, 65, 87, ...

Crossrefs

Programs

Formula

a(n) = gcd(sopfr(n), A003958(n)*A003959(n)) for n > 1; a(1) = 0.
a(p) = 1 for all primes p. - Antti Karttunen, Jan 03 2021