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.

A073753 a(n) = A073752(A073752(n)), where A073752(n) = gcd(n/spf(n), n/gpf(n)), with spf(n) as the smallest and gpf(n) as the greatest prime factor of n (see A020639, A006530).

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 4, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 3, 1, 1, 1, 1, 8, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 4, 1, 1, 1, 1, 1, 3, 1, 2, 1, 1, 1, 1, 1, 1, 1, 16, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 4, 9, 1, 1, 1, 1, 1, 1, 2, 1, 3, 1, 1, 1, 1, 1, 8, 1, 1, 1, 1, 1, 1, 1, 2
Offset: 1

Views

Author

Reinhard Zumkeller, Aug 07 2002

Keywords

Comments

a(n) = A062378(n) for n<90, but a(90)=3 <> A062378(90)=1.

Crossrefs

Differs from A062378 for the first time at n=90.

Programs

Formula

a(n) = A073752(A073752(n)).

Extensions

Name edited by Antti Karttunen, Sep 23 2017

A087653 Maximum difference between exponents in n-th cyclotomic polynomial.

Original entry on oeis.org

1, 1, 1, 2, 1, 1, 1, 4, 3, 1, 1, 2, 1, 1, 2, 8, 1, 3, 1, 2, 2, 1, 1, 4, 5, 1, 9, 2, 1, 2, 1, 16, 2, 1, 4, 6, 1, 1, 2, 4, 1, 2, 1, 2, 6, 1, 1, 8, 7, 5, 2, 2, 1, 9, 4, 4, 2, 1, 1, 4, 1, 1, 6, 32, 4, 2, 1, 2, 2, 4, 1, 12, 1, 1, 10, 2, 6, 2, 1, 8, 27, 1, 1, 4, 4, 1, 2, 4, 1, 6, 6, 2, 2, 1, 4
Offset: 1

Views

Author

Ralf Stephan, Sep 25 2003

Keywords

Comments

Differs from A000190, A003557, A073752.

Examples

			Cyc(9) = x^6 + x^3 + x^0, so a(9) = 3.
		

Crossrefs

Cf. A013595.

Programs

  • Mathematica
    a[n_] := Max[Differences[Exponent[Cyclotomic [n, x], x, List]]] (* Jonathan Sondow, Jan 09 2014 *)
  • PARI
    { mtermgap(pol)=local(p, m); m=0; p=0; for(k=0, poldegree(pol), if(polcoeff(pol, k)!=0, if(m
    				

Formula

a(p) = a(p*q) = p-1 for primes p < q (by Hong et al.). - Jonathan Sondow, Jan 09 2014
Showing 1-2 of 2 results.