cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A093360 a(n) = prime(n)^(n-1).

This page as a plain text file.
%I A093360 #25 Jan 21 2019 19:01:55
%S A093360 1,3,25,343,14641,371293,24137569,893871739,78310985281,
%T A093360 14507145975869,819628286980801,177917621779460413,
%U A093360 22563490300366186081,1718264124282290785243,256666986187667409334369
%N A093360 a(n) = prime(n)^(n-1).
%C A093360 Main diagonal of A319075. - _Omar E. Pol_, Sep 10 2018
%H A093360 Robert Israel, <a href="/A093360/b093360.txt">Table of n, a(n) for n = 1..303</a>
%p A093360 seq(ithprime(x)^(x-1),x=1..20);
%t A093360 Table[Prime[n]^(n-1),{n,20}] (* _Harvey P. Dale_, Jun 11 2014 *)
%o A093360 (PARI) a(n) = prime(n)^(n-1);
%o A093360 vector(20, n, a(n)) \\ _Michel Marcus_, Sep 13 2018
%Y A093360 Cf. A062457.
%K A093360 nonn
%O A093360 1,2
%A A093360 _Jorge Coveiro_, Apr 28 2004