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

%I #25 Jan 21 2019 19:01:55

%S 1,3,25,343,14641,371293,24137569,893871739,78310985281,

%T 14507145975869,819628286980801,177917621779460413,

%U 22563490300366186081,1718264124282290785243,256666986187667409334369

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

%C Main diagonal of A319075. - _Omar E. Pol_, Sep 10 2018

%H Robert Israel, <a href="/A093360/b093360.txt">Table of n, a(n) for n = 1..303</a>

%p seq(ithprime(x)^(x-1),x=1..20);

%t Table[Prime[n]^(n-1),{n,20}] (* _Harvey P. Dale_, Jun 11 2014 *)

%o (PARI) a(n) = prime(n)^(n-1);

%o vector(20, n, a(n)) \\ _Michel Marcus_, Sep 13 2018

%Y Cf. A062457.

%K nonn

%O 1,2

%A _Jorge Coveiro_, Apr 28 2004

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 25 16:42 EDT 2024. Contains 371989 sequences. (Running on oeis4.)