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!)
A136472 Column 2 of triangle A136470 (scaled): a(n) = A136470(n+2,2)/4^n. 2
1, 8, 136, 6552, 973832, 465833856, 739387804752, 3992649623654752, 74888425049167499424, 4962998789388515787006336, 1178375010889854741001146703936, 1013755301703927988518902015091910656 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Triangle T = A136470 is defined by: column 0 of T^m = {C(m*2^n, n), n>=0}.
LINKS
PROG
(PARI) {a(n)=local(M=matrix(n+3, n+3, r, c, binomial(r*2^(c-1), c-1)), P); P=matrix(n+3, n+3, r, c, binomial((r+1)*2^(c-1), c-1)); (P~*M~^-1)[n+3, 3]/4^n}
CROSSREFS
Sequence in context: A049211 A024283 A134053 * A145404 A101388 A281684
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 01 2008
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)