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

%I #13 Jul 01 2018 16:34:14

%S 2,256,157464,268435456,976562500000,6499837226778624,

%T 71493870602660352896,1208925819614629174706176,

%U 29772665345556510561479766528,1024000000000000000000000000000000

%N a(n) = (2n)^n * n^(2n).

%H Harry J. Smith, <a href="/A062077/b062077.txt">Table of n, a(n) for n = 1..100</a>

%t Table[(2n)^n*n^(2n),{n,20}] (* _Harvey P. Dale_, Jan 11 2017 *)

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

%o (PARI) { for (n=1, 100, b=2*n; write("b062077.txt", n, " ", b^n * n^b) ) } \\ _Harry J. Smith_, Jul 31 2009

%K nonn

%O 1,1

%A _Jason Earls_, Jun 27 2001

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 April 25 13:42 EDT 2024. Contains 371971 sequences. (Running on oeis4.)