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.

A053786 a(n) = next prime after n^4.

This page as a plain text file.
%I A053786 #22 Sep 08 2022 08:45:00
%S A053786 2,17,83,257,631,1297,2411,4099,6563,10007,14653,20743,28571,38431,
%T A053786 50627,65537,83537,104987,130337,160001,194483,234259,279847,331777,
%U A053786 390647,456979,531457,614657,707293,810013,923539,1048583,1185929,1336337,1500643
%N A053786 a(n) = next prime after n^4.
%C A053786 Primes associated with A053785.
%H A053786 Robert Israel, <a href="/A053786/b053786.txt">Table of n, a(n) for n = 1..10000</a>
%F A053786 a(n) = A007918(A000583(n)). - _Robert Israel_, Jan 29 2018
%e A053786 a(5)=631 because 631 is the smallest prime larger than 5^4 = 625.
%p A053786 seq(nextprime(n^4),n=1..100); # _Robert Israel_, Jan 29 2018
%t A053786 NextPrime[Range[100]^4] (* _Vladimir Joseph Stephan Orlovsky_, Feb 25 2010 *)
%o A053786 (Magma) [NextPrime(n^4): n in [1..35]]; // _Bruno Berselli_, Apr 26 2012
%o A053786 (PARI) vector(50, n, nextprime(n^4)) \\ _Michel Marcus_, Jan 09 2015
%Y A053786 Cf.A000583, A007491, A007918.
%K A053786 nonn,easy
%O A053786 1,1
%A A053786 _Enoch Haga_, Mar 26 2000
%E A053786 Edited by _Jon E. Schoenfield_, Jan 09 2015