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.

A072813 a(n)^A072814(n) is the n-th perfect power.

This page as a plain text file.
%I A072813 #11 Feb 16 2025 08:32:46
%S A072813 1,2,2,3,4,5,3,2,6,7,8,9,10,11,5,2,12,13,14,6,15,3,16,17,18,7,19,20,
%T A072813 21,22,8,23,24,25,26,27,28,29,30,31,10,32,33,34,35,36,11,37,38,39,40,
%U A072813 41,12,42,43,44,45,2,46,3,13,47,48,49,50,51,52,14,53,54,55,5,56,57,58,15
%N A072813 a(n)^A072814(n) is the n-th perfect power.
%H A072813 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/PerfectPower.html">Perfect Power</a>.
%t A072813 {1}~Join~Map[Function[m, Function[w, 1 + Position[w, Min@ DeleteCases[w, x_ /; x < 2]][[1, 1]]]@ Table[Boole[k^# == m] # &@ IntegerExponent[m, k], {k, 2, Floor@ Sqrt@ m}]], Select[Range@ 3400, GCD @@ FactorInteger[#][[All, -1]] > 1 &]] (* _Michael De Vlieger_, Dec 08 2016 *)
%Y A072813 Cf. A001597(n) = a(n)^A072814(n).
%K A072813 nonn
%O A072813 1,2
%A A072813 _Reinhard Zumkeller_, Jul 12 2002
%E A072813 Inserted a(1) = 1 by _Gionata Neri_, Dec 08 2016