Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #7 Nov 17 2018 21:51:41
%S 2,13,23,107,4241,6011,212369,2600137,769230769,16783039447,
%T 49260223471,43267872370321,156507138388141,10680338789777057,
%U 348051774975651917,1529094753948866477,199727959773078870941,32433109109185468674163
%N Primes arising in A090527.
%C Conjecture: No term is zero.
%t Do[p = n^n; i = 1; While[ !ProvablePrimeQ[Floor[p/Prime[i]]], i++ ]; Print[Floor[p/Prime[i]]], {n, 2, 50}] (* _Ryan Propper_, Aug 02 2005 *)
%Y Cf. A090525, A090526, A090527.
%K nonn
%O 1,1
%A _Amarnath Murthy_, Dec 07 2003
%E More terms from _Ryan Propper_, Aug 02 2005