login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A078422
a(n) = prime(n+1)^prime(n).
7
9, 125, 16807, 19487171, 1792160394037, 9904578032905937, 5480386857784802185939, 74615470927590710561908487, 4316720717749415770740818372739989
OFFSET
1,1
FORMULA
a(n) = A000040(n+1)^A000040(n) - Omar E. Pol, Feb 27 2020
EXAMPLE
a(7) = 17^13 = 5480386857784802185939.
MATHEMATICA
Table[Prime[n+1]^Prime[n], {n, 1, 10}] (* Vaclav Kotesovec, Jan 25 2016 *)
#[[2]]^#[[1]]&/@Partition[Prime[Range[10]], 2, 1] (* Harvey P. Dale, Oct 16 2023 *)
CROSSREFS
Sequence in context: A241709 A085528 A192724 * A291897 A324201 A224495
KEYWORD
nonn
AUTHOR
Lior Manor, Dec 29 2002
STATUS
approved