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.

Showing 1-2 of 2 results.

A329036 Number of common divisors of n and A122111(n).

Original entry on oeis.org

1, 2, 1, 1, 1, 4, 1, 1, 3, 2, 1, 2, 1, 2, 2, 1, 1, 2, 1, 6, 2, 2, 1, 2, 1, 2, 1, 3, 1, 8, 1, 1, 2, 2, 1, 2, 1, 2, 2, 3, 1, 4, 1, 3, 2, 2, 1, 2, 1, 2, 2, 3, 1, 1, 1, 8, 2, 2, 1, 4, 1, 2, 1, 1, 1, 4, 1, 3, 2, 4, 1, 2, 1, 2, 6, 3, 1, 4, 1, 3, 1, 2, 1, 12, 1, 2, 2, 4, 1, 4, 1, 3, 2, 2, 1, 2, 1, 1, 1, 1, 1, 4, 1, 4, 4
Offset: 1

Views

Author

Antti Karttunen, Nov 08 2019

Keywords

Crossrefs

Programs

Formula

a(n) = A000005(A280491(n)) = A000005(gcd(n, A122111(n))).
a(n) = 1+A001222(A329042(n)) = 1+A001222(A329043(n)).

A329043 a(n) = Product_{d|A122111(n), d>1} A008578(1+A286561(n,d)), where A286561(n,d) gives the exponent of the highest power of d dividing n.

Original entry on oeis.org

1, 2, 1, 1, 1, 8, 1, 1, 6, 2, 1, 3, 1, 2, 2, 1, 1, 3, 1, 48, 2, 2, 1, 5, 1, 2, 1, 6, 1, 128, 1, 1, 2, 2, 1, 3, 1, 2, 2, 10, 1, 8, 1, 6, 2, 2, 1, 7, 1, 3, 2, 6, 1, 1, 1, 320, 2, 2, 1, 12, 1, 2, 1, 1, 1, 8, 1, 6, 2, 8, 1, 3, 1, 2, 48, 6, 1, 8, 1, 21, 1, 2, 1, 3072, 1, 2, 2, 20, 1, 8, 1, 6, 2, 2, 1, 11, 1, 1, 1, 1, 1, 8, 1, 20, 8
Offset: 1

Views

Author

Antti Karttunen, Nov 08 2019

Keywords

Crossrefs

Programs

  • PARI
    A064989(n) = {my(f); f = factor(n); if((n>1 && f[1,1]==2), f[1,2] = 0); for (i=1, #f~, f[i,1] = precprime(f[i,1]-1)); factorback(f)};
    A122111(n) = if(1==n,n,prime(bigomega(n))*A122111(A064989(n)));
    A329043(n) = { my(m=1,v); fordiv(A122111(n),d,if((d>1) && ((v = valuation(n,d))>0), m *= prime(v))); (m); };

Formula

a(n) = Product_{d|A122111(n), d>1} A008578(1+A286561(n,d)).
1+A001222(a(n)) = A329036(n).
Showing 1-2 of 2 results.