login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A136463 Diagonal of square array A136462: a(n) = C((n+1)*2^(n-1), n) for n>=0. 3
1, 2, 15, 560, 91390, 61124064, 163995687856, 1756185841659392, 75079359427627897200, 12831653340946454374300160, 8777916355714456994772455584000, 24054320541767107204031746600673906688 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

a(n) is divisible by (n+1) for n>=0: a(n)/(n+1) = A136464(n).

FORMULA

a(n) = [x^n] Sum_{i>=0} ((n+1)/2)^i * log(1 + 2^i*x)^i/i!. a(n) is found in row n, column 0, of matrix power A136467^(n+1) for n>=0.

MATHEMATICA

Table[Binomial[(n+1)2^(n-1), n], {n, 0, 15}]  (* From Harvey P. Dale, Apr 20 2011 *)

PROG

(PARI) {a(n)=binomial((n+1)*2^(n-1), n)} (PARI) /* a(n) = Coefficient of x^n in series: */ {a(n)=polcoeff(sum(i=0, n, ((n+1)/2)^i*log(1+2^i*x +x*O(x^n))^i/i!), n)}

CROSSREFS

Cf. A136462; A136464; rows: A136465, A014070, A136466, A101346; A136467.

Sequence in context: A013098 A158109 A177394 * A078475 A015185 A203467

Adjacent sequences:  A136460 A136461 A136462 * A136464 A136465 A136466

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Dec 31 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 07:41 EST 2012. Contains 205998 sequences.