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!)
A062082 a(n) = prime(n)^n * n^prime(n). 1
2, 72, 30375, 39337984, 7863818359375, 63041475422674944, 95457296408818459356311, 2447589381851869692142026752, 15963504582593979093637042624484127 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Table[Prime[n]^n n^Prime[n], {n, 10}] (* Harvey P. Dale, Apr 11 2020 *)
PROG
(PARI) for(n=1, 12, print(prime(n)^n * n^prime(n)))
(PARI) { for (n=1, 80, b=prime(n); write("b062082.txt", n, " ", b^n * n^b) ) } \\ Harry J. Smith, Aug 01 2009
CROSSREFS
Cf. A000040.
Sequence in context: A317346 A099681 A362544 * A067689 A308941 A244148
KEYWORD
nonn
AUTHOR
Jason Earls, Jun 27 2001
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 July 23 19:18 EDT 2024. Contains 374553 sequences. (Running on oeis4.)