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.

A090528 Primes arising in A090527.

This page as a plain text file.
%I A090528 #7 Nov 17 2018 21:51:41
%S A090528 2,13,23,107,4241,6011,212369,2600137,769230769,16783039447,
%T A090528 49260223471,43267872370321,156507138388141,10680338789777057,
%U A090528 348051774975651917,1529094753948866477,199727959773078870941,32433109109185468674163
%N A090528 Primes arising in A090527.
%C A090528 Conjecture: No term is zero.
%t A090528 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 A090528 Cf. A090525, A090526, A090527.
%K A090528 nonn
%O A090528 1,1
%A A090528 _Amarnath Murthy_, Dec 07 2003
%E A090528 More terms from _Ryan Propper_, Aug 02 2005