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.

A339901 a(n) = A339971(n) / gcd(A339809(2*n), A339971(n)).

Original entry on oeis.org

1, 1, 1, 1, 1, 3, 3, 3, 1, 5, 5, 5, 15, 3, 5, 15, 1, 3, 3, 3, 1, 9, 9, 9, 15, 15, 5, 15, 9, 45, 5, 45, 1, 1, 1, 1, 3, 3, 1, 3, 5, 1, 5, 5, 5, 15, 15, 15, 3, 3, 1, 3, 9, 9, 3, 9, 1, 15, 15, 15, 15, 9, 45, 45, 1, 9, 9, 9, 9, 27, 27, 27, 45, 45, 5, 45, 135, 135, 45, 135, 9, 27, 27, 27, 3, 81, 81, 81, 135, 27, 45, 135, 405
Offset: 0

Views

Author

Antti Karttunen, Dec 28 2020

Keywords

Comments

Compare also to the scatter plot of A339898.

Crossrefs

Programs

  • PARI
    A000265(n) = (n>>valuation(n,2));
    A019565(n) = { my(m=1, p=1); while(n>0, p = nextprime(1+p); if(n%2, m *= p); n >>= 1); (m); };
    A339901(n) = { my(x=A019565(2*n), y=A000265(eulerphi(x))); y/gcd((x-1),y); };

Formula

a(n) = A339971(n) / A339899(n).
a(n) = A000265(A160595(A019565(2*n))).
a(n) = A340075(A019565(n)) = A340085(A019565(2*n)).