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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A136468 Column 1 of triangle A136467 (scaled): a(n) = A136467(n+1,1)/2^n. 2
1, 2, 8, 106, 4728, 697288, 341056672, 561635549128, 3172355531357504, 62573893999774791616, 4377792727679018712191744, 1100465546170585425117622597248, 1004426091768772936789017838438890496 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

PROG

(PARI) {a(n)=local(M=matrix(n+2, n+2, r, c, binomial(r*2^(c-2), c-1)), P); P=matrix(n+2, n+2, r, c, binomial((r+1)*2^(c-2), c-1)); (P~*M~^-1)[n+2, 2]/2^n}

CROSSREFS

Cf. A136467; A136469.

Sequence in context: A119654 A173976 A008926 * A178171 A132523 A012554

Adjacent sequences:  A136465 A136466 A136467 * A136469 A136470 A136471

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 15 13:05 EST 2012. Contains 205789 sequences.