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!)
A136469 Column 2 of triangle A136467 (scaled): a(n) = A136467(n+2,2)/4^n. 2
1, 4, 36, 972, 82692, 22668224, 20480767016, 62399482333360, 654732295896172624, 24092174555680443592896, 3156168229958886081384337440, 1490220874303979634022445823087616 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
PROG
(PARI) {a(n)=local(M=matrix(n+3, n+3, r, c, binomial(r*2^(c-2), c-1)), P); P=matrix(n+3, n+3, r, c, binomial((r+1)*2^(c-2), c-1)); (P~*M~^-1)[n+3, 3]/4^n}
CROSSREFS
Sequence in context: A134052 A127901 A061742 * A120605 A337851 A353410
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Dec 31 2007
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 19 08:08 EDT 2024. Contains 371782 sequences. (Running on oeis4.)