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.
%I A107655 #21 Jun 15 2020 21:16:49 %S A107655 3,5,85,17,1285,4369,559876,257,327685,1114129,1114521441417,16843009, %T A107655 160490068541289,1925878801139721,23110536763219977,65537, %U A107655 3327917287071744009,39934999967815157769,479219999336720898057,5750639996603165650953,69007679885506346588169,828092158571811231498249,9937105900443065378930697 %N A107655 a(n) is the smallest number m greater than 1 such that phi(m) = d(m)^n, where d(m) is number of positive divisors of m; if there is no such m, a(n)=1. %C A107655 For n=0,1,2,3, and 4, a(2^n) = A000215(n), the n-th Fermat prime. %C A107655 Conjecture: A000005(a(n)) <= 12 for all n. [_Max Alekseyev_, May 07 2010] %C A107655 This conjecture holds throughout the first 102 terms. - _David A. Corneth_, Jun 14 2020 %H A107655 David A. Corneth, <a href="/A107655/b107655.txt">Table of n, a(n) for n = 1..100</a> %H A107655 Max Alekseyev, <a href="https://home.gwu.edu/~maxal/gpscripts/invphi.gp">PARI scripts for various problems</a> (see invphitau there). %e A107655 a(10) = 1114129 because phi(1114129) = d(1114129)^10 and 1114129 is the smallest number m greater than 1 that phi(m) = 1048576 = 4^10 = d(m)^10. %o A107655 (PARI) a(n)=res = oo; for(i=2, oo, if(i^n > res, return(res)); c=invphitau(i^n,i); if(#c>0, res=c[1])) \\ for invphitau, see Alekseyev link \\ _David A. Corneth_, Jun 14 2020 %Y A107655 Cf. A000005, A000215, A033844. %K A107655 nonn %O A107655 1,1 %A A107655 _Farideh Firoozbakht_, Jun 06 2005 %E A107655 Terms a(11) onward from _Max Alekseyev_, May 07 2010 %E A107655 Terms a(20)-a(23), offset corrected by _David A. Corneth_, Jun 14 2020