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!)
A177400 a(n) = binomial(n*2^n, n). 2
1, 2, 28, 2024, 635376, 820384032, 4281625192384, 89850821311025280, 7571365534761592422144, 2561263066959640762657702400, 3477982739629565890806006777904128 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = [x^n] (1 + x)^(n*2^n).
a(n) = [x^n] Sum_{k=0..n} n^k * log(1 + 2^k*x)^k/k!. - Paul D. Hanna, Jul 03 2010
MATHEMATICA
Table[Binomial[n 2^n, n], {n, 0, 20}] (* Harvey P. Dale, Jan 15 2022 *)
PROG
(PARI) {a(n)=binomial(n*2^n, n)}
(PARI) {a(n)=polcoeff(sum(k=0, n, n^k*log(1+2^k*x +x*O(x^n))^k/k!), n)} \\ Paul D. Hanna, Jul 03 2010
CROSSREFS
Cf. A136463. - Paul D. Hanna, Jul 03 2010
Sequence in context: A356518 A355070 A326366 * A230700 A168554 A152792
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jun 26 2010
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 June 28 10:31 EDT 2024. Contains 373782 sequences. (Running on oeis4.)