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!)
A177411 a(n) = binomial((n+1)*2^(n+1), n)/(n+1). 2
1, 4, 92, 10416, 5258872, 11297164096, 100955979001152, 3709635244861142784, 556796318904269731012544, 339945532169833436692992549888, 841788571395046141591475043524725760 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = [x^n] (1 + x)^((n+1)*2^(n+1))/(n+1).
a(n) = [x^n] Sum_{k=0..n} 2^k*(n+1)^(k-1) * log(1 + 2^k*x)^k/k!. - Paul D. Hanna, Jul 03 2010
MATHEMATICA
Table[Binomial[(n+1)2^(n+1), n]/(n+1), {n, 0, 20}] (* Harvey P. Dale, Feb 03 2019 *)
PROG
(PARI) {a(n)=binomial((n+1)*2^(n+1), n)/(n+1)}
(PARI) {a(n)=polcoeff(sum(k=0, n, 2^k*(n+1)^(k-1)*log(1+2^k*x +x*O(x^n))^k/k!), n)} \\ Paul D. Hanna, Jul 03 2010
CROSSREFS
Sequence in context: A012217 A012135 A221287 * A219891 A050878 A173362
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 April 25 13:23 EDT 2024. Contains 371970 sequences. (Running on oeis4.)