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!)
A078422 a(n) = prime(n+1)^prime(n). 6

%I #17 Oct 16 2023 16:21:37

%S 9,125,16807,19487171,1792160394037,9904578032905937,

%T 5480386857784802185939,74615470927590710561908487,

%U 4316720717749415770740818372739989

%N a(n) = prime(n+1)^prime(n).

%F a(n) = A000040(n+1)^A000040(n) - _Omar E. Pol_, Feb 27 2020

%e a(7) = 17^13 = 5480386857784802185939.

%t Table[Prime[n+1]^Prime[n], {n, 1, 10}] (* _Vaclav Kotesovec_, Jan 25 2016 *)

%t #[[2]]^#[[1]]&/@Partition[Prime[Range[10]],2,1] (* _Harvey P. Dale_, Oct 16 2023 *)

%Y Cf. A000040, A053089.

%K nonn

%O 1,1

%A _Lior Manor_, Dec 29 2002

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 8 18:04 EDT 2024. Contains 372340 sequences. (Running on oeis4.)