login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A136503
Column 2 of triangle A136502.
1
1, -4, 26, -308, 6959, -306888, 26732904, -4628215312, 1597488685120, -1101039613155676, 1516536435306750724, -4175994577753360618608, 22993788379965461938093352, -253190775338116964702467771168
OFFSET
0,2
FORMULA
G.f.: 1 = Sum_{n>=0} a(n)*x^n*(1+x)^(2^(n+2)).
PROG
(PARI) {a(n)=local(M=matrix(n+3, n+3, r, c, binomial(2^(c-1), r-c))); (M^-1)[n+3, 3]}
CROSSREFS
Cf. A107354 (column 0 of A136502).
Sequence in context: A102202 A271613 A271614 * A114125 A063182 A293954
KEYWORD
sign
AUTHOR
Paul D. Hanna, Jan 01 2008
STATUS
approved