The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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
1, 3, 25, 343, 14641, 371293, 24137569, 893871739, 78310985281, 14507145975869, 819628286980801, 177917621779460413, 22563490300366186081, 1718264124282290785243, 256666986187667409334369 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Main diagonal of A319075. - Omar E. Pol, Sep 10 2018
LINKS
MAPLE
seq(ithprime(x)^(x-1), x=1..20);
MATHEMATICA
Table[Prime[n]^(n-1), {n, 20}] (* Harvey P. Dale, Jun 11 2014 *)
PROG
(PARI) a(n) = prime(n)^(n-1);
vector(20, n, a(n)) \\ Michel Marcus, Sep 13 2018
CROSSREFS
Cf. A062457.
Sequence in context: A322760 A325286 A085527 * A161629 A129506 A143139
KEYWORD
nonn
AUTHOR
Jorge Coveiro, Apr 28 2004
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 May 19 12:47 EDT 2024. Contains 372692 sequences. (Running on oeis4.)