login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062082 Prime(n)^n * n^prime(n). 1
2, 72, 30375, 39337984, 7863818359375, 63041475422674944, 95457296408818459356311, 2447589381851869692142026752, 15963504582593979093637042624484127 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,80

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) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 01 2009]

CROSSREFS

Sequence in context: A051443 A123072 A099681 * A067689 A079478 A036899

Adjacent sequences:  A062079 A062080 A062081 * A062083 A062084 A062085

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jun 27 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 18:54 EST 2012. Contains 205939 sequences.