|
| |
|
|
A151932
|
|
a(n) = 2^(2*n)*(n!)^2*Prod_{e_k} binomial(2*e_k, e_k) where 2n = Prod p_k^e_k is the prime factorization of 2n.
|
|
2
| |
|
|
8, 384, 9216, 2949120, 58982400, 25480396800, 1664719257600, 7457942274048000, 414235422307123200, 165694168922849280000, 26731992586219683840000, 153976277296625378918400000, 10408796345251875614883840000, 24481489004032411446206791680000, 14688893402419446867724075008000000
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
LINKS
| Floris P. van Doorn and Jasper Mulder, Table of n, a(n) for n=1,...,250.
Reinhardt Wiewe, Most-perfect magic squares (4)
|
|
|
EXAMPLE
| n = 5: 2n = 10 = 2^1*5^1, a(5) = 2^10*120^2*2*2 = 58982400.
|
|
|
MATHEMATICA
| Array[2^(2#) (#!)^2 Times@@(Binomial[2#, # ]&/@FactorInteger[2# ][[All, 2]])&, 12] [From Floris P. van Doorn and Jasper Mulder (florisvandoorn(AT)hotmail.com), Oct 12 2009]
|
|
|
CROSSREFS
| Sequence in context: A038016 A206690 A072447 * A096205 A162445 A067624
Adjacent sequences: A151929 A151930 A151931 * A151933 A151934 A151935
|
|
|
KEYWORD
| nonn,easy
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com), Aug 11 2009
|
|
|
EXTENSIONS
| More terms from Floris P. van Doorn and Jasper Mulder (florisvandoorn(AT)hotmail.com), Oct 12 2009
|
| |
|
|