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.

A072814 Smallest exponents of perfect powers: A001597(n)=A072813(n)^a(n).

Original entry on oeis.org

2, 2, 3, 2, 2, 2, 3, 5, 2, 2, 2, 2, 2, 2, 3, 7, 2, 2, 2, 3, 2, 5, 2, 2, 2, 3, 2, 2, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 2, 2, 2, 2, 3, 2, 2, 2, 2, 2, 3, 2, 2, 2, 2, 11, 2, 7, 3, 2, 2, 2, 2, 2, 2, 3, 2, 2, 2, 5, 2, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3
Offset: 1

Views

Author

Reinhard Zumkeller, Jul 12 2002

Keywords

Programs

  • Mathematica
    {2}~Join~Map[Function[m, Min@ DeleteCases[#, x_ /; x < 2] &@ Table[Boole[k^# == m] # &@ IntegerExponent[m, k], {k, 2, Floor@ Sqrt@ m}]], Select[Range@ 5000, GCD @@ FactorInteger[#][[All, -1]] > 1 &]] (* Michael De Vlieger, Dec 08 2016 *)

Extensions

Definition corrected by Daniel Forgues, Mar 07 2009
Inserted a(1) = 2 by Gionata Neri, Dec 08 2016