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!)
A053089 a(n) = prime(n)^prime(n+1). 12
8, 243, 78125, 1977326743, 34522712143931, 8650415919381337933, 239072435685151324847153, 257829627945307727248226067259, 3091058643093537522799545838540043339063, 2159424054808578564166497528588784562372597429 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Sergio Silva, Teste Numerico. [link is broken]
FORMULA
a(n) = A000040(n)^A000040(n+1). - Omar E. Pol, Feb 27 2020
EXAMPLE
a(3)=78125 because 5 is the 3rd prime, 7 is the 4th prime and 5^7=78125.
MATHEMATICA
#[[1]]^#[[2]]&/@Partition[Prime[Range[10]], 2, 1] (* Harvey P. Dale, Jul 10 2015 *)
PROG
(PARI) a(n) = my(p=prime(n)); p^nextprime(p+1); \\ Michel Marcus, Feb 27 2020
CROSSREFS
Sequence in context: A209540 A085524 A062481 * A090241 A242196 A316802
KEYWORD
nonn,easy
AUTHOR
Enoch Haga, Mar 18 2000
EXTENSIONS
One additional term (a(10)) from Harvey P. Dale, Jul 10 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 April 23 10:29 EDT 2024. Contains 371905 sequences. (Running on oeis4.)