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!)
A062076 a(n) = (2n-1)^n * n^(2n-1). 1
1, 72, 30375, 39337984, 115330078125, 642717115324416, 6079641716636816419, 90173697372979200000000, 1977711563718087630651728793, 61310662578010000000000000000000, 2592141053862458599877539880738729631, 145178629166001276793653488201070268121088 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
f[n_]:=Module[{c=2n-1}, c^n n^c]; Array[f, 20] (* Harvey P. Dale, Sep 08 2011 *)
PROG
(PARI) for(n=1, 15, print((2*n-1)^n * n^(2*n-1)))
(PARI) { for (n=1, 100, b=2*n - 1; write("b062076.txt", n, " ", b^n * n^b) ) } \\ Harry J. Smith, Jul 31 2009
CROSSREFS
Sequence in context: A159393 A151627 A223124 * A284866 A153473 A193624
KEYWORD
nonn
AUTHOR
Jason Earls, Jun 27 2001
EXTENSIONS
More terms from Harvey P. Dale, Sep 08 2011
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 April 19 03:57 EDT 2024. Contains 371782 sequences. (Running on oeis4.)