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!)
A053787 Nextprime(n^5) - n^5. 1
1, 5, 8, 7, 12, 13, 4, 3, 2, 3, 2, 7, 6, 17, 2, 7, 20, 11, 22, 3, 8, 7, 8, 13, 4, 3, 2, 9, 8, 7, 12, 35, 8, 3, 18, 5, 22, 33, 2, 7, 26, 5, 30, 35, 4, 13, 20, 13, 18, 17, 2, 15, 20, 13, 12, 5, 2, 9, 74, 11, 52, 47, 8, 3, 8, 53, 22, 3, 20, 27, 26, 5, 4, 53, 28, 7, 6, 19, 22, 17, 8, 31, 6, 17 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A007920(n^5). - Michel Marcus, Jun 06 2014
EXAMPLE
a(3)=8 because n^5=243 and next prime is 251; 251-243=8.
PROG
(PARI) a(n) = nextprime(n^5) - n^5; \\ Michel Marcus, Jun 06 2014
CROSSREFS
Sequence in context: A143618 A177056 A331676 * A314569 A314570 A039678
KEYWORD
easy,nonn
AUTHOR
Enoch Haga, Mar 26 2000
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 March 28 08:22 EDT 2024. Contains 371236 sequences. (Running on oeis4.)