The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A053786 a(n) = next prime after n^4. 3
2, 17, 83, 257, 631, 1297, 2411, 4099, 6563, 10007, 14653, 20743, 28571, 38431, 50627, 65537, 83537, 104987, 130337, 160001, 194483, 234259, 279847, 331777, 390647, 456979, 531457, 614657, 707293, 810013, 923539, 1048583, 1185929, 1336337, 1500643 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes associated with A053785.
LINKS
FORMULA
a(n) = A007918(A000583(n)). - Robert Israel, Jan 29 2018
EXAMPLE
a(5)=631 because 631 is the smallest prime larger than 5^4 = 625.
MAPLE
seq(nextprime(n^4), n=1..100); # Robert Israel, Jan 29 2018
MATHEMATICA
NextPrime[Range[100]^4] (* Vladimir Joseph Stephan Orlovsky, Feb 25 2010 *)
PROG
(Magma) [NextPrime(n^4): n in [1..35]]; // Bruno Berselli, Apr 26 2012
(PARI) vector(50, n, nextprime(n^4)) \\ Michel Marcus, Jan 09 2015
CROSSREFS
Sequence in context: A360813 A309029 A079889 * A181546 A320644 A081744
KEYWORD
nonn,easy
AUTHOR
Enoch Haga, Mar 26 2000
EXTENSIONS
Edited by Jon E. Schoenfield, Jan 09 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 15 05:46 EDT 2024. Contains 372538 sequences. (Running on oeis4.)