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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062077 (2n)^n * n^(2n). 1
2, 256, 157464, 268435456, 976562500000, 6499837226778624, 71493870602660352896, 1208925819614629174706176, 29772665345556510561479766528, 1024000000000000000000000000000000 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

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

PROG

(PARI) for(n=1, 15, print((2*n)^n * n^(2*n)))

(PARI) { for (n=1, 100, b=2*n; write("b062077.txt", n, " ", b^n * n^b) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 31 2009]

CROSSREFS

Sequence in context: A078167 A004875 A067480 * A190539 A078168 A003380

Adjacent sequences:  A062074 A062075 A062076 * A062078 A062079 A062080

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 15 12:10 EST 2012. Contains 205783 sequences.