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.

A098682 Smallest prime larger than n^n.

This page as a plain text file.
%I A098682 #31 Sep 08 2022 08:45:15
%S A098682 2,5,29,257,3137,46663,823547,16777259,387420499,10000000019,
%T A098682 285311670673,8916100448291,302875106592269,11112006825558043,
%U A098682 437893890380859403,18446744073709551629,827240261886336764251,39346408075296537575531,1978419655660313589123997
%N A098682 Smallest prime larger than n^n.
%H A098682 Amiram Eldar, <a href="/A098682/b098682.txt">Table of n, a(n) for n = 1..386</a> (terms 1..200 from Vincenzo Librandi)
%F A098682 a(n) = A074966(n) + n^n. - _Michel Marcus_, Mar 11 2020
%t A098682 Table[NextPrime[n^n], {n, 20}] (* _Vincenzo Librandi_, Sep 04 2017 *)
%o A098682 (Magma) [NextPrime(n^n): n in [1..20]]; // _Vincenzo Librandi_, Sep 04 2017
%o A098682 (PARI) a(n) = nextprime(n^n); \\ _Michel Marcus_, Aug 20 2019
%Y A098682 Cf. A000312 (n^n), A074966, A098681, A116481, A161503, A333184.
%K A098682 nonn
%O A098682 1,1
%A A098682 _Olaf Voß_, Oct 27 2004