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!)
A062077 a(n) = (2n)^n * n^(2n). 1
2, 256, 157464, 268435456, 976562500000, 6499837226778624, 71493870602660352896, 1208925819614629174706176, 29772665345556510561479766528, 1024000000000000000000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Table[(2n)^n*n^(2n), {n, 20}] (* Harvey P. Dale, Jan 11 2017 *)
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) ) } \\ Harry J. Smith, Jul 31 2009
CROSSREFS
Sequence in context: A078167 A004875 A067480 * A190539 A325051 A240551
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 25 10:09 EDT 2024. Contains 374587 sequences. (Running on oeis4.)